Shades of Classic Rose #EECCE1
Tints of Classic Rose #EECCE1
RGB
CMYK
RGB Variations
Color information
#EECCE1 (or 0xEECCE1) is known color: Classic Rose. HEX triplet: EE, CC and E1. RGB value is (238,204,225). Sum of RGB (Red+Green+Blue) = 238+204+225=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCE1 is #11331E. Grayscale: #D8D8D8. Windows color (decimal): -1127199 or 14798062. OLE color: 14798062.
HSL color Cylindrical-coordinate representation of color #EECCE1: hue angle of 322.94º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCE1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 225 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.07 |
| HSL | 322.94º | 0.5% | 0.87% | - |
| HSV(B) | 322.94º | 0.14% | 0.93% | - |
| XYZ | 70.44 | 66.8 | 80.41 | - |
| YUV | 216.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 225 | 0 | 0.14 | 0.05 | 0.07 | 322.94 | 0.5 | 0.87 |
| Hex | EE | CC | E1 | 0 | E | 5 | 7 | 143 | 32 | 57 |
| Octal | 356 | 314 | 341 | 0 | 16 | 5 | 7 | 503 | 62 | 127 |
| Binary | 11101110 | 11001100 | 11100001 | 0 | 1110 | 101 | 111 | 101000011 | 110010 | 1010111 |
Color Harmonies of #EECCE1
Complementary color
Monochromatic Colors of #EECCE1
Black with #EECCE1
Text Example
Text Example
White with #EECCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCE1; }
p { color: rgb(238,204,225); }
H1.HeaderClassName
{
color: #EECCE1;
}
.AnyTagClassName
{
color: #EECCE1;
}
</style>
background-color css
<style>
a { background-color: #EECCE1; }
a { background-color: rgb(238,204,225); }
div.DivClassName
{
background-color: #EECCE1;
}
.BgClassName
{
background-color: #EECCE1;
}
</style>
border-color css
<style>
span { border-color: #EECCE1; }
span { border-color: rgb(238,204,225); }
td.TdClassName
{
border-color: #EECCE1;
}
.TagClassName
{
border-color: #EECCE1;
}
</style>