Shades of Classic Rose #EAC5DE
Tints of Classic Rose #EAC5DE
RGB
CMYK
RGB Variations
Color information
#EAC5DE (or 0xEAC5DE) is known color: Classic Rose. HEX triplet: EA, C5 and DE. RGB value is (234,197,222). Sum of RGB (Red+Green+Blue) = 234+197+222=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5DE is #153A21. Grayscale: #D2D2D2. Windows color (decimal): -1391138 or 14599658. OLE color: 14599658.
HSL color Cylindrical-coordinate representation of color #EAC5DE: hue angle of 319.46º 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 #EAC5DE is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 222 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.08 |
| HSL | 319.46º | 0.47% | 0.85% | - |
| HSV(B) | 319.46º | 0.16% | 0.92% | - |
| XYZ | 67.08 | 62.7 | 77.67 | - |
| YUV | 210.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 222 | 0 | 0.16 | 0.05 | 0.08 | 319.46 | 0.47 | 0.85 |
| Hex | EA | C5 | DE | 0 | 10 | 5 | 8 | 13F | 2F | 55 |
| Octal | 352 | 305 | 336 | 0 | 20 | 5 | 10 | 477 | 57 | 125 |
| Binary | 11101010 | 11000101 | 11011110 | 0 | 10000 | 101 | 1000 | 100111111 | 101111 | 1010101 |
Color Harmonies of #EAC5DE
Complementary color
Monochromatic Colors of #EAC5DE
Black with #EAC5DE
Text Example
Text Example
White with #EAC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5DE; }
p { color: rgb(234,197,222); }
H1.HeaderClassName
{
color: #EAC5DE;
}
.AnyTagClassName
{
color: #EAC5DE;
}
</style>
background-color css
<style>
a { background-color: #EAC5DE; }
a { background-color: rgb(234,197,222); }
div.DivClassName
{
background-color: #EAC5DE;
}
.BgClassName
{
background-color: #EAC5DE;
}
</style>
border-color css
<style>
span { border-color: #EAC5DE; }
span { border-color: rgb(234,197,222); }
td.TdClassName
{
border-color: #EAC5DE;
}
.TagClassName
{
border-color: #EAC5DE;
}
</style>