Color spaces of #e998aa
RGB | 233 | 152 | 170 |
---|---|---|---|
HSL | 0.96 | 0.65 | 0.75 |
HSV | 347° | 35° | 91° |
CMYK | 0.00 | 0.35 | 0.27 0.09 |
XYZ | 52.0882 | 42.6824 | 43.5234 |
Yxy | 42.6824 | 0.3766 | 0.3086 |
Hunter Lab | 65.3318 | 27.9852 | 6.2338 |
CIE-Lab | 71.3389 | 32.7092 | 3.2566 |
#e998aa color RGB value is (233,152,170).
#e998aa hex color red value is 233, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e998aa hue: 0.96 , saturation: 0.65 and the lightness value of e998aa is 0.75.
The process color (four color CMYK) of #e998aa color hex is 0.00, 0.35, 0.27, 0.09. Web safe color of #e998aa is #ff9999. Color #e998aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10011000 | 10101010 |
Octal | 351 | 230 | 252 |
Decimal | 233 | 152 | 170 |
Hex | E9 | 98 | AA |
Shades of #e998aa
Tints of #e998aa
RGB Percentages of Color #e998aa
CMYK Percentages of Color #e998aa
Complementary Color
#e998aa | #98e9d7 |
#e998aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e998aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e998aa Color CSS Codes
.mybgcolor {background-color:#e998aa; } .myforecolor {color:#e998aa; } .mybordercolor {border:3px solid #e998aa; }
#e998aa Text Font Color
<p style="color:#e998aa">Text here</p>
This sample text font color is #e998aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#e998aa Background Color
<div style="background-color:#e998aa">
Div content here</div>
This div background color is #e998aa
#e998aa Border Color
<div style="border:3px solid #e998aa">
Div here</div>
This div border color is #e998aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,152,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e998aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e998aa; -webkit-box-shadow: 1px 1px 3px 2px #e998aa; box-shadow: 1px 1px 3px 2px #e998aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,152,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e998aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e998aa; -webkit-box-shadow: 1px 1px 3px 2px #e998aa; box-shadow: 1px 1px 3px 2px #e998aa;">
Div content here</div>
This div box has shadow with color #e998aa
Comments
No comments written yet.
Please login to write comment.