Shades of Classic Rose #EAC4DB
Tints of Classic Rose #EAC4DB
RGB
CMYK
RGB Variations
Color information
#EAC4DB (or 0xEAC4DB) is known color: Classic Rose. HEX triplet: EA, C4 and DB. RGB value is (234,196,219). Sum of RGB (Red+Green+Blue) = 234+196+219=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4DB is #153B24. Grayscale: #D1D1D1. Windows color (decimal): -1391397 or 14402794. OLE color: 14402794.
HSL color Cylindrical-coordinate representation of color #EAC4DB: hue angle of 323.68º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC4DB is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 219 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.08 |
| HSL | 323.68º | 0.48% | 0.84% | - |
| HSV(B) | 323.68º | 0.16% | 0.92% | - |
| XYZ | 66.46 | 62.09 | 75.5 | - |
| YUV | 209.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 219 | 0 | 0.16 | 0.06 | 0.08 | 323.68 | 0.48 | 0.84 |
| Hex | EA | C4 | DB | 0 | 10 | 6 | 8 | 144 | 30 | 54 |
| Octal | 352 | 304 | 333 | 0 | 20 | 6 | 10 | 504 | 60 | 124 |
| Binary | 11101010 | 11000100 | 11011011 | 0 | 10000 | 110 | 1000 | 101000100 | 110000 | 1010100 |
Color Harmonies of #EAC4DB
Complementary color
Monochromatic Colors of #EAC4DB
Black with #EAC4DB
Text Example
Text Example
White with #EAC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC4DB; }
p { color: rgb(234,196,219); }
H1.HeaderClassName
{
color: #EAC4DB;
}
.AnyTagClassName
{
color: #EAC4DB;
}
</style>
background-color css
<style>
a { background-color: #EAC4DB; }
a { background-color: rgb(234,196,219); }
div.DivClassName
{
background-color: #EAC4DB;
}
.BgClassName
{
background-color: #EAC4DB;
}
</style>
border-color css
<style>
span { border-color: #EAC4DB; }
span { border-color: rgb(234,196,219); }
td.TdClassName
{
border-color: #EAC4DB;
}
.TagClassName
{
border-color: #EAC4DB;
}
</style>