Shades of Classic Rose #EACCDA
Tints of Classic Rose #EACCDA
RGB
CMYK
RGB Variations
Color information
#EACCDA (or 0xEACCDA) is known color: Classic Rose. HEX triplet: EA, CC and DA. RGB value is (234,204,218). Sum of RGB (Red+Green+Blue) = 234+204+218=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCDA is #153325. Grayscale: #D6D6D6. Windows color (decimal): -1389350 or 14339306. OLE color: 14339306.
HSL color Cylindrical-coordinate representation of color #EACCDA: hue angle of 332º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACCDA is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 218 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.08 |
| HSL | 332º | 0.42% | 0.86% | - |
| HSV(B) | 332º | 0.13% | 0.92% | - |
| XYZ | 68.18 | 65.74 | 75.43 | - |
| YUV | 214.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 218 | 0 | 0.13 | 0.07 | 0.08 | 332 | 0.42 | 0.86 |
| Hex | EA | CC | DA | 0 | D | 7 | 8 | 14C | 2A | 56 |
| Octal | 352 | 314 | 332 | 0 | 15 | 7 | 10 | 514 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11011010 | 0 | 1101 | 111 | 1000 | 101001100 | 101010 | 1010110 |
Color Harmonies of #EACCDA
Complementary color
Monochromatic Colors of #EACCDA
Black with #EACCDA
Text Example
Text Example
White with #EACCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCDA; }
p { color: rgb(234,204,218); }
H1.HeaderClassName
{
color: #EACCDA;
}
.AnyTagClassName
{
color: #EACCDA;
}
</style>
background-color css
<style>
a { background-color: #EACCDA; }
a { background-color: rgb(234,204,218); }
div.DivClassName
{
background-color: #EACCDA;
}
.BgClassName
{
background-color: #EACCDA;
}
</style>
border-color css
<style>
span { border-color: #EACCDA; }
span { border-color: rgb(234,204,218); }
td.TdClassName
{
border-color: #EACCDA;
}
.TagClassName
{
border-color: #EACCDA;
}
</style>