Shades of Classic Rose #EECAE2
Tints of Classic Rose #EECAE2
RGB
CMYK
RGB Variations
Color information
#EECAE2 (or 0xEECAE2) is known color: Classic Rose. HEX triplet: EE, CA and E2. RGB value is (238,202,226). Sum of RGB (Red+Green+Blue) = 238+202+226=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAE2 is #11351D. Grayscale: #D7D7D7. Windows color (decimal): -1127710 or 14863086. OLE color: 14863086.
HSL color Cylindrical-coordinate representation of color #EECAE2: hue angle of 320º 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 #EECAE2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 226 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.07 |
| HSL | 320º | 0.51% | 0.86% | - |
| HSV(B) | 320º | 0.15% | 0.93% | - |
| XYZ | 70.11 | 65.91 | 80.98 | - |
| YUV | 215.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 226 | 0 | 0.15 | 0.05 | 0.07 | 320 | 0.51 | 0.86 |
| Hex | EE | CA | E2 | 0 | F | 5 | 7 | 140 | 33 | 56 |
| Octal | 356 | 312 | 342 | 0 | 17 | 5 | 7 | 500 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11100010 | 0 | 1111 | 101 | 111 | 101000000 | 110011 | 1010110 |
Color Harmonies of #EECAE2
Complementary color
Monochromatic Colors of #EECAE2
Black with #EECAE2
Text Example
Text Example
White with #EECAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAE2; }
p { color: rgb(238,202,226); }
H1.HeaderClassName
{
color: #EECAE2;
}
.AnyTagClassName
{
color: #EECAE2;
}
</style>
background-color css
<style>
a { background-color: #EECAE2; }
a { background-color: rgb(238,202,226); }
div.DivClassName
{
background-color: #EECAE2;
}
.BgClassName
{
background-color: #EECAE2;
}
</style>
border-color css
<style>
span { border-color: #EECAE2; }
span { border-color: rgb(238,202,226); }
td.TdClassName
{
border-color: #EECAE2;
}
.TagClassName
{
border-color: #EECAE2;
}
</style>