Shades of Classic Rose #EECCE2
Tints of Classic Rose #EECCE2
RGB
CMYK
RGB Variations
Color information
#EECCE2 (or 0xEECCE2) is known color: Classic Rose. HEX triplet: EE, CC and E2. RGB value is (238,204,226). Sum of RGB (Red+Green+Blue) = 238+204+226=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCE2 is #11331D. Grayscale: #D8D8D8. Windows color (decimal): -1127198 or 14863598. OLE color: 14863598.
HSL color Cylindrical-coordinate representation of color #EECCE2: hue angle of 321.18º 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 #EECCE2 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 204 | 226 | - |
CMYK | 0 | 0.14 | 0.05 | 0.07 |
HSL | 321.18º | 0.5% | 0.87% | - |
HSV(B) | 321.18º | 0.14% | 0.93% | - |
XYZ | 70.58 | 66.85 | 81.14 | - |
YUV | 216.67 | 133.26 | 143.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 204 | 226 | 0 | 0.14 | 0.05 | 0.07 | 321.18 | 0.5 | 0.87 |
Hex | EE | CC | E2 | 0 | E | 5 | 7 | 141 | 32 | 57 |
Octal | 356 | 314 | 342 | 0 | 16 | 5 | 7 | 501 | 62 | 127 |
Binary | 11101110 | 11001100 | 11100010 | 0 | 1110 | 101 | 111 | 101000001 | 110010 | 1010111 |
Color Harmonies of #EECCE2
Complementary color
Monochromatic Colors of #EECCE2
Black with #EECCE2
Text Example
Text Example
White with #EECCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCE2; }
p { color: rgb(238,204,226); }
H1.HeaderClassName
{
color: #EECCE2;
}
.AnyTagClassName
{
color: #EECCE2;
}
</style>
background-color css
<style>
a { background-color: #EECCE2; }
a { background-color: rgb(238,204,226); }
div.DivClassName
{
background-color: #EECCE2;
}
.BgClassName
{
background-color: #EECCE2;
}
</style>
border-color css
<style>
span { border-color: #EECCE2; }
span { border-color: rgb(238,204,226); }
td.TdClassName
{
border-color: #EECCE2;
}
.TagClassName
{
border-color: #EECCE2;
}
</style>