Shades of Blossom #E7B8BA
Tints of Blossom #E7B8BA
RGB
CMYK
RGB Variations
Color information
#E7B8BA (or 0xE7B8BA) is known color: Blossom. HEX triplet: E7, B8 and BA. RGB value is (231,184,186). Sum of RGB (Red+Green+Blue) = 231+184+186=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 184 (72.27% from 255 or 30.62% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B8BA is #184745. Grayscale: #C6C6C6. Windows color (decimal): -1591110 or 12237031. OLE color: 12237031.
HSL color Cylindrical-coordinate representation of color #E7B8BA: hue angle of 357.45º 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 #E7B8BA is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 186 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.09 |
| HSL | 357.45º | 0.49% | 0.81% | - |
| HSV(B) | 357.45º | 0.2% | 0.91% | - |
| XYZ | 58.96 | 54.82 | 53.93 | - |
| YUV | 198.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 186 | 0 | 0.20 | 0.19 | 0.09 | 357.45 | 0.49 | 0.81 |
| Hex | E7 | B8 | BA | 0 | 14 | 13 | 9 | 165 | 31 | 51 |
| Octal | 347 | 270 | 272 | 0 | 24 | 23 | 11 | 545 | 61 | 121 |
| Binary | 11100111 | 10111000 | 10111010 | 0 | 10100 | 10011 | 1001 | 101100101 | 110001 | 1010001 |
Color Harmonies of #E7B8BA
Complementary color
Monochromatic Colors of #E7B8BA
Black with #E7B8BA
Text Example
Text Example
White with #E7B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B8BA; }
p { color: rgb(231,184,186); }
H1.HeaderClassName
{
color: #E7B8BA;
}
.AnyTagClassName
{
color: #E7B8BA;
}
</style>
background-color css
<style>
a { background-color: #E7B8BA; }
a { background-color: rgb(231,184,186); }
div.DivClassName
{
background-color: #E7B8BA;
}
.BgClassName
{
background-color: #E7B8BA;
}
</style>
border-color css
<style>
span { border-color: #E7B8BA; }
span { border-color: rgb(231,184,186); }
td.TdClassName
{
border-color: #E7B8BA;
}
.TagClassName
{
border-color: #E7B8BA;
}
</style>