Shades of Classic Rose #E9C2D9
Tints of Classic Rose #E9C2D9
RGB
CMYK
RGB Variations
Color information
#E9C2D9 (or 0xE9C2D9) is known color: Classic Rose. HEX triplet: E9, C2 and D9. RGB value is (233,194,217). Sum of RGB (Red+Green+Blue) = 233+194+217=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C2D9 is #163D26. Grayscale: #D0D0D0. Windows color (decimal): -1457447 or 14271209. OLE color: 14271209.
HSL color Cylindrical-coordinate representation of color #E9C2D9: hue angle of 324.62º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9C2D9 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 194 | 217 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.09 |
| HSL | 324.62º | 0.47% | 0.84% | - |
| HSV(B) | 324.62º | 0.17% | 0.91% | - |
| XYZ | 65.42 | 60.92 | 73.96 | - |
| YUV | 208.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 194 | 217 | 0 | 0.17 | 0.07 | 0.09 | 324.62 | 0.47 | 0.84 |
| Hex | E9 | C2 | D9 | 0 | 11 | 7 | 9 | 145 | 2F | 54 |
| Octal | 351 | 302 | 331 | 0 | 21 | 7 | 11 | 505 | 57 | 124 |
| Binary | 11101001 | 11000010 | 11011001 | 0 | 10001 | 111 | 1001 | 101000101 | 101111 | 1010100 |
Color Harmonies of #E9C2D9
Complementary color
Monochromatic Colors of #E9C2D9
Black with #E9C2D9
Text Example
Text Example
White with #E9C2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C2D9; }
p { color: rgb(233,194,217); }
H1.HeaderClassName
{
color: #E9C2D9;
}
.AnyTagClassName
{
color: #E9C2D9;
}
</style>
background-color css
<style>
a { background-color: #E9C2D9; }
a { background-color: rgb(233,194,217); }
div.DivClassName
{
background-color: #E9C2D9;
}
.BgClassName
{
background-color: #E9C2D9;
}
</style>
border-color css
<style>
span { border-color: #E9C2D9; }
span { border-color: rgb(233,194,217); }
td.TdClassName
{
border-color: #E9C2D9;
}
.TagClassName
{
border-color: #E9C2D9;
}
</style>