Shades of Blossom #E7B0B9
Tints of Blossom #E7B0B9
RGB
CMYK
RGB Variations
Color information
#E7B0B9 (or 0xE7B0B9) is known color: Blossom. HEX triplet: E7, B0 and B9. RGB value is (231,176,185). Sum of RGB (Red+Green+Blue) = 231+176+185=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0B9 is #184F46. Grayscale: #C1C1C1. Windows color (decimal): -1593159 or 12169447. OLE color: 12169447.
HSL color Cylindrical-coordinate representation of color #E7B0B9: hue angle of 350.18º 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 #E7B0B9 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 185 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.09 |
| HSL | 350.18º | 0.53% | 0.8% | - |
| HSV(B) | 350.18º | 0.24% | 0.91% | - |
| XYZ | 57.24 | 51.54 | 52.83 | - |
| YUV | 193.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 185 | 0 | 0.24 | 0.20 | 0.09 | 350.18 | 0.53 | 0.8 |
| Hex | E7 | B0 | B9 | 0 | 18 | 14 | 9 | 15E | 35 | 50 |
| Octal | 347 | 260 | 271 | 0 | 30 | 24 | 11 | 536 | 65 | 120 |
| Binary | 11100111 | 10110000 | 10111001 | 0 | 11000 | 10100 | 1001 | 101011110 | 110101 | 1010000 |
Color Harmonies of #E7B0B9
Complementary color
Monochromatic Colors of #E7B0B9
Black with #E7B0B9
Text Example
Text Example
White with #E7B0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0B9; }
p { color: rgb(231,176,185); }
H1.HeaderClassName
{
color: #E7B0B9;
}
.AnyTagClassName
{
color: #E7B0B9;
}
</style>
background-color css
<style>
a { background-color: #E7B0B9; }
a { background-color: rgb(231,176,185); }
div.DivClassName
{
background-color: #E7B0B9;
}
.BgClassName
{
background-color: #E7B0B9;
}
</style>
border-color css
<style>
span { border-color: #E7B0B9; }
span { border-color: rgb(231,176,185); }
td.TdClassName
{
border-color: #E7B0B9;
}
.TagClassName
{
border-color: #E7B0B9;
}
</style>