Shades of Classic Rose #EEC7E0
Tints of Classic Rose #EEC7E0
RGB
CMYK
RGB Variations
Color information
#EEC7E0 (or 0xEEC7E0) is known color: Classic Rose. HEX triplet: EE, C7 and E0. RGB value is (238,199,224). Sum of RGB (Red+Green+Blue) = 238+199+224=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7E0 is #11381F. Grayscale: #D5D5D5. Windows color (decimal): -1128480 or 14731246. OLE color: 14731246.
HSL color Cylindrical-coordinate representation of color #EEC7E0: hue angle of 321.54º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC7E0 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 224 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.07 |
| HSL | 321.54º | 0.53% | 0.86% | - |
| HSV(B) | 321.54º | 0.16% | 0.93% | - |
| XYZ | 69.14 | 64.41 | 79.31 | - |
| YUV | 213.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 224 | 0 | 0.16 | 0.06 | 0.07 | 321.54 | 0.53 | 0.86 |
| Hex | EE | C7 | E0 | 0 | 10 | 6 | 7 | 142 | 35 | 56 |
| Octal | 356 | 307 | 340 | 0 | 20 | 6 | 7 | 502 | 65 | 126 |
| Binary | 11101110 | 11000111 | 11100000 | 0 | 10000 | 110 | 111 | 101000010 | 110101 | 1010110 |
Color Harmonies of #EEC7E0
Complementary color
Monochromatic Colors of #EEC7E0
Black with #EEC7E0
Text Example
Text Example
White with #EEC7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7E0; }
p { color: rgb(238,199,224); }
H1.HeaderClassName
{
color: #EEC7E0;
}
.AnyTagClassName
{
color: #EEC7E0;
}
</style>
background-color css
<style>
a { background-color: #EEC7E0; }
a { background-color: rgb(238,199,224); }
div.DivClassName
{
background-color: #EEC7E0;
}
.BgClassName
{
background-color: #EEC7E0;
}
</style>
border-color css
<style>
span { border-color: #EEC7E0; }
span { border-color: rgb(238,199,224); }
td.TdClassName
{
border-color: #EEC7E0;
}
.TagClassName
{
border-color: #EEC7E0;
}
</style>