Shades of Blossom #E7B3BA
Tints of Blossom #E7B3BA
RGB
CMYK
RGB Variations
Color information
#E7B3BA (or 0xE7B3BA) is known color: Blossom. HEX triplet: E7, B3 and BA. RGB value is (231,179,186). Sum of RGB (Red+Green+Blue) = 231+179+186=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B3BA is #184C45. Grayscale: #C3C3C3. Windows color (decimal): -1592390 or 12235751. OLE color: 12235751.
HSL color Cylindrical-coordinate representation of color #E7B3BA: hue angle of 351.92º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7B3BA is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 179 | 186 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.09 |
| HSL | 351.92º | 0.52% | 0.8% | - |
| HSV(B) | 351.92º | 0.23% | 0.91% | - |
| XYZ | 57.94 | 52.77 | 53.59 | - |
| YUV | 195.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 186 | 0 | 0.23 | 0.19 | 0.09 | 351.92 | 0.52 | 0.8 |
| Hex | E7 | B3 | BA | 0 | 17 | 13 | 9 | 160 | 34 | 50 |
| Octal | 347 | 263 | 272 | 0 | 27 | 23 | 11 | 540 | 64 | 120 |
| Binary | 11100111 | 10110011 | 10111010 | 0 | 10111 | 10011 | 1001 | 101100000 | 110100 | 1010000 |
Color Harmonies of #E7B3BA
Complementary color
Monochromatic Colors of #E7B3BA
Black with #E7B3BA
Text Example
Text Example
White with #E7B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B3BA; }
p { color: rgb(231,179,186); }
H1.HeaderClassName
{
color: #E7B3BA;
}
.AnyTagClassName
{
color: #E7B3BA;
}
</style>
background-color css
<style>
a { background-color: #E7B3BA; }
a { background-color: rgb(231,179,186); }
div.DivClassName
{
background-color: #E7B3BA;
}
.BgClassName
{
background-color: #E7B3BA;
}
</style>
border-color css
<style>
span { border-color: #E7B3BA; }
span { border-color: rgb(231,179,186); }
td.TdClassName
{
border-color: #E7B3BA;
}
.TagClassName
{
border-color: #E7B3BA;
}
</style>