Shades of Blossom #E9B7BA
Tints of Blossom #E9B7BA
RGB
CMYK
RGB Variations
Color information
#E9B7BA (or 0xE9B7BA) is known color: Blossom. HEX triplet: E9, B7 and BA. RGB value is (233,183,186). Sum of RGB (Red+Green+Blue) = 233+183+186=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B7BA is #164845. Grayscale: #C6C6C6. Windows color (decimal): -1460294 or 12236777. OLE color: 12236777.
HSL color Cylindrical-coordinate representation of color #E9B7BA: hue angle of 356.4º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9B7BA is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 183 | 186 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.09 |
| HSL | 356.4º | 0.53% | 0.82% | - |
| HSV(B) | 356.4º | 0.21% | 0.91% | - |
| XYZ | 59.4 | 54.74 | 53.89 | - |
| YUV | 198.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 183 | 186 | 0 | 0.21 | 0.20 | 0.09 | 356.4 | 0.53 | 0.82 |
| Hex | E9 | B7 | BA | 0 | 15 | 14 | 9 | 164 | 35 | 52 |
| Octal | 351 | 267 | 272 | 0 | 25 | 24 | 11 | 544 | 65 | 122 |
| Binary | 11101001 | 10110111 | 10111010 | 0 | 10101 | 10100 | 1001 | 101100100 | 110101 | 1010010 |
Color Harmonies of #E9B7BA
Complementary color
Monochromatic Colors of #E9B7BA
Black with #E9B7BA
Text Example
Text Example
White with #E9B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B7BA; }
p { color: rgb(233,183,186); }
H1.HeaderClassName
{
color: #E9B7BA;
}
.AnyTagClassName
{
color: #E9B7BA;
}
</style>
background-color css
<style>
a { background-color: #E9B7BA; }
a { background-color: rgb(233,183,186); }
div.DivClassName
{
background-color: #E9B7BA;
}
.BgClassName
{
background-color: #E9B7BA;
}
</style>
border-color css
<style>
span { border-color: #E9B7BA; }
span { border-color: rgb(233,183,186); }
td.TdClassName
{
border-color: #E9B7BA;
}
.TagClassName
{
border-color: #E9B7BA;
}
</style>