Shades of Blossom #E7B9BA
Tints of Blossom #E7B9BA
RGB
CMYK
RGB Variations
Color information
#E7B9BA (or 0xE7B9BA) is known color: Blossom. HEX triplet: E7, B9 and BA. RGB value is (231,185,186). Sum of RGB (Red+Green+Blue) = 231+185+186=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9BA is #184645. Grayscale: #C6C6C6. Windows color (decimal): -1590854 or 12237287. OLE color: 12237287.
HSL color Cylindrical-coordinate representation of color #E7B9BA: hue angle of 358.7º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B9BA is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 185 | 186 | - |
CMYK | 0 | 0.20 | 0.19 | 0.09 |
HSL | 358.7º | 0.49% | 0.82% | - |
HSV(B) | 358.7º | 0.2% | 0.91% | - |
XYZ | 59.17 | 55.23 | 54 | - |
YUV | 198.87 | 120.74 | 150.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 185 | 186 | 0 | 0.20 | 0.19 | 0.09 | 358.7 | 0.49 | 0.82 |
Hex | E7 | B9 | BA | 0 | 14 | 13 | 9 | 167 | 31 | 52 |
Octal | 347 | 271 | 272 | 0 | 24 | 23 | 11 | 547 | 61 | 122 |
Binary | 11100111 | 10111001 | 10111010 | 0 | 10100 | 10011 | 1001 | 101100111 | 110001 | 1010010 |
Color Harmonies of #E7B9BA
Complementary color
Monochromatic Colors of #E7B9BA
Black with #E7B9BA
Text Example
Text Example
White with #E7B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9BA; }
p { color: rgb(231,185,186); }
H1.HeaderClassName
{
color: #E7B9BA;
}
.AnyTagClassName
{
color: #E7B9BA;
}
</style>
background-color css
<style>
a { background-color: #E7B9BA; }
a { background-color: rgb(231,185,186); }
div.DivClassName
{
background-color: #E7B9BA;
}
.BgClassName
{
background-color: #E7B9BA;
}
</style>
border-color css
<style>
span { border-color: #E7B9BA; }
span { border-color: rgb(231,185,186); }
td.TdClassName
{
border-color: #E7B9BA;
}
.TagClassName
{
border-color: #E7B9BA;
}
</style>