Shades of Classic Rose #EACAE0
Tints of Classic Rose #EACAE0
RGB
CMYK
RGB Variations
Color information
#EACAE0 (or 0xEACAE0) is known color: Classic Rose. HEX triplet: EA, CA and E0. RGB value is (234,202,224). Sum of RGB (Red+Green+Blue) = 234+202+224=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAE0 is #15351F. Grayscale: #D6D6D6. Windows color (decimal): -1389856 or 14732010. OLE color: 14732010.
HSL color Cylindrical-coordinate representation of color #EACAE0: hue angle of 318.75º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACAE0 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 224 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.08 |
| HSL | 318.75º | 0.43% | 0.85% | - |
| HSV(B) | 318.75º | 0.14% | 0.92% | - |
| XYZ | 68.51 | 65.12 | 79.48 | - |
| YUV | 214.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 224 | 0 | 0.14 | 0.04 | 0.08 | 318.75 | 0.43 | 0.85 |
| Hex | EA | CA | E0 | 0 | E | 4 | 8 | 13F | 2B | 55 |
| Octal | 352 | 312 | 340 | 0 | 16 | 4 | 10 | 477 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11100000 | 0 | 1110 | 100 | 1000 | 100111111 | 101011 | 1010101 |
Color Harmonies of #EACAE0
Complementary color
Monochromatic Colors of #EACAE0
Black with #EACAE0
Text Example
Text Example
White with #EACAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAE0; }
p { color: rgb(234,202,224); }
H1.HeaderClassName
{
color: #EACAE0;
}
.AnyTagClassName
{
color: #EACAE0;
}
</style>
background-color css
<style>
a { background-color: #EACAE0; }
a { background-color: rgb(234,202,224); }
div.DivClassName
{
background-color: #EACAE0;
}
.BgClassName
{
background-color: #EACAE0;
}
</style>
border-color css
<style>
span { border-color: #EACAE0; }
span { border-color: rgb(234,202,224); }
td.TdClassName
{
border-color: #EACAE0;
}
.TagClassName
{
border-color: #EACAE0;
}
</style>