Shades of Fair Pink #E9E2DF
Tints of Fair Pink #E9E2DF
RGB
CMYK
RGB Variations
Color information
#E9E2DF (or 0xE9E2DF) is known color: Fair Pink. HEX triplet: E9, E2 and DF. RGB value is (233,226,223). Sum of RGB (Red+Green+Blue) = 233+226+223=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E2DF is #161D20. Grayscale: #E3E3E3. Windows color (decimal): -1449249 or 14672617. OLE color: 14672617.
HSL color Cylindrical-coordinate representation of color #E9E2DF: hue angle of 18º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E9E2DF is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 226 | 223 | - |
CMYK | 0 | 0.03 | 0.04 | 0.09 |
HSL | 18º | 0.19% | 0.89% | - |
HSV(B) | 18º | 0.04% | 0.91% | - |
XYZ | 74.12 | 77.04 | 80.78 | - |
YUV | 227.75 | 125.32 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 226 | 223 | 0 | 0.03 | 0.04 | 0.09 | 18 | 0.19 | 0.89 |
Hex | E9 | E2 | DF | 0 | 3 | 4 | 9 | 12 | 13 | 59 |
Octal | 351 | 342 | 337 | 0 | 3 | 4 | 11 | 22 | 23 | 131 |
Binary | 11101001 | 11100010 | 11011111 | 0 | 11 | 100 | 1001 | 10010 | 10011 | 1011001 |
Color Harmonies of #E9E2DF
Complementary color
Monochromatic Colors of #E9E2DF
Black with #E9E2DF
Text Example
Text Example
White with #E9E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E2DF; }
p { color: rgb(233,226,223); }
H1.HeaderClassName
{
color: #E9E2DF;
}
.AnyTagClassName
{
color: #E9E2DF;
}
</style>
background-color css
<style>
a { background-color: #E9E2DF; }
a { background-color: rgb(233,226,223); }
div.DivClassName
{
background-color: #E9E2DF;
}
.BgClassName
{
background-color: #E9E2DF;
}
</style>
border-color css
<style>
span { border-color: #E9E2DF; }
span { border-color: rgb(233,226,223); }
td.TdClassName
{
border-color: #E9E2DF;
}
.TagClassName
{
border-color: #E9E2DF;
}
</style>