Shades of Classic Rose #EAC3DA
Tints of Classic Rose #EAC3DA
RGB
CMYK
RGB Variations
Color information
#EAC3DA (or 0xEAC3DA) is known color: Classic Rose. HEX triplet: EA, C3 and DA. RGB value is (234,195,218). Sum of RGB (Red+Green+Blue) = 234+195+218=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC3DA is #153C25. Grayscale: #D1D1D1. Windows color (decimal): -1391654 or 14337002. OLE color: 14337002.
HSL color Cylindrical-coordinate representation of color #EAC3DA: hue angle of 324.62º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC3DA is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 218 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.08 |
| HSL | 324.62º | 0.48% | 0.84% | - |
| HSV(B) | 324.62º | 0.17% | 0.92% | - |
| XYZ | 66.1 | 61.58 | 74.73 | - |
| YUV | 209.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 218 | 0 | 0.17 | 0.07 | 0.08 | 324.62 | 0.48 | 0.84 |
| Hex | EA | C3 | DA | 0 | 11 | 7 | 8 | 145 | 30 | 54 |
| Octal | 352 | 303 | 332 | 0 | 21 | 7 | 10 | 505 | 60 | 124 |
| Binary | 11101010 | 11000011 | 11011010 | 0 | 10001 | 111 | 1000 | 101000101 | 110000 | 1010100 |
Color Harmonies of #EAC3DA
Complementary color
Monochromatic Colors of #EAC3DA
Black with #EAC3DA
Text Example
Text Example
White with #EAC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC3DA; }
p { color: rgb(234,195,218); }
H1.HeaderClassName
{
color: #EAC3DA;
}
.AnyTagClassName
{
color: #EAC3DA;
}
</style>
background-color css
<style>
a { background-color: #EAC3DA; }
a { background-color: rgb(234,195,218); }
div.DivClassName
{
background-color: #EAC3DA;
}
.BgClassName
{
background-color: #EAC3DA;
}
</style>
border-color css
<style>
span { border-color: #EAC3DA; }
span { border-color: rgb(234,195,218); }
td.TdClassName
{
border-color: #EAC3DA;
}
.TagClassName
{
border-color: #EAC3DA;
}
</style>