Shades of Blossom #E5B9BB
Tints of Blossom #E5B9BB
RGB
CMYK
RGB Variations
Color information
#E5B9BB (or 0xE5B9BB) is known color: Blossom. HEX triplet: E5, B9 and BB. RGB value is (229,185,187). Sum of RGB (Red+Green+Blue) = 229+185+187=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B9BB is #1A4644. Grayscale: #C6C6C6. Windows color (decimal): -1721925 or 12302821. OLE color: 12302821.
HSL color Cylindrical-coordinate representation of color #E5B9BB: hue angle of 357.27º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5B9BB is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 187 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.10 |
| HSL | 357.27º | 0.46% | 0.81% | - |
| HSV(B) | 357.27º | 0.19% | 0.9% | - |
| XYZ | 58.63 | 54.94 | 54.53 | - |
| YUV | 198.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 187 | 0 | 0.19 | 0.18 | 0.10 | 357.27 | 0.46 | 0.81 |
| Hex | E5 | B9 | BB | 0 | 13 | 12 | A | 165 | 2E | 51 |
| Octal | 345 | 271 | 273 | 0 | 23 | 22 | 12 | 545 | 56 | 121 |
| Binary | 11100101 | 10111001 | 10111011 | 0 | 10011 | 10010 | 1010 | 101100101 | 101110 | 1010001 |
Color Harmonies of #E5B9BB
Complementary color
Monochromatic Colors of #E5B9BB
Black with #E5B9BB
Text Example
Text Example
White with #E5B9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B9BB; }
p { color: rgb(229,185,187); }
H1.HeaderClassName
{
color: #E5B9BB;
}
.AnyTagClassName
{
color: #E5B9BB;
}
</style>
background-color css
<style>
a { background-color: #E5B9BB; }
a { background-color: rgb(229,185,187); }
div.DivClassName
{
background-color: #E5B9BB;
}
.BgClassName
{
background-color: #E5B9BB;
}
</style>
border-color css
<style>
span { border-color: #E5B9BB; }
span { border-color: rgb(229,185,187); }
td.TdClassName
{
border-color: #E5B9BB;
}
.TagClassName
{
border-color: #E5B9BB;
}
</style>