Shades of Classic Rose #EECBE0
Tints of Classic Rose #EECBE0
RGB
CMYK
RGB Variations
Color information
#EECBE0 (or 0xEECBE0) is known color: Classic Rose. HEX triplet: EE, CB and E0. RGB value is (238,203,224). Sum of RGB (Red+Green+Blue) = 238+203+224=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBE0 is #11341F. Grayscale: #D7D7D7. Windows color (decimal): -1127456 or 14732270. OLE color: 14732270.
HSL color Cylindrical-coordinate representation of color #EECBE0: hue angle of 324º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECBE0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 224 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.07 |
| HSL | 324º | 0.51% | 0.86% | - |
| HSV(B) | 324º | 0.15% | 0.93% | - |
| XYZ | 70.07 | 66.27 | 79.62 | - |
| YUV | 215.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 224 | 0 | 0.15 | 0.06 | 0.07 | 324 | 0.51 | 0.86 |
| Hex | EE | CB | E0 | 0 | F | 6 | 7 | 144 | 33 | 56 |
| Octal | 356 | 313 | 340 | 0 | 17 | 6 | 7 | 504 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11100000 | 0 | 1111 | 110 | 111 | 101000100 | 110011 | 1010110 |
Color Harmonies of #EECBE0
Complementary color
Monochromatic Colors of #EECBE0
Black with #EECBE0
Text Example
Text Example
White with #EECBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBE0; }
p { color: rgb(238,203,224); }
H1.HeaderClassName
{
color: #EECBE0;
}
.AnyTagClassName
{
color: #EECBE0;
}
</style>
background-color css
<style>
a { background-color: #EECBE0; }
a { background-color: rgb(238,203,224); }
div.DivClassName
{
background-color: #EECBE0;
}
.BgClassName
{
background-color: #EECBE0;
}
</style>
border-color css
<style>
span { border-color: #EECBE0; }
span { border-color: rgb(238,203,224); }
td.TdClassName
{
border-color: #EECBE0;
}
.TagClassName
{
border-color: #EECBE0;
}
</style>