Shades of Classic Rose #EECAE0
Tints of Classic Rose #EECAE0
RGB
CMYK
RGB Variations
Color information
#EECAE0 (or 0xEECAE0) is known color: Classic Rose. HEX triplet: EE, CA and E0. RGB value is (238,202,224). Sum of RGB (Red+Green+Blue) = 238+202+224=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAE0 is #11351F. Grayscale: #D7D7D7. Windows color (decimal): -1127712 or 14732014. OLE color: 14732014.
HSL color Cylindrical-coordinate representation of color #EECAE0: hue angle of 323.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECAE0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 224 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.07 |
| HSL | 323.33º | 0.51% | 0.86% | - |
| HSV(B) | 323.33º | 0.15% | 0.93% | - |
| XYZ | 69.83 | 65.8 | 79.54 | - |
| YUV | 215.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 224 | 0 | 0.15 | 0.06 | 0.07 | 323.33 | 0.51 | 0.86 |
| Hex | EE | CA | E0 | 0 | F | 6 | 7 | 143 | 33 | 56 |
| Octal | 356 | 312 | 340 | 0 | 17 | 6 | 7 | 503 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11100000 | 0 | 1111 | 110 | 111 | 101000011 | 110011 | 1010110 |
Color Harmonies of #EECAE0
Complementary color
Monochromatic Colors of #EECAE0
Black with #EECAE0
Text Example
Text Example
White with #EECAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAE0; }
p { color: rgb(238,202,224); }
H1.HeaderClassName
{
color: #EECAE0;
}
.AnyTagClassName
{
color: #EECAE0;
}
</style>
background-color css
<style>
a { background-color: #EECAE0; }
a { background-color: rgb(238,202,224); }
div.DivClassName
{
background-color: #EECAE0;
}
.BgClassName
{
background-color: #EECAE0;
}
</style>
border-color css
<style>
span { border-color: #EECAE0; }
span { border-color: rgb(238,202,224); }
td.TdClassName
{
border-color: #EECAE0;
}
.TagClassName
{
border-color: #EECAE0;
}
</style>