Shades of Blossom #E9BBBE
Tints of Blossom #E9BBBE
RGB
CMYK
RGB Variations
Color information
#E9BBBE (or 0xE9BBBE) is known color: Blossom. HEX triplet: E9, BB and BE. RGB value is (233,187,190). Sum of RGB (Red+Green+Blue) = 233+187+190=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBBE is #164441. Grayscale: #C9C9C9. Windows color (decimal): -1459266 or 12499945. OLE color: 12499945.
HSL color Cylindrical-coordinate representation of color #E9BBBE: hue angle of 356.09º 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 #E9BBBE is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 190 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.09 |
| HSL | 356.09º | 0.51% | 0.82% | - |
| HSV(B) | 356.09º | 0.2% | 0.91% | - |
| XYZ | 60.67 | 56.58 | 56.44 | - |
| YUV | 201.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 190 | 0 | 0.20 | 0.18 | 0.09 | 356.09 | 0.51 | 0.82 |
| Hex | E9 | BB | BE | 0 | 14 | 12 | 9 | 164 | 33 | 52 |
| Octal | 351 | 273 | 276 | 0 | 24 | 22 | 11 | 544 | 63 | 122 |
| Binary | 11101001 | 10111011 | 10111110 | 0 | 10100 | 10010 | 1001 | 101100100 | 110011 | 1010010 |
Color Harmonies of #E9BBBE
Complementary color
Monochromatic Colors of #E9BBBE
Black with #E9BBBE
Text Example
Text Example
White with #E9BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBBE; }
p { color: rgb(233,187,190); }
H1.HeaderClassName
{
color: #E9BBBE;
}
.AnyTagClassName
{
color: #E9BBBE;
}
</style>
background-color css
<style>
a { background-color: #E9BBBE; }
a { background-color: rgb(233,187,190); }
div.DivClassName
{
background-color: #E9BBBE;
}
.BgClassName
{
background-color: #E9BBBE;
}
</style>
border-color css
<style>
span { border-color: #E9BBBE; }
span { border-color: rgb(233,187,190); }
td.TdClassName
{
border-color: #E9BBBE;
}
.TagClassName
{
border-color: #E9BBBE;
}
</style>