Shades of Classic Rose #EAC0DA
Tints of Classic Rose #EAC0DA
RGB
CMYK
RGB Variations
Color information
#EAC0DA (or 0xEAC0DA) is known color: Classic Rose. HEX triplet: EA, C0 and DA. RGB value is (234,192,218). Sum of RGB (Red+Green+Blue) = 234+192+218=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0DA is #153F25. Grayscale: #CFCFCF. Windows color (decimal): -1392422 or 14336234. OLE color: 14336234.
HSL color Cylindrical-coordinate representation of color #EAC0DA: hue angle of 322.86º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC0DA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 218 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.08 |
| HSL | 322.86º | 0.5% | 0.84% | - |
| HSV(B) | 322.86º | 0.18% | 0.92% | - |
| XYZ | 65.44 | 60.25 | 74.51 | - |
| YUV | 207.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 218 | 0 | 0.18 | 0.07 | 0.08 | 322.86 | 0.5 | 0.84 |
| Hex | EA | C0 | DA | 0 | 12 | 7 | 8 | 143 | 32 | 54 |
| Octal | 352 | 300 | 332 | 0 | 22 | 7 | 10 | 503 | 62 | 124 |
| Binary | 11101010 | 11000000 | 11011010 | 0 | 10010 | 111 | 1000 | 101000011 | 110010 | 1010100 |
Color Harmonies of #EAC0DA
Complementary color
Monochromatic Colors of #EAC0DA
Black with #EAC0DA
Text Example
Text Example
White with #EAC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0DA; }
p { color: rgb(234,192,218); }
H1.HeaderClassName
{
color: #EAC0DA;
}
.AnyTagClassName
{
color: #EAC0DA;
}
</style>
background-color css
<style>
a { background-color: #EAC0DA; }
a { background-color: rgb(234,192,218); }
div.DivClassName
{
background-color: #EAC0DA;
}
.BgClassName
{
background-color: #EAC0DA;
}
</style>
border-color css
<style>
span { border-color: #EAC0DA; }
span { border-color: rgb(234,192,218); }
td.TdClassName
{
border-color: #EAC0DA;
}
.TagClassName
{
border-color: #EAC0DA;
}
</style>