Shades of Classic Rose #EECBE4
Tints of Classic Rose #EECBE4
RGB
CMYK
RGB Variations
Color information
#EECBE4 (or 0xEECBE4) is known color: Classic Rose. HEX triplet: EE, CB and E4. RGB value is (238,203,228). Sum of RGB (Red+Green+Blue) = 238+203+228=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBE4 is #11341B. Grayscale: #D8D8D8. Windows color (decimal): -1127452 or 14994414. OLE color: 14994414.
HSL color Cylindrical-coordinate representation of color #EECBE4: hue angle of 317.14º 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 #EECBE4 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 203 | 228 | - |
CMYK | 0 | 0.15 | 0.04 | 0.07 |
HSL | 317.14º | 0.51% | 0.86% | - |
HSV(B) | 317.14º | 0.15% | 0.93% | - |
XYZ | 70.62 | 66.49 | 82.51 | - |
YUV | 216.32 | 134.6 | 143.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 203 | 228 | 0 | 0.15 | 0.04 | 0.07 | 317.14 | 0.51 | 0.86 |
Hex | EE | CB | E4 | 0 | F | 4 | 7 | 13D | 33 | 56 |
Octal | 356 | 313 | 344 | 0 | 17 | 4 | 7 | 475 | 63 | 126 |
Binary | 11101110 | 11001011 | 11100100 | 0 | 1111 | 100 | 111 | 100111101 | 110011 | 1010110 |
Color Harmonies of #EECBE4
Complementary color
Monochromatic Colors of #EECBE4
Black with #EECBE4
Text Example
Text Example
White with #EECBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBE4; }
p { color: rgb(238,203,228); }
H1.HeaderClassName
{
color: #EECBE4;
}
.AnyTagClassName
{
color: #EECBE4;
}
</style>
background-color css
<style>
a { background-color: #EECBE4; }
a { background-color: rgb(238,203,228); }
div.DivClassName
{
background-color: #EECBE4;
}
.BgClassName
{
background-color: #EECBE4;
}
</style>
border-color css
<style>
span { border-color: #EECBE4; }
span { border-color: rgb(238,203,228); }
td.TdClassName
{
border-color: #EECBE4;
}
.TagClassName
{
border-color: #EECBE4;
}
</style>