Shades of Pale Rose #E9E1E2
Tints of Pale Rose #E9E1E2
RGB
CMYK
RGB Variations
Color information
#E9E1E2 (or 0xE9E1E2) is known color: Pale Rose. HEX triplet: E9, E1 and E2. RGB value is (233,225,226). Sum of RGB (Red+Green+Blue) = 233+225+226=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E1E2 is #161E1D. Grayscale: #E3E3E3. Windows color (decimal): -1449502 or 14868969. OLE color: 14868969.
HSL color Cylindrical-coordinate representation of color #E9E1E2: hue angle of 352.5º degrees, saturation: 0.15, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9E1E2 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 225 | 226 | - |
CMYK | 0 | 0.03 | 0.03 | 0.09 |
HSL | 352.5º | 0.15% | 0.9% | - |
HSV(B) | 352.5º | 0.03% | 0.91% | - |
XYZ | 74.26 | 76.67 | 82.84 | - |
YUV | 227.51 | 127.15 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 225 | 226 | 0 | 0.03 | 0.03 | 0.09 | 352.5 | 0.15 | 0.9 |
Hex | E9 | E1 | E2 | 0 | 3 | 3 | 9 | 160 | F | 5A |
Octal | 351 | 341 | 342 | 0 | 3 | 3 | 11 | 540 | 17 | 132 |
Binary | 11101001 | 11100001 | 11100010 | 0 | 11 | 11 | 1001 | 101100000 | 1111 | 1011010 |
Color Harmonies of #E9E1E2
Complementary color
Monochromatic Colors of #E9E1E2
Black with #E9E1E2
Text Example
Text Example
White with #E9E1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E1E2; }
p { color: rgb(233,225,226); }
H1.HeaderClassName
{
color: #E9E1E2;
}
.AnyTagClassName
{
color: #E9E1E2;
}
</style>
background-color css
<style>
a { background-color: #E9E1E2; }
a { background-color: rgb(233,225,226); }
div.DivClassName
{
background-color: #E9E1E2;
}
.BgClassName
{
background-color: #E9E1E2;
}
</style>
border-color css
<style>
span { border-color: #E9E1E2; }
span { border-color: rgb(233,225,226); }
td.TdClassName
{
border-color: #E9E1E2;
}
.TagClassName
{
border-color: #E9E1E2;
}
</style>