Shades of Classic Rose #EECCE5
Tints of Classic Rose #EECCE5
RGB
CMYK
RGB Variations
Color information
#EECCE5 (or 0xEECCE5) is known color: Classic Rose. HEX triplet: EE, CC and E5. RGB value is (238,204,229). Sum of RGB (Red+Green+Blue) = 238+204+229=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCE5 is #11331A. Grayscale: #D8D8D8. Windows color (decimal): -1127195 or 15060206. OLE color: 15060206.
HSL color Cylindrical-coordinate representation of color #EECCE5: hue angle of 315.88º 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 #EECCE5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 204 | 229 | - |
CMYK | 0 | 0.14 | 0.04 | 0.07 |
HSL | 315.88º | 0.5% | 0.87% | - |
HSV(B) | 315.88º | 0.14% | 0.93% | - |
XYZ | 71 | 67.02 | 83.32 | - |
YUV | 217.02 | 134.76 | 142.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 204 | 229 | 0 | 0.14 | 0.04 | 0.07 | 315.88 | 0.5 | 0.87 |
Hex | EE | CC | E5 | 0 | E | 4 | 7 | 13C | 32 | 57 |
Octal | 356 | 314 | 345 | 0 | 16 | 4 | 7 | 474 | 62 | 127 |
Binary | 11101110 | 11001100 | 11100101 | 0 | 1110 | 100 | 111 | 100111100 | 110010 | 1010111 |
Color Harmonies of #EECCE5
Complementary color
Monochromatic Colors of #EECCE5
Black with #EECCE5
Text Example
Text Example
White with #EECCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCE5; }
p { color: rgb(238,204,229); }
H1.HeaderClassName
{
color: #EECCE5;
}
.AnyTagClassName
{
color: #EECCE5;
}
</style>
background-color css
<style>
a { background-color: #EECCE5; }
a { background-color: rgb(238,204,229); }
div.DivClassName
{
background-color: #EECCE5;
}
.BgClassName
{
background-color: #EECCE5;
}
</style>
border-color css
<style>
span { border-color: #EECCE5; }
span { border-color: rgb(238,204,229); }
td.TdClassName
{
border-color: #EECCE5;
}
.TagClassName
{
border-color: #EECCE5;
}
</style>