Shades of Blossom #E0B7BB
Tints of Blossom #E0B7BB
RGB
CMYK
RGB Variations
Color information
#E0B7BB (or 0xE0B7BB) is known color: Blossom. HEX triplet: E0, B7 and BB. RGB value is (224,183,187). Sum of RGB (Red+Green+Blue) = 224+183+187=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B7BB is #1F4844. Grayscale: #C3C3C3. Windows color (decimal): -2050117 or 12302304. OLE color: 12302304.
HSL color Cylindrical-coordinate representation of color #E0B7BB: hue angle of 354.15º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0B7BB is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 187 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.12 |
| HSL | 354.15º | 0.4% | 0.8% | - |
| HSV(B) | 354.15º | 0.18% | 0.88% | - |
| XYZ | 56.64 | 53.3 | 54.32 | - |
| YUV | 195.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 187 | 0 | 0.18 | 0.17 | 0.12 | 354.15 | 0.4 | 0.8 |
| Hex | E0 | B7 | BB | 0 | 12 | 11 | C | 162 | 28 | 50 |
| Octal | 340 | 267 | 273 | 0 | 22 | 21 | 14 | 542 | 50 | 120 |
| Binary | 11100000 | 10110111 | 10111011 | 0 | 10010 | 10001 | 1100 | 101100010 | 101000 | 1010000 |
Color Harmonies of #E0B7BB
Complementary color
Monochromatic Colors of #E0B7BB
Black with #E0B7BB
Text Example
Text Example
White with #E0B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B7BB; }
p { color: rgb(224,183,187); }
H1.HeaderClassName
{
color: #E0B7BB;
}
.AnyTagClassName
{
color: #E0B7BB;
}
</style>
background-color css
<style>
a { background-color: #E0B7BB; }
a { background-color: rgb(224,183,187); }
div.DivClassName
{
background-color: #E0B7BB;
}
.BgClassName
{
background-color: #E0B7BB;
}
</style>
border-color css
<style>
span { border-color: #E0B7BB; }
span { border-color: rgb(224,183,187); }
td.TdClassName
{
border-color: #E0B7BB;
}
.TagClassName
{
border-color: #E0B7BB;
}
</style>