Shades of Blossom #E5B7BB
Tints of Blossom #E5B7BB
RGB
CMYK
RGB Variations
Color information
#E5B7BB (or 0xE5B7BB) is known color: Blossom. HEX triplet: E5, B7 and BB. RGB value is (229,183,187). Sum of RGB (Red+Green+Blue) = 229+183+187=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B7BB is #1A4844. Grayscale: #C5C5C5. Windows color (decimal): -1722437 or 12302309. OLE color: 12302309.
HSL color Cylindrical-coordinate representation of color #E5B7BB: hue angle of 354.78º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5B7BB is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 187 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.10 |
| HSL | 354.78º | 0.47% | 0.81% | - |
| HSV(B) | 354.78º | 0.2% | 0.9% | - |
| XYZ | 58.22 | 54.11 | 54.39 | - |
| YUV | 197.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 187 | 0 | 0.20 | 0.18 | 0.10 | 354.78 | 0.47 | 0.81 |
| Hex | E5 | B7 | BB | 0 | 14 | 12 | A | 163 | 2F | 51 |
| Octal | 345 | 267 | 273 | 0 | 24 | 22 | 12 | 543 | 57 | 121 |
| Binary | 11100101 | 10110111 | 10111011 | 0 | 10100 | 10010 | 1010 | 101100011 | 101111 | 1010001 |
Color Harmonies of #E5B7BB
Complementary color
Monochromatic Colors of #E5B7BB
Black with #E5B7BB
Text Example
Text Example
White with #E5B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7BB; }
p { color: rgb(229,183,187); }
H1.HeaderClassName
{
color: #E5B7BB;
}
.AnyTagClassName
{
color: #E5B7BB;
}
</style>
background-color css
<style>
a { background-color: #E5B7BB; }
a { background-color: rgb(229,183,187); }
div.DivClassName
{
background-color: #E5B7BB;
}
.BgClassName
{
background-color: #E5B7BB;
}
</style>
border-color css
<style>
span { border-color: #E5B7BB; }
span { border-color: rgb(229,183,187); }
td.TdClassName
{
border-color: #E5B7BB;
}
.TagClassName
{
border-color: #E5B7BB;
}
</style>