Shades of Classic Rose #E9D0E0
Tints of Classic Rose #E9D0E0
RGB
CMYK
RGB Variations
Color information
#E9D0E0 (or 0xE9D0E0) is known color: Classic Rose. HEX triplet: E9, D0 and E0. RGB value is (233,208,224). Sum of RGB (Red+Green+Blue) = 233+208+224=665 (88% of max value = 765). Red value is 233 (91.41% from 255 or 35.04% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D0E0 is #162F1F. Grayscale: #D9D9D9. Windows color (decimal): -1453856 or 14733545. OLE color: 14733545.
HSL color Cylindrical-coordinate representation of color #E9D0E0: hue angle of 321.6º degrees, saturation: 0.36, 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 #E9D0E0 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 224 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.09 |
| HSL | 321.6º | 0.36% | 0.86% | - |
| HSV(B) | 321.6º | 0.11% | 0.91% | - |
| XYZ | 69.61 | 67.82 | 79.94 | - |
| YUV | 217.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 224 | 0 | 0.11 | 0.04 | 0.09 | 321.6 | 0.36 | 0.86 |
| Hex | E9 | D0 | E0 | 0 | B | 4 | 9 | 142 | 24 | 56 |
| Octal | 351 | 320 | 340 | 0 | 13 | 4 | 11 | 502 | 44 | 126 |
| Binary | 11101001 | 11010000 | 11100000 | 0 | 1011 | 100 | 1001 | 101000010 | 100100 | 1010110 |
Color Harmonies of #E9D0E0
Complementary color
Monochromatic Colors of #E9D0E0
Black with #E9D0E0
Text Example
Text Example
White with #E9D0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D0E0; }
p { color: rgb(233,208,224); }
H1.HeaderClassName
{
color: #E9D0E0;
}
.AnyTagClassName
{
color: #E9D0E0;
}
</style>
background-color css
<style>
a { background-color: #E9D0E0; }
a { background-color: rgb(233,208,224); }
div.DivClassName
{
background-color: #E9D0E0;
}
.BgClassName
{
background-color: #E9D0E0;
}
</style>
border-color css
<style>
span { border-color: #E9D0E0; }
span { border-color: rgb(233,208,224); }
td.TdClassName
{
border-color: #E9D0E0;
}
.TagClassName
{
border-color: #E9D0E0;
}
</style>