Shades of Classic Rose #EEBBD5
Tints of Classic Rose #EEBBD5
RGB
CMYK
RGB Variations
Color information
#EEBBD5 (or 0xEEBBD5) is known color: Classic Rose. HEX triplet: EE, BB and D5. RGB value is (238,187,213). Sum of RGB (Red+Green+Blue) = 238+187+213=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBD5 is #11442A. Grayscale: #CDCDCD. Windows color (decimal): -1131563 or 14007278. OLE color: 14007278.
HSL color Cylindrical-coordinate representation of color #EEBBD5: hue angle of 329.41º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBBD5 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 213 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.07 |
| HSL | 329.41º | 0.6% | 0.83% | - |
| HSV(B) | 329.41º | 0.21% | 0.93% | - |
| XYZ | 65.04 | 58.52 | 70.82 | - |
| YUV | 205.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 213 | 0 | 0.21 | 0.11 | 0.07 | 329.41 | 0.6 | 0.83 |
| Hex | EE | BB | D5 | 0 | 15 | B | 7 | 149 | 3C | 53 |
| Octal | 356 | 273 | 325 | 0 | 25 | 13 | 7 | 511 | 74 | 123 |
| Binary | 11101110 | 10111011 | 11010101 | 0 | 10101 | 1011 | 111 | 101001001 | 111100 | 1010011 |
Color Harmonies of #EEBBD5
Complementary color
Monochromatic Colors of #EEBBD5
Black with #EEBBD5
Text Example
Text Example
White with #EEBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBD5; }
p { color: rgb(238,187,213); }
H1.HeaderClassName
{
color: #EEBBD5;
}
.AnyTagClassName
{
color: #EEBBD5;
}
</style>
background-color css
<style>
a { background-color: #EEBBD5; }
a { background-color: rgb(238,187,213); }
div.DivClassName
{
background-color: #EEBBD5;
}
.BgClassName
{
background-color: #EEBBD5;
}
</style>
border-color css
<style>
span { border-color: #EEBBD5; }
span { border-color: rgb(238,187,213); }
td.TdClassName
{
border-color: #EEBBD5;
}
.TagClassName
{
border-color: #EEBBD5;
}
</style>