Shades of Classic Rose #E8C9DB
Tints of Classic Rose #E8C9DB
RGB
CMYK
RGB Variations
Color information
#E8C9DB (or 0xE8C9DB) is known color: Classic Rose. HEX triplet: E8, C9 and DB. RGB value is (232,201,219). Sum of RGB (Red+Green+Blue) = 232+201+219=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C9DB is #173624. Grayscale: #D4D4D4. Windows color (decimal): -1521189 or 14404072. OLE color: 14404072.
HSL color Cylindrical-coordinate representation of color #E8C9DB: hue angle of 325.16º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8C9DB is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 219 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.09 |
| HSL | 325.16º | 0.4% | 0.85% | - |
| HSV(B) | 325.16º | 0.13% | 0.91% | - |
| XYZ | 66.95 | 64.04 | 75.85 | - |
| YUV | 212.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 219 | 0 | 0.13 | 0.06 | 0.09 | 325.16 | 0.4 | 0.85 |
| Hex | E8 | C9 | DB | 0 | D | 6 | 9 | 145 | 28 | 55 |
| Octal | 350 | 311 | 333 | 0 | 15 | 6 | 11 | 505 | 50 | 125 |
| Binary | 11101000 | 11001001 | 11011011 | 0 | 1101 | 110 | 1001 | 101000101 | 101000 | 1010101 |
Color Harmonies of #E8C9DB
Complementary color
Monochromatic Colors of #E8C9DB
Black with #E8C9DB
Text Example
Text Example
White with #E8C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C9DB; }
p { color: rgb(232,201,219); }
H1.HeaderClassName
{
color: #E8C9DB;
}
.AnyTagClassName
{
color: #E8C9DB;
}
</style>
background-color css
<style>
a { background-color: #E8C9DB; }
a { background-color: rgb(232,201,219); }
div.DivClassName
{
background-color: #E8C9DB;
}
.BgClassName
{
background-color: #E8C9DB;
}
</style>
border-color css
<style>
span { border-color: #E8C9DB; }
span { border-color: rgb(232,201,219); }
td.TdClassName
{
border-color: #E8C9DB;
}
.TagClassName
{
border-color: #E8C9DB;
}
</style>