Shades of Classic Rose #EACCE0
Tints of Classic Rose #EACCE0
RGB
CMYK
RGB Variations
Color information
#EACCE0 (or 0xEACCE0) is known color: Classic Rose. HEX triplet: EA, CC and E0. RGB value is (234,204,224). Sum of RGB (Red+Green+Blue) = 234+204+224=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCE0 is #15331F. Grayscale: #D7D7D7. Windows color (decimal): -1389344 or 14732522. OLE color: 14732522.
HSL color Cylindrical-coordinate representation of color #EACCE0: hue angle of 320º 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 #EACCE0 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 224 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.08 |
| HSL | 320º | 0.42% | 0.86% | - |
| HSV(B) | 320º | 0.13% | 0.92% | - |
| XYZ | 68.98 | 66.06 | 79.64 | - |
| YUV | 215.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 224 | 0 | 0.13 | 0.04 | 0.08 | 320 | 0.42 | 0.86 |
| Hex | EA | CC | E0 | 0 | D | 4 | 8 | 140 | 2A | 56 |
| Octal | 352 | 314 | 340 | 0 | 15 | 4 | 10 | 500 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11100000 | 0 | 1101 | 100 | 1000 | 101000000 | 101010 | 1010110 |
Color Harmonies of #EACCE0
Complementary color
Monochromatic Colors of #EACCE0
Black with #EACCE0
Text Example
Text Example
White with #EACCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCE0; }
p { color: rgb(234,204,224); }
H1.HeaderClassName
{
color: #EACCE0;
}
.AnyTagClassName
{
color: #EACCE0;
}
</style>
background-color css
<style>
a { background-color: #EACCE0; }
a { background-color: rgb(234,204,224); }
div.DivClassName
{
background-color: #EACCE0;
}
.BgClassName
{
background-color: #EACCE0;
}
</style>
border-color css
<style>
span { border-color: #EACCE0; }
span { border-color: rgb(234,204,224); }
td.TdClassName
{
border-color: #EACCE0;
}
.TagClassName
{
border-color: #EACCE0;
}
</style>