Shades of Classic Rose #EEC7E1
Tints of Classic Rose #EEC7E1
RGB
CMYK
RGB Variations
Color information
#EEC7E1 (or 0xEEC7E1) is known color: Classic Rose. HEX triplet: EE, C7 and E1. RGB value is (238,199,225). Sum of RGB (Red+Green+Blue) = 238+199+225=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 199 (78.12% from 255 or 30.06% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7E1 is #11381E. Grayscale: #D5D5D5. Windows color (decimal): -1128479 or 14796782. OLE color: 14796782.
HSL color Cylindrical-coordinate representation of color #EEC7E1: hue angle of 320º 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 #EEC7E1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 225 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.07 |
| HSL | 320º | 0.53% | 0.86% | - |
| HSV(B) | 320º | 0.16% | 0.93% | - |
| XYZ | 69.27 | 64.46 | 80.03 | - |
| YUV | 213.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 225 | 0 | 0.16 | 0.05 | 0.07 | 320 | 0.53 | 0.86 |
| Hex | EE | C7 | E1 | 0 | 10 | 5 | 7 | 140 | 35 | 56 |
| Octal | 356 | 307 | 341 | 0 | 20 | 5 | 7 | 500 | 65 | 126 |
| Binary | 11101110 | 11000111 | 11100001 | 0 | 10000 | 101 | 111 | 101000000 | 110101 | 1010110 |
Color Harmonies of #EEC7E1
Complementary color
Monochromatic Colors of #EEC7E1
Black with #EEC7E1
Text Example
Text Example
White with #EEC7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7E1; }
p { color: rgb(238,199,225); }
H1.HeaderClassName
{
color: #EEC7E1;
}
.AnyTagClassName
{
color: #EEC7E1;
}
</style>
background-color css
<style>
a { background-color: #EEC7E1; }
a { background-color: rgb(238,199,225); }
div.DivClassName
{
background-color: #EEC7E1;
}
.BgClassName
{
background-color: #EEC7E1;
}
</style>
border-color css
<style>
span { border-color: #EEC7E1; }
span { border-color: rgb(238,199,225); }
td.TdClassName
{
border-color: #EEC7E1;
}
.TagClassName
{
border-color: #EEC7E1;
}
</style>