Shades of Blossom #E7BABF
Tints of Blossom #E7BABF
RGB
CMYK
RGB Variations
Color information
#E7BABF (or 0xE7BABF) is known color: Blossom. HEX triplet: E7, BA and BF. RGB value is (231,186,191). Sum of RGB (Red+Green+Blue) = 231+186+191=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BABF is #184540. Grayscale: #C8C8C8. Windows color (decimal): -1590593 or 12565223. OLE color: 12565223.
HSL color Cylindrical-coordinate representation of color #E7BABF: hue angle of 353.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BABF is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 191 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.09 |
| HSL | 353.33º | 0.48% | 0.82% | - |
| HSV(B) | 353.33º | 0.19% | 0.91% | - |
| XYZ | 59.92 | 55.87 | 56.92 | - |
| YUV | 200.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 191 | 0 | 0.19 | 0.17 | 0.09 | 353.33 | 0.48 | 0.82 |
| Hex | E7 | BA | BF | 0 | 13 | 11 | 9 | 161 | 30 | 52 |
| Octal | 347 | 272 | 277 | 0 | 23 | 21 | 11 | 541 | 60 | 122 |
| Binary | 11100111 | 10111010 | 10111111 | 0 | 10011 | 10001 | 1001 | 101100001 | 110000 | 1010010 |
Color Harmonies of #E7BABF
Complementary color
Monochromatic Colors of #E7BABF
Black with #E7BABF
Text Example
Text Example
White with #E7BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BABF; }
p { color: rgb(231,186,191); }
H1.HeaderClassName
{
color: #E7BABF;
}
.AnyTagClassName
{
color: #E7BABF;
}
</style>
background-color css
<style>
a { background-color: #E7BABF; }
a { background-color: rgb(231,186,191); }
div.DivClassName
{
background-color: #E7BABF;
}
.BgClassName
{
background-color: #E7BABF;
}
</style>
border-color css
<style>
span { border-color: #E7BABF; }
span { border-color: rgb(231,186,191); }
td.TdClassName
{
border-color: #E7BABF;
}
.TagClassName
{
border-color: #E7BABF;
}
</style>