Shades of Blossom #E5B6BA
Tints of Blossom #E5B6BA
RGB
CMYK
RGB Variations
Color information
#E5B6BA (or 0xE5B6BA) is known color: Blossom. HEX triplet: E5, B6 and BA. RGB value is (229,182,186). Sum of RGB (Red+Green+Blue) = 229+182+186=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B6BA is #1A4945. Grayscale: #C4C4C4. Windows color (decimal): -1722694 or 12236517. OLE color: 12236517.
HSL color Cylindrical-coordinate representation of color #E5B6BA: hue angle of 354.89º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B6BA is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 182 | 186 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.10 |
| HSL | 354.89º | 0.47% | 0.81% | - |
| HSV(B) | 354.89º | 0.21% | 0.9% | - |
| XYZ | 57.9 | 53.66 | 53.76 | - |
| YUV | 196.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 182 | 186 | 0 | 0.21 | 0.19 | 0.10 | 354.89 | 0.47 | 0.81 |
| Hex | E5 | B6 | BA | 0 | 15 | 13 | A | 163 | 2F | 51 |
| Octal | 345 | 266 | 272 | 0 | 25 | 23 | 12 | 543 | 57 | 121 |
| Binary | 11100101 | 10110110 | 10111010 | 0 | 10101 | 10011 | 1010 | 101100011 | 101111 | 1010001 |
Color Harmonies of #E5B6BA
Complementary color
Monochromatic Colors of #E5B6BA
Black with #E5B6BA
Text Example
Text Example
White with #E5B6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B6BA; }
p { color: rgb(229,182,186); }
H1.HeaderClassName
{
color: #E5B6BA;
}
.AnyTagClassName
{
color: #E5B6BA;
}
</style>
background-color css
<style>
a { background-color: #E5B6BA; }
a { background-color: rgb(229,182,186); }
div.DivClassName
{
background-color: #E5B6BA;
}
.BgClassName
{
background-color: #E5B6BA;
}
</style>
border-color css
<style>
span { border-color: #E5B6BA; }
span { border-color: rgb(229,182,186); }
td.TdClassName
{
border-color: #E5B6BA;
}
.TagClassName
{
border-color: #E5B6BA;
}
</style>