Shades of Classic Rose #E9CFE2
Tints of Classic Rose #E9CFE2
RGB
CMYK
RGB Variations
Color information
#E9CFE2 (or 0xE9CFE2) is known color: Classic Rose. HEX triplet: E9, CF and E2. RGB value is (233,207,226). Sum of RGB (Red+Green+Blue) = 233+207+226=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFE2 is #16301D. Grayscale: #D8D8D8. Windows color (decimal): -1454110 or 14864361. OLE color: 14864361.
HSL color Cylindrical-coordinate representation of color #E9CFE2: hue angle of 316.15º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9CFE2 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 226 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.09 |
| HSL | 316.15º | 0.37% | 0.86% | - |
| HSV(B) | 316.15º | 0.11% | 0.91% | - |
| XYZ | 69.64 | 67.44 | 81.3 | - |
| YUV | 216.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 226 | 0 | 0.11 | 0.03 | 0.09 | 316.15 | 0.37 | 0.86 |
| Hex | E9 | CF | E2 | 0 | B | 3 | 9 | 13C | 25 | 56 |
| Octal | 351 | 317 | 342 | 0 | 13 | 3 | 11 | 474 | 45 | 126 |
| Binary | 11101001 | 11001111 | 11100010 | 0 | 1011 | 11 | 1001 | 100111100 | 100101 | 1010110 |
Color Harmonies of #E9CFE2
Complementary color
Monochromatic Colors of #E9CFE2
Black with #E9CFE2
Text Example
Text Example
White with #E9CFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFE2; }
p { color: rgb(233,207,226); }
H1.HeaderClassName
{
color: #E9CFE2;
}
.AnyTagClassName
{
color: #E9CFE2;
}
</style>
background-color css
<style>
a { background-color: #E9CFE2; }
a { background-color: rgb(233,207,226); }
div.DivClassName
{
background-color: #E9CFE2;
}
.BgClassName
{
background-color: #E9CFE2;
}
</style>
border-color css
<style>
span { border-color: #E9CFE2; }
span { border-color: rgb(233,207,226); }
td.TdClassName
{
border-color: #E9CFE2;
}
.TagClassName
{
border-color: #E9CFE2;
}
</style>