Shades of Classic Rose #E9C4D6
Tints of Classic Rose #E9C4D6
RGB
CMYK
RGB Variations
Color information
#E9C4D6 (or 0xE9C4D6) is known color: Classic Rose. HEX triplet: E9, C4 and D6. RGB value is (233,196,214). Sum of RGB (Red+Green+Blue) = 233+196+214=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C4D6 is #163B29. Grayscale: #D1D1D1. Windows color (decimal): -1456938 or 14075113. OLE color: 14075113.
HSL color Cylindrical-coordinate representation of color #E9C4D6: hue angle of 330.81º 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 #E9C4D6 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 214 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.09 |
| HSL | 330.81º | 0.46% | 0.84% | - |
| HSV(B) | 330.81º | 0.16% | 0.91% | - |
| XYZ | 65.48 | 61.66 | 72.07 | - |
| YUV | 209.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 214 | 0 | 0.16 | 0.08 | 0.09 | 330.81 | 0.46 | 0.84 |
| Hex | E9 | C4 | D6 | 0 | 10 | 8 | 9 | 14B | 2E | 54 |
| Octal | 351 | 304 | 326 | 0 | 20 | 10 | 11 | 513 | 56 | 124 |
| Binary | 11101001 | 11000100 | 11010110 | 0 | 10000 | 1000 | 1001 | 101001011 | 101110 | 1010100 |
Color Harmonies of #E9C4D6
Complementary color
Monochromatic Colors of #E9C4D6
Black with #E9C4D6
Text Example
Text Example
White with #E9C4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C4D6; }
p { color: rgb(233,196,214); }
H1.HeaderClassName
{
color: #E9C4D6;
}
.AnyTagClassName
{
color: #E9C4D6;
}
</style>
background-color css
<style>
a { background-color: #E9C4D6; }
a { background-color: rgb(233,196,214); }
div.DivClassName
{
background-color: #E9C4D6;
}
.BgClassName
{
background-color: #E9C4D6;
}
</style>
border-color css
<style>
span { border-color: #E9C4D6; }
span { border-color: rgb(233,196,214); }
td.TdClassName
{
border-color: #E9C4D6;
}
.TagClassName
{
border-color: #E9C4D6;
}
</style>