Shades of Classic Rose #EECBE2
Tints of Classic Rose #EECBE2
RGB
CMYK
RGB Variations
Color information
#EECBE2 (or 0xEECBE2) is known color: Classic Rose. HEX triplet: EE, CB and E2. RGB value is (238,203,226). Sum of RGB (Red+Green+Blue) = 238+203+226=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBE2 is #11341D. Grayscale: #D8D8D8. Windows color (decimal): -1127454 or 14863342. OLE color: 14863342.
HSL color Cylindrical-coordinate representation of color #EECBE2: hue angle of 320.57º 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 #EECBE2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 226 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.07 |
| HSL | 320.57º | 0.51% | 0.86% | - |
| HSV(B) | 320.57º | 0.15% | 0.93% | - |
| XYZ | 70.34 | 66.38 | 81.06 | - |
| YUV | 216.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 226 | 0 | 0.15 | 0.05 | 0.07 | 320.57 | 0.51 | 0.86 |
| Hex | EE | CB | E2 | 0 | F | 5 | 7 | 141 | 33 | 56 |
| Octal | 356 | 313 | 342 | 0 | 17 | 5 | 7 | 501 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11100010 | 0 | 1111 | 101 | 111 | 101000001 | 110011 | 1010110 |
Color Harmonies of #EECBE2
Complementary color
Monochromatic Colors of #EECBE2
Black with #EECBE2
Text Example
Text Example
White with #EECBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBE2; }
p { color: rgb(238,203,226); }
H1.HeaderClassName
{
color: #EECBE2;
}
.AnyTagClassName
{
color: #EECBE2;
}
</style>
background-color css
<style>
a { background-color: #EECBE2; }
a { background-color: rgb(238,203,226); }
div.DivClassName
{
background-color: #EECBE2;
}
.BgClassName
{
background-color: #EECBE2;
}
</style>
border-color css
<style>
span { border-color: #EECBE2; }
span { border-color: rgb(238,203,226); }
td.TdClassName
{
border-color: #EECBE2;
}
.TagClassName
{
border-color: #EECBE2;
}
</style>