Shades of Fair Pink #E9E1DD
Tints of Fair Pink #E9E1DD
RGB
CMYK
RGB Variations
Color information
#E9E1DD (or 0xE9E1DD) is known color: Fair Pink. HEX triplet: E9, E1 and DD. RGB value is (233,225,221). Sum of RGB (Red+Green+Blue) = 233+225+221=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E1DD is #161E22. Grayscale: #E2E2E2. Windows color (decimal): -1449507 or 14541289. OLE color: 14541289.
HSL color Cylindrical-coordinate representation of color #E9E1DD: hue angle of 20º degrees, saturation: 0.21, 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 #E9E1DD is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 221 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.09 |
| HSL | 20º | 0.21% | 0.89% | - |
| HSV(B) | 20º | 0.05% | 0.91% | - |
| XYZ | 73.58 | 76.39 | 79.27 | - |
| YUV | 226.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 221 | 0 | 0.03 | 0.05 | 0.09 | 20 | 0.21 | 0.89 |
| Hex | E9 | E1 | DD | 0 | 3 | 5 | 9 | 14 | 15 | 59 |
| Octal | 351 | 341 | 335 | 0 | 3 | 5 | 11 | 24 | 25 | 131 |
| Binary | 11101001 | 11100001 | 11011101 | 0 | 11 | 101 | 1001 | 10100 | 10101 | 1011001 |
Color Harmonies of #E9E1DD
Complementary color
Monochromatic Colors of #E9E1DD
Black with #E9E1DD
Text Example
Text Example
White with #E9E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E1DD; }
p { color: rgb(233,225,221); }
H1.HeaderClassName
{
color: #E9E1DD;
}
.AnyTagClassName
{
color: #E9E1DD;
}
</style>
background-color css
<style>
a { background-color: #E9E1DD; }
a { background-color: rgb(233,225,221); }
div.DivClassName
{
background-color: #E9E1DD;
}
.BgClassName
{
background-color: #E9E1DD;
}
</style>
border-color css
<style>
span { border-color: #E9E1DD; }
span { border-color: rgb(233,225,221); }
td.TdClassName
{
border-color: #E9E1DD;
}
.TagClassName
{
border-color: #E9E1DD;
}
</style>