Shades of Classic Rose #E9C3DB
Tints of Classic Rose #E9C3DB
RGB
CMYK
RGB Variations
Color information
#E9C3DB (or 0xE9C3DB) is known color: Classic Rose. HEX triplet: E9, C3 and DB. RGB value is (233,195,219). Sum of RGB (Red+Green+Blue) = 233+195+219=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C3DB is #163C24. Grayscale: #D1D1D1. Windows color (decimal): -1457189 or 14402537. OLE color: 14402537.
HSL color Cylindrical-coordinate representation of color #E9C3DB: hue angle of 322.11º 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 #E9C3DB is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 219 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.09 |
| HSL | 322.11º | 0.46% | 0.84% | - |
| HSV(B) | 322.11º | 0.16% | 0.91% | - |
| XYZ | 65.91 | 61.47 | 75.41 | - |
| YUV | 209.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 219 | 0 | 0.16 | 0.06 | 0.09 | 322.11 | 0.46 | 0.84 |
| Hex | E9 | C3 | DB | 0 | 10 | 6 | 9 | 142 | 2E | 54 |
| Octal | 351 | 303 | 333 | 0 | 20 | 6 | 11 | 502 | 56 | 124 |
| Binary | 11101001 | 11000011 | 11011011 | 0 | 10000 | 110 | 1001 | 101000010 | 101110 | 1010100 |
Color Harmonies of #E9C3DB
Complementary color
Monochromatic Colors of #E9C3DB
Black with #E9C3DB
Text Example
Text Example
White with #E9C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C3DB; }
p { color: rgb(233,195,219); }
H1.HeaderClassName
{
color: #E9C3DB;
}
.AnyTagClassName
{
color: #E9C3DB;
}
</style>
background-color css
<style>
a { background-color: #E9C3DB; }
a { background-color: rgb(233,195,219); }
div.DivClassName
{
background-color: #E9C3DB;
}
.BgClassName
{
background-color: #E9C3DB;
}
</style>
border-color css
<style>
span { border-color: #E9C3DB; }
span { border-color: rgb(233,195,219); }
td.TdClassName
{
border-color: #E9C3DB;
}
.TagClassName
{
border-color: #E9C3DB;
}
</style>