Shades of Classic Rose #E9C4DD
Tints of Classic Rose #E9C4DD
RGB
CMYK
RGB Variations
Color information
#E9C4DD (or 0xE9C4DD) is known color: Classic Rose. HEX triplet: E9, C4 and DD. RGB value is (233,196,221). Sum of RGB (Red+Green+Blue) = 233+196+221=650 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.85% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C4DD is #163B22. Grayscale: #D1D1D1. Windows color (decimal): -1456931 or 14533865. OLE color: 14533865.
HSL color Cylindrical-coordinate representation of color #E9C4DD: hue angle of 319.46º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9C4DD is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 221 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.09 |
| HSL | 319.46º | 0.46% | 0.84% | - |
| HSV(B) | 319.46º | 0.16% | 0.91% | - |
| XYZ | 66.4 | 62.02 | 76.88 | - |
| YUV | 209.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 221 | 0 | 0.16 | 0.05 | 0.09 | 319.46 | 0.46 | 0.84 |
| Hex | E9 | C4 | DD | 0 | 10 | 5 | 9 | 13F | 2E | 54 |
| Octal | 351 | 304 | 335 | 0 | 20 | 5 | 11 | 477 | 56 | 124 |
| Binary | 11101001 | 11000100 | 11011101 | 0 | 10000 | 101 | 1001 | 100111111 | 101110 | 1010100 |
Color Harmonies of #E9C4DD
Complementary color
Monochromatic Colors of #E9C4DD
Black with #E9C4DD
Text Example
Text Example
White with #E9C4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C4DD; }
p { color: rgb(233,196,221); }
H1.HeaderClassName
{
color: #E9C4DD;
}
.AnyTagClassName
{
color: #E9C4DD;
}
</style>
background-color css
<style>
a { background-color: #E9C4DD; }
a { background-color: rgb(233,196,221); }
div.DivClassName
{
background-color: #E9C4DD;
}
.BgClassName
{
background-color: #E9C4DD;
}
</style>
border-color css
<style>
span { border-color: #E9C4DD; }
span { border-color: rgb(233,196,221); }
td.TdClassName
{
border-color: #E9C4DD;
}
.TagClassName
{
border-color: #E9C4DD;
}
</style>