Shades of Blossom #E7B0BB
Tints of Blossom #E7B0BB
RGB
CMYK
RGB Variations
Color information
#E7B0BB (or 0xE7B0BB) is known color: Blossom. HEX triplet: E7, B0 and BB. RGB value is (231,176,187). Sum of RGB (Red+Green+Blue) = 231+176+187=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0BB is #184F44. Grayscale: #C1C1C1. Windows color (decimal): -1593157 or 12300519. OLE color: 12300519.
HSL color Cylindrical-coordinate representation of color #E7B0BB: hue angle of 348º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B0BB is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 187 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.09 |
| HSL | 348º | 0.53% | 0.8% | - |
| HSV(B) | 348º | 0.24% | 0.91% | - |
| XYZ | 57.45 | 51.63 | 53.95 | - |
| YUV | 193.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 187 | 0 | 0.24 | 0.19 | 0.09 | 348 | 0.53 | 0.8 |
| Hex | E7 | B0 | BB | 0 | 18 | 13 | 9 | 15C | 35 | 50 |
| Octal | 347 | 260 | 273 | 0 | 30 | 23 | 11 | 534 | 65 | 120 |
| Binary | 11100111 | 10110000 | 10111011 | 0 | 11000 | 10011 | 1001 | 101011100 | 110101 | 1010000 |
Color Harmonies of #E7B0BB
Complementary color
Monochromatic Colors of #E7B0BB
Black with #E7B0BB
Text Example
Text Example
White with #E7B0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0BB; }
p { color: rgb(231,176,187); }
H1.HeaderClassName
{
color: #E7B0BB;
}
.AnyTagClassName
{
color: #E7B0BB;
}
</style>
background-color css
<style>
a { background-color: #E7B0BB; }
a { background-color: rgb(231,176,187); }
div.DivClassName
{
background-color: #E7B0BB;
}
.BgClassName
{
background-color: #E7B0BB;
}
</style>
border-color css
<style>
span { border-color: #E7B0BB; }
span { border-color: rgb(231,176,187); }
td.TdClassName
{
border-color: #E7B0BB;
}
.TagClassName
{
border-color: #E7B0BB;
}
</style>