Shades of Classic Rose #E9C0D9
Tints of Classic Rose #E9C0D9
RGB
CMYK
RGB Variations
Color information
#E9C0D9 (or 0xE9C0D9) is known color: Classic Rose. HEX triplet: E9, C0 and D9. RGB value is (233,192,217). Sum of RGB (Red+Green+Blue) = 233+192+217=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0D9 is #163F26. Grayscale: #CFCFCF. Windows color (decimal): -1457959 or 14270697. OLE color: 14270697.
HSL color Cylindrical-coordinate representation of color #E9C0D9: hue angle of 323.41º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C0D9 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 217 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.09 |
| HSL | 323.41º | 0.48% | 0.83% | - |
| HSV(B) | 323.41º | 0.18% | 0.91% | - |
| XYZ | 64.98 | 60.03 | 73.81 | - |
| YUV | 207.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 217 | 0 | 0.18 | 0.07 | 0.09 | 323.41 | 0.48 | 0.83 |
| Hex | E9 | C0 | D9 | 0 | 12 | 7 | 9 | 143 | 30 | 53 |
| Octal | 351 | 300 | 331 | 0 | 22 | 7 | 11 | 503 | 60 | 123 |
| Binary | 11101001 | 11000000 | 11011001 | 0 | 10010 | 111 | 1001 | 101000011 | 110000 | 1010011 |
Color Harmonies of #E9C0D9
Complementary color
Monochromatic Colors of #E9C0D9
Black with #E9C0D9
Text Example
Text Example
White with #E9C0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C0D9; }
p { color: rgb(233,192,217); }
H1.HeaderClassName
{
color: #E9C0D9;
}
.AnyTagClassName
{
color: #E9C0D9;
}
</style>
background-color css
<style>
a { background-color: #E9C0D9; }
a { background-color: rgb(233,192,217); }
div.DivClassName
{
background-color: #E9C0D9;
}
.BgClassName
{
background-color: #E9C0D9;
}
</style>
border-color css
<style>
span { border-color: #E9C0D9; }
span { border-color: rgb(233,192,217); }
td.TdClassName
{
border-color: #E9C0D9;
}
.TagClassName
{
border-color: #E9C0D9;
}
</style>