Shades of Classic Rose #EAC5D6
Tints of Classic Rose #EAC5D6
RGB
CMYK
RGB Variations
Color information
#EAC5D6 (or 0xEAC5D6) is known color: Classic Rose. HEX triplet: EA, C5 and D6. RGB value is (234,197,214). Sum of RGB (Red+Green+Blue) = 234+197+214=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5D6 is #153A29. Grayscale: #D1D1D1. Windows color (decimal): -1391146 or 14075370. OLE color: 14075370.
HSL color Cylindrical-coordinate representation of color #EAC5D6: hue angle of 332.43º 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 #EAC5D6 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 214 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.08 |
| HSL | 332.43º | 0.47% | 0.85% | - |
| HSV(B) | 332.43º | 0.16% | 0.92% | - |
| XYZ | 66.04 | 62.28 | 72.16 | - |
| YUV | 210 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 214 | 0 | 0.16 | 0.09 | 0.08 | 332.43 | 0.47 | 0.85 |
| Hex | EA | C5 | D6 | 0 | 10 | 9 | 8 | 14C | 2F | 55 |
| Octal | 352 | 305 | 326 | 0 | 20 | 11 | 10 | 514 | 57 | 125 |
| Binary | 11101010 | 11000101 | 11010110 | 0 | 10000 | 1001 | 1000 | 101001100 | 101111 | 1010101 |
Color Harmonies of #EAC5D6
Complementary color
Monochromatic Colors of #EAC5D6
Black with #EAC5D6
Text Example
Text Example
White with #EAC5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5D6; }
p { color: rgb(234,197,214); }
H1.HeaderClassName
{
color: #EAC5D6;
}
.AnyTagClassName
{
color: #EAC5D6;
}
</style>
background-color css
<style>
a { background-color: #EAC5D6; }
a { background-color: rgb(234,197,214); }
div.DivClassName
{
background-color: #EAC5D6;
}
.BgClassName
{
background-color: #EAC5D6;
}
</style>
border-color css
<style>
span { border-color: #EAC5D6; }
span { border-color: rgb(234,197,214); }
td.TdClassName
{
border-color: #EAC5D6;
}
.TagClassName
{
border-color: #EAC5D6;
}
</style>