Shades of Classic Rose #EAC9DB
Tints of Classic Rose #EAC9DB
RGB
CMYK
RGB Variations
Color information
#EAC9DB (or 0xEAC9DB) is known color: Classic Rose. HEX triplet: EA, C9 and DB. RGB value is (234,201,219). Sum of RGB (Red+Green+Blue) = 234+201+219=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9DB is #153624. Grayscale: #D4D4D4. Windows color (decimal): -1390117 or 14404074. OLE color: 14404074.
HSL color Cylindrical-coordinate representation of color #EAC9DB: hue angle of 327.27º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAC9DB is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 219 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.08 |
| HSL | 327.27º | 0.44% | 0.85% | - |
| HSV(B) | 327.27º | 0.14% | 0.92% | - |
| XYZ | 67.6 | 64.38 | 75.88 | - |
| YUV | 212.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 219 | 0 | 0.14 | 0.06 | 0.08 | 327.27 | 0.44 | 0.85 |
| Hex | EA | C9 | DB | 0 | E | 6 | 8 | 147 | 2C | 55 |
| Octal | 352 | 311 | 333 | 0 | 16 | 6 | 10 | 507 | 54 | 125 |
| Binary | 11101010 | 11001001 | 11011011 | 0 | 1110 | 110 | 1000 | 101000111 | 101100 | 1010101 |
Color Harmonies of #EAC9DB
Complementary color
Monochromatic Colors of #EAC9DB
Black with #EAC9DB
Text Example
Text Example
White with #EAC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9DB; }
p { color: rgb(234,201,219); }
H1.HeaderClassName
{
color: #EAC9DB;
}
.AnyTagClassName
{
color: #EAC9DB;
}
</style>
background-color css
<style>
a { background-color: #EAC9DB; }
a { background-color: rgb(234,201,219); }
div.DivClassName
{
background-color: #EAC9DB;
}
.BgClassName
{
background-color: #EAC9DB;
}
</style>
border-color css
<style>
span { border-color: #EAC9DB; }
span { border-color: rgb(234,201,219); }
td.TdClassName
{
border-color: #EAC9DB;
}
.TagClassName
{
border-color: #EAC9DB;
}
</style>