Shades of Classic Rose #EAC8DE
Tints of Classic Rose #EAC8DE
RGB
CMYK
RGB Variations
Color information
#EAC8DE (or 0xEAC8DE) is known color: Classic Rose. HEX triplet: EA, C8 and DE. RGB value is (234,200,222). Sum of RGB (Red+Green+Blue) = 234+200+222=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8DE is #153721. Grayscale: #D4D4D4. Windows color (decimal): -1390370 or 14600426. OLE color: 14600426.
HSL color Cylindrical-coordinate representation of color #EAC8DE: hue angle of 321.18º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAC8DE is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 222 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.08 |
| HSL | 321.18º | 0.45% | 0.85% | - |
| HSV(B) | 321.18º | 0.15% | 0.92% | - |
| XYZ | 67.77 | 64.07 | 77.9 | - |
| YUV | 212.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 222 | 0 | 0.15 | 0.05 | 0.08 | 321.18 | 0.45 | 0.85 |
| Hex | EA | C8 | DE | 0 | F | 5 | 8 | 141 | 2D | 55 |
| Octal | 352 | 310 | 336 | 0 | 17 | 5 | 10 | 501 | 55 | 125 |
| Binary | 11101010 | 11001000 | 11011110 | 0 | 1111 | 101 | 1000 | 101000001 | 101101 | 1010101 |
Color Harmonies of #EAC8DE
Complementary color
Monochromatic Colors of #EAC8DE
Black with #EAC8DE
Text Example
Text Example
White with #EAC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8DE; }
p { color: rgb(234,200,222); }
H1.HeaderClassName
{
color: #EAC8DE;
}
.AnyTagClassName
{
color: #EAC8DE;
}
</style>
background-color css
<style>
a { background-color: #EAC8DE; }
a { background-color: rgb(234,200,222); }
div.DivClassName
{
background-color: #EAC8DE;
}
.BgClassName
{
background-color: #EAC8DE;
}
</style>
border-color css
<style>
span { border-color: #EAC8DE; }
span { border-color: rgb(234,200,222); }
td.TdClassName
{
border-color: #EAC8DE;
}
.TagClassName
{
border-color: #EAC8DE;
}
</style>