Shades of Classic Rose #E9C0D6
Tints of Classic Rose #E9C0D6
RGB
CMYK
RGB Variations
Color information
#E9C0D6 (or 0xE9C0D6) is known color: Classic Rose. HEX triplet: E9, C0 and D6. RGB value is (233,192,214). Sum of RGB (Red+Green+Blue) = 233+192+214=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0D6 is #163F29. Grayscale: #CECECE. Windows color (decimal): -1457962 or 14074089. OLE color: 14074089.
HSL color Cylindrical-coordinate representation of color #E9C0D6: hue angle of 327.8º 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 #E9C0D6 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 214 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.09 |
| HSL | 327.8º | 0.48% | 0.83% | - |
| HSV(B) | 327.8º | 0.18% | 0.91% | - |
| XYZ | 64.59 | 59.88 | 71.77 | - |
| YUV | 206.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 214 | 0 | 0.18 | 0.08 | 0.09 | 327.8 | 0.48 | 0.83 |
| Hex | E9 | C0 | D6 | 0 | 12 | 8 | 9 | 148 | 30 | 53 |
| Octal | 351 | 300 | 326 | 0 | 22 | 10 | 11 | 510 | 60 | 123 |
| Binary | 11101001 | 11000000 | 11010110 | 0 | 10010 | 1000 | 1001 | 101001000 | 110000 | 1010011 |
Color Harmonies of #E9C0D6
Complementary color
Monochromatic Colors of #E9C0D6
Black with #E9C0D6
Text Example
Text Example
White with #E9C0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C0D6; }
p { color: rgb(233,192,214); }
H1.HeaderClassName
{
color: #E9C0D6;
}
.AnyTagClassName
{
color: #E9C0D6;
}
</style>
background-color css
<style>
a { background-color: #E9C0D6; }
a { background-color: rgb(233,192,214); }
div.DivClassName
{
background-color: #E9C0D6;
}
.BgClassName
{
background-color: #E9C0D6;
}
</style>
border-color css
<style>
span { border-color: #E9C0D6; }
span { border-color: rgb(233,192,214); }
td.TdClassName
{
border-color: #E9C0D6;
}
.TagClassName
{
border-color: #E9C0D6;
}
</style>