Shades of Classic Rose #EEC8E3
Tints of Classic Rose #EEC8E3
RGB
CMYK
RGB Variations
Color information
#EEC8E3 (or 0xEEC8E3) is known color: Classic Rose. HEX triplet: EE, C8 and E3. RGB value is (238,200,227). Sum of RGB (Red+Green+Blue) = 238+200+227=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8E3 is #11371C. Grayscale: #D6D6D6. Windows color (decimal): -1128221 or 14928110. OLE color: 14928110.
HSL color Cylindrical-coordinate representation of color #EEC8E3: hue angle of 317.37º 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 #EEC8E3 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 227 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.07 |
| HSL | 317.37º | 0.53% | 0.86% | - |
| HSV(B) | 317.37º | 0.16% | 0.93% | - |
| XYZ | 69.78 | 65.03 | 81.55 | - |
| YUV | 214.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 227 | 0 | 0.16 | 0.05 | 0.07 | 317.37 | 0.53 | 0.86 |
| Hex | EE | C8 | E3 | 0 | 10 | 5 | 7 | 13D | 35 | 56 |
| Octal | 356 | 310 | 343 | 0 | 20 | 5 | 7 | 475 | 65 | 126 |
| Binary | 11101110 | 11001000 | 11100011 | 0 | 10000 | 101 | 111 | 100111101 | 110101 | 1010110 |
Color Harmonies of #EEC8E3
Complementary color
Monochromatic Colors of #EEC8E3
Black with #EEC8E3
Text Example
Text Example
White with #EEC8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8E3; }
p { color: rgb(238,200,227); }
H1.HeaderClassName
{
color: #EEC8E3;
}
.AnyTagClassName
{
color: #EEC8E3;
}
</style>
background-color css
<style>
a { background-color: #EEC8E3; }
a { background-color: rgb(238,200,227); }
div.DivClassName
{
background-color: #EEC8E3;
}
.BgClassName
{
background-color: #EEC8E3;
}
</style>
border-color css
<style>
span { border-color: #EEC8E3; }
span { border-color: rgb(238,200,227); }
td.TdClassName
{
border-color: #EEC8E3;
}
.TagClassName
{
border-color: #EEC8E3;
}
</style>