Shades of Classic Rose #EAC2DA
Tints of Classic Rose #EAC2DA
RGB
CMYK
RGB Variations
Color information
#EAC2DA (or 0xEAC2DA) is known color: Classic Rose. HEX triplet: EA, C2 and DA. RGB value is (234,194,218). Sum of RGB (Red+Green+Blue) = 234+194+218=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2DA is #153D25. Grayscale: #D0D0D0. Windows color (decimal): -1391910 or 14336746. OLE color: 14336746.
HSL color Cylindrical-coordinate representation of color #EAC2DA: hue angle of 324º degrees, saturation: 0.49, 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 #EAC2DA is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 194 | 218 | - |
CMYK | 0 | 0.17 | 0.07 | 0.08 |
HSL | 324º | 0.49% | 0.84% | - |
HSV(B) | 324º | 0.17% | 0.92% | - |
XYZ | 65.88 | 61.14 | 74.66 | - |
YUV | 208.7 | 133.25 | 146.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 194 | 218 | 0 | 0.17 | 0.07 | 0.08 | 324 | 0.49 | 0.84 |
Hex | EA | C2 | DA | 0 | 11 | 7 | 8 | 144 | 31 | 54 |
Octal | 352 | 302 | 332 | 0 | 21 | 7 | 10 | 504 | 61 | 124 |
Binary | 11101010 | 11000010 | 11011010 | 0 | 10001 | 111 | 1000 | 101000100 | 110001 | 1010100 |
Color Harmonies of #EAC2DA
Complementary color
Monochromatic Colors of #EAC2DA
Black with #EAC2DA
Text Example
Text Example
White with #EAC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2DA; }
p { color: rgb(234,194,218); }
H1.HeaderClassName
{
color: #EAC2DA;
}
.AnyTagClassName
{
color: #EAC2DA;
}
</style>
background-color css
<style>
a { background-color: #EAC2DA; }
a { background-color: rgb(234,194,218); }
div.DivClassName
{
background-color: #EAC2DA;
}
.BgClassName
{
background-color: #EAC2DA;
}
</style>
border-color css
<style>
span { border-color: #EAC2DA; }
span { border-color: rgb(234,194,218); }
td.TdClassName
{
border-color: #EAC2DA;
}
.TagClassName
{
border-color: #EAC2DA;
}
</style>