Shades of Fair Pink #E9E2DE
Tints of Fair Pink #E9E2DE
RGB
CMYK
RGB Variations
Color information
#E9E2DE (or 0xE9E2DE) is known color: Fair Pink. HEX triplet: E9, E2 and DE. RGB value is (233,226,222). Sum of RGB (Red+Green+Blue) = 233+226+222=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E2DE is #161D21. Grayscale: #E3E3E3. Windows color (decimal): -1449250 or 14607081. OLE color: 14607081.
HSL color Cylindrical-coordinate representation of color #E9E2DE: hue angle of 21.82º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9E2DE is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 222 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.09 |
| HSL | 21.82º | 0.2% | 0.89% | - |
| HSV(B) | 21.82º | 0.05% | 0.91% | - |
| XYZ | 73.99 | 76.99 | 80.07 | - |
| YUV | 227.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 222 | 0 | 0.03 | 0.05 | 0.09 | 21.82 | 0.2 | 0.89 |
| Hex | E9 | E2 | DE | 0 | 3 | 5 | 9 | 16 | 14 | 59 |
| Octal | 351 | 342 | 336 | 0 | 3 | 5 | 11 | 26 | 24 | 131 |
| Binary | 11101001 | 11100010 | 11011110 | 0 | 11 | 101 | 1001 | 10110 | 10100 | 1011001 |
Color Harmonies of #E9E2DE
Complementary color
Monochromatic Colors of #E9E2DE
Black with #E9E2DE
Text Example
Text Example
White with #E9E2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E2DE; }
p { color: rgb(233,226,222); }
H1.HeaderClassName
{
color: #E9E2DE;
}
.AnyTagClassName
{
color: #E9E2DE;
}
</style>
background-color css
<style>
a { background-color: #E9E2DE; }
a { background-color: rgb(233,226,222); }
div.DivClassName
{
background-color: #E9E2DE;
}
.BgClassName
{
background-color: #E9E2DE;
}
</style>
border-color css
<style>
span { border-color: #E9E2DE; }
span { border-color: rgb(233,226,222); }
td.TdClassName
{
border-color: #E9E2DE;
}
.TagClassName
{
border-color: #E9E2DE;
}
</style>