Shades of Classic Rose #EEBCD5
Tints of Classic Rose #EEBCD5
RGB
CMYK
RGB Variations
Color information
#EEBCD5 (or 0xEEBCD5) is known color: Classic Rose. HEX triplet: EE, BC and D5. RGB value is (238,188,213). Sum of RGB (Red+Green+Blue) = 238+188+213=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD5 is #11432A. Grayscale: #CDCDCD. Windows color (decimal): -1131307 or 14007534. OLE color: 14007534.
HSL color Cylindrical-coordinate representation of color #EEBCD5: hue angle of 330º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBCD5 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 188 | 213 | - |
CMYK | 0 | 0.21 | 0.11 | 0.07 |
HSL | 330º | 0.6% | 0.84% | - |
HSV(B) | 330º | 0.21% | 0.93% | - |
XYZ | 65.25 | 58.95 | 70.89 | - |
YUV | 205.8 | 132.07 | 150.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 188 | 213 | 0 | 0.21 | 0.11 | 0.07 | 330 | 0.6 | 0.84 |
Hex | EE | BC | D5 | 0 | 15 | B | 7 | 14A | 3C | 54 |
Octal | 356 | 274 | 325 | 0 | 25 | 13 | 7 | 512 | 74 | 124 |
Binary | 11101110 | 10111100 | 11010101 | 0 | 10101 | 1011 | 111 | 101001010 | 111100 | 1010100 |
Color Harmonies of #EEBCD5
Complementary color
Monochromatic Colors of #EEBCD5
Black with #EEBCD5
Text Example
Text Example
White with #EEBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCD5; }
p { color: rgb(238,188,213); }
H1.HeaderClassName
{
color: #EEBCD5;
}
.AnyTagClassName
{
color: #EEBCD5;
}
</style>
background-color css
<style>
a { background-color: #EEBCD5; }
a { background-color: rgb(238,188,213); }
div.DivClassName
{
background-color: #EEBCD5;
}
.BgClassName
{
background-color: #EEBCD5;
}
</style>
border-color css
<style>
span { border-color: #EEBCD5; }
span { border-color: rgb(238,188,213); }
td.TdClassName
{
border-color: #EEBCD5;
}
.TagClassName
{
border-color: #EEBCD5;
}
</style>