Shades of Classic Rose #EAC5DA
Tints of Classic Rose #EAC5DA
RGB
CMYK
RGB Variations
Color information
#EAC5DA (or 0xEAC5DA) is known color: Classic Rose. HEX triplet: EA, C5 and DA. RGB value is (234,197,218). Sum of RGB (Red+Green+Blue) = 234+197+218=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5DA is #153A25. Grayscale: #D2D2D2. Windows color (decimal): -1391142 or 14337514. OLE color: 14337514.
HSL color Cylindrical-coordinate representation of color #EAC5DA: hue angle of 325.95º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC5DA is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 218 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.08 |
| HSL | 325.95º | 0.47% | 0.85% | - |
| HSV(B) | 325.95º | 0.16% | 0.92% | - |
| XYZ | 66.55 | 62.49 | 74.88 | - |
| YUV | 210.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 218 | 0 | 0.16 | 0.07 | 0.08 | 325.95 | 0.47 | 0.85 |
| Hex | EA | C5 | DA | 0 | 10 | 7 | 8 | 146 | 2F | 55 |
| Octal | 352 | 305 | 332 | 0 | 20 | 7 | 10 | 506 | 57 | 125 |
| Binary | 11101010 | 11000101 | 11011010 | 0 | 10000 | 111 | 1000 | 101000110 | 101111 | 1010101 |
Color Harmonies of #EAC5DA
Complementary color
Monochromatic Colors of #EAC5DA
Black with #EAC5DA
Text Example
Text Example
White with #EAC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5DA; }
p { color: rgb(234,197,218); }
H1.HeaderClassName
{
color: #EAC5DA;
}
.AnyTagClassName
{
color: #EAC5DA;
}
</style>
background-color css
<style>
a { background-color: #EAC5DA; }
a { background-color: rgb(234,197,218); }
div.DivClassName
{
background-color: #EAC5DA;
}
.BgClassName
{
background-color: #EAC5DA;
}
</style>
border-color css
<style>
span { border-color: #EAC5DA; }
span { border-color: rgb(234,197,218); }
td.TdClassName
{
border-color: #EAC5DA;
}
.TagClassName
{
border-color: #EAC5DA;
}
</style>