Shades of Blossom #E9BBBD
Tints of Blossom #E9BBBD
RGB
CMYK
RGB Variations
Color information
#E9BBBD (or 0xE9BBBD) is known color: Blossom. HEX triplet: E9, BB and BD. RGB value is (233,187,189). Sum of RGB (Red+Green+Blue) = 233+187+189=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBBD is #164442. Grayscale: #C9C9C9. Windows color (decimal): -1459267 or 12434409. OLE color: 12434409.
HSL color Cylindrical-coordinate representation of color #E9BBBD: hue angle of 357.39º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BBBD is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 189 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.09 |
| HSL | 357.39º | 0.51% | 0.82% | - |
| HSV(B) | 357.39º | 0.2% | 0.91% | - |
| XYZ | 60.56 | 56.54 | 55.87 | - |
| YUV | 200.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 189 | 0 | 0.20 | 0.19 | 0.09 | 357.39 | 0.51 | 0.82 |
| Hex | E9 | BB | BD | 0 | 14 | 13 | 9 | 165 | 33 | 52 |
| Octal | 351 | 273 | 275 | 0 | 24 | 23 | 11 | 545 | 63 | 122 |
| Binary | 11101001 | 10111011 | 10111101 | 0 | 10100 | 10011 | 1001 | 101100101 | 110011 | 1010010 |
Color Harmonies of #E9BBBD
Complementary color
Monochromatic Colors of #E9BBBD
Black with #E9BBBD
Text Example
Text Example
White with #E9BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBBD; }
p { color: rgb(233,187,189); }
H1.HeaderClassName
{
color: #E9BBBD;
}
.AnyTagClassName
{
color: #E9BBBD;
}
</style>
background-color css
<style>
a { background-color: #E9BBBD; }
a { background-color: rgb(233,187,189); }
div.DivClassName
{
background-color: #E9BBBD;
}
.BgClassName
{
background-color: #E9BBBD;
}
</style>
border-color css
<style>
span { border-color: #E9BBBD; }
span { border-color: rgb(233,187,189); }
td.TdClassName
{
border-color: #E9BBBD;
}
.TagClassName
{
border-color: #E9BBBD;
}
</style>