Shades of Blossom #E7B8BB
Tints of Blossom #E7B8BB
RGB
CMYK
RGB Variations
Color information
#E7B8BB (or 0xE7B8BB) is known color: Blossom. HEX triplet: E7, B8 and BB. RGB value is (231,184,187). Sum of RGB (Red+Green+Blue) = 231+184+187=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B8BB is #184744. Grayscale: #C6C6C6. Windows color (decimal): -1591109 or 12302567. OLE color: 12302567.
HSL color Cylindrical-coordinate representation of color #E7B8BB: hue angle of 356.17º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B8BB is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 187 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.09 |
| HSL | 356.17º | 0.49% | 0.81% | - |
| HSV(B) | 356.17º | 0.2% | 0.91% | - |
| XYZ | 59.07 | 54.86 | 54.49 | - |
| YUV | 198.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 187 | 0 | 0.20 | 0.19 | 0.09 | 356.17 | 0.49 | 0.81 |
| Hex | E7 | B8 | BB | 0 | 14 | 13 | 9 | 164 | 31 | 51 |
| Octal | 347 | 270 | 273 | 0 | 24 | 23 | 11 | 544 | 61 | 121 |
| Binary | 11100111 | 10111000 | 10111011 | 0 | 10100 | 10011 | 1001 | 101100100 | 110001 | 1010001 |
Color Harmonies of #E7B8BB
Complementary color
Monochromatic Colors of #E7B8BB
Black with #E7B8BB
Text Example
Text Example
White with #E7B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B8BB; }
p { color: rgb(231,184,187); }
H1.HeaderClassName
{
color: #E7B8BB;
}
.AnyTagClassName
{
color: #E7B8BB;
}
</style>
background-color css
<style>
a { background-color: #E7B8BB; }
a { background-color: rgb(231,184,187); }
div.DivClassName
{
background-color: #E7B8BB;
}
.BgClassName
{
background-color: #E7B8BB;
}
</style>
border-color css
<style>
span { border-color: #E7B8BB; }
span { border-color: rgb(231,184,187); }
td.TdClassName
{
border-color: #E7B8BB;
}
.TagClassName
{
border-color: #E7B8BB;
}
</style>