Shades of Classic Rose #EACAE1
Tints of Classic Rose #EACAE1
RGB
CMYK
RGB Variations
Color information
#EACAE1 (or 0xEACAE1) is known color: Classic Rose. HEX triplet: EA, CA and E1. RGB value is (234,202,225). Sum of RGB (Red+Green+Blue) = 234+202+225=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAE1 is #15351E. Grayscale: #D6D6D6. Windows color (decimal): -1389855 or 14797546. OLE color: 14797546.
HSL color Cylindrical-coordinate representation of color #EACAE1: hue angle of 316.88º 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 #EACAE1 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 225 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.08 |
| HSL | 316.88º | 0.43% | 0.85% | - |
| HSV(B) | 316.88º | 0.14% | 0.92% | - |
| XYZ | 68.64 | 65.17 | 80.2 | - |
| YUV | 214.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 225 | 0 | 0.14 | 0.04 | 0.08 | 316.88 | 0.43 | 0.85 |
| Hex | EA | CA | E1 | 0 | E | 4 | 8 | 13D | 2B | 55 |
| Octal | 352 | 312 | 341 | 0 | 16 | 4 | 10 | 475 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11100001 | 0 | 1110 | 100 | 1000 | 100111101 | 101011 | 1010101 |
Color Harmonies of #EACAE1
Complementary color
Monochromatic Colors of #EACAE1
Black with #EACAE1
Text Example
Text Example
White with #EACAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAE1; }
p { color: rgb(234,202,225); }
H1.HeaderClassName
{
color: #EACAE1;
}
.AnyTagClassName
{
color: #EACAE1;
}
</style>
background-color css
<style>
a { background-color: #EACAE1; }
a { background-color: rgb(234,202,225); }
div.DivClassName
{
background-color: #EACAE1;
}
.BgClassName
{
background-color: #EACAE1;
}
</style>
border-color css
<style>
span { border-color: #EACAE1; }
span { border-color: rgb(234,202,225); }
td.TdClassName
{
border-color: #EACAE1;
}
.TagClassName
{
border-color: #EACAE1;
}
</style>