Shades of Blossom #E5B5BB
Tints of Blossom #E5B5BB
RGB
CMYK
RGB Variations
Color information
#E5B5BB (or 0xE5B5BB) is known color: Blossom. HEX triplet: E5, B5 and BB. RGB value is (229,181,187). Sum of RGB (Red+Green+Blue) = 229+181+187=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B5BB is #1A4A44. Grayscale: #C4C4C4. Windows color (decimal): -1722949 or 12301797. OLE color: 12301797.
HSL color Cylindrical-coordinate representation of color #E5B5BB: hue angle of 352.5º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B5BB is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 187 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.10 |
| HSL | 352.5º | 0.48% | 0.8% | - |
| HSV(B) | 352.5º | 0.21% | 0.9% | - |
| XYZ | 57.81 | 53.29 | 54.25 | - |
| YUV | 196.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 187 | 0 | 0.21 | 0.18 | 0.10 | 352.5 | 0.48 | 0.8 |
| Hex | E5 | B5 | BB | 0 | 15 | 12 | A | 160 | 30 | 50 |
| Octal | 345 | 265 | 273 | 0 | 25 | 22 | 12 | 540 | 60 | 120 |
| Binary | 11100101 | 10110101 | 10111011 | 0 | 10101 | 10010 | 1010 | 101100000 | 110000 | 1010000 |
Color Harmonies of #E5B5BB
Complementary color
Monochromatic Colors of #E5B5BB
Black with #E5B5BB
Text Example
Text Example
White with #E5B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B5BB; }
p { color: rgb(229,181,187); }
H1.HeaderClassName
{
color: #E5B5BB;
}
.AnyTagClassName
{
color: #E5B5BB;
}
</style>
background-color css
<style>
a { background-color: #E5B5BB; }
a { background-color: rgb(229,181,187); }
div.DivClassName
{
background-color: #E5B5BB;
}
.BgClassName
{
background-color: #E5B5BB;
}
</style>
border-color css
<style>
span { border-color: #E5B5BB; }
span { border-color: rgb(229,181,187); }
td.TdClassName
{
border-color: #E5B5BB;
}
.TagClassName
{
border-color: #E5B5BB;
}
</style>