Shades of Blossom #E7B4BB
Tints of Blossom #E7B4BB
RGB
CMYK
RGB Variations
Color information
#E7B4BB (or 0xE7B4BB) is known color: Blossom. HEX triplet: E7, B4 and BB. RGB value is (231,180,187). Sum of RGB (Red+Green+Blue) = 231+180+187=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4BB is #184B44. Grayscale: #C4C4C4. Windows color (decimal): -1592133 or 12301543. OLE color: 12301543.
HSL color Cylindrical-coordinate representation of color #E7B4BB: hue angle of 351.76º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7B4BB is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 187 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.09 |
| HSL | 351.76º | 0.52% | 0.81% | - |
| HSV(B) | 351.76º | 0.22% | 0.91% | - |
| XYZ | 58.25 | 53.22 | 54.22 | - |
| YUV | 196.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 187 | 0 | 0.22 | 0.19 | 0.09 | 351.76 | 0.52 | 0.81 |
| Hex | E7 | B4 | BB | 0 | 16 | 13 | 9 | 160 | 34 | 51 |
| Octal | 347 | 264 | 273 | 0 | 26 | 23 | 11 | 540 | 64 | 121 |
| Binary | 11100111 | 10110100 | 10111011 | 0 | 10110 | 10011 | 1001 | 101100000 | 110100 | 1010001 |
Color Harmonies of #E7B4BB
Complementary color
Monochromatic Colors of #E7B4BB
Black with #E7B4BB
Text Example
Text Example
White with #E7B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B4BB; }
p { color: rgb(231,180,187); }
H1.HeaderClassName
{
color: #E7B4BB;
}
.AnyTagClassName
{
color: #E7B4BB;
}
</style>
background-color css
<style>
a { background-color: #E7B4BB; }
a { background-color: rgb(231,180,187); }
div.DivClassName
{
background-color: #E7B4BB;
}
.BgClassName
{
background-color: #E7B4BB;
}
</style>
border-color css
<style>
span { border-color: #E7B4BB; }
span { border-color: rgb(231,180,187); }
td.TdClassName
{
border-color: #E7B4BB;
}
.TagClassName
{
border-color: #E7B4BB;
}
</style>