Shades of Blossom #E5B8BA
Tints of Blossom #E5B8BA
RGB
CMYK
RGB Variations
Color information
#E5B8BA (or 0xE5B8BA) is known color: Blossom. HEX triplet: E5, B8 and BA. RGB value is (229,184,186). Sum of RGB (Red+Green+Blue) = 229+184+186=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B8BA is #1A4745. Grayscale: #C5C5C5. Windows color (decimal): -1722182 or 12237029. OLE color: 12237029.
HSL color Cylindrical-coordinate representation of color #E5B8BA: hue angle of 357.33º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5B8BA is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 186 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.10 |
| HSL | 357.33º | 0.46% | 0.81% | - |
| HSV(B) | 357.33º | 0.2% | 0.9% | - |
| XYZ | 58.32 | 54.48 | 53.9 | - |
| YUV | 197.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 186 | 0 | 0.20 | 0.19 | 0.10 | 357.33 | 0.46 | 0.81 |
| Hex | E5 | B8 | BA | 0 | 14 | 13 | A | 165 | 2E | 51 |
| Octal | 345 | 270 | 272 | 0 | 24 | 23 | 12 | 545 | 56 | 121 |
| Binary | 11100101 | 10111000 | 10111010 | 0 | 10100 | 10011 | 1010 | 101100101 | 101110 | 1010001 |
Color Harmonies of #E5B8BA
Complementary color
Monochromatic Colors of #E5B8BA
Black with #E5B8BA
Text Example
Text Example
White with #E5B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B8BA; }
p { color: rgb(229,184,186); }
H1.HeaderClassName
{
color: #E5B8BA;
}
.AnyTagClassName
{
color: #E5B8BA;
}
</style>
background-color css
<style>
a { background-color: #E5B8BA; }
a { background-color: rgb(229,184,186); }
div.DivClassName
{
background-color: #E5B8BA;
}
.BgClassName
{
background-color: #E5B8BA;
}
</style>
border-color css
<style>
span { border-color: #E5B8BA; }
span { border-color: rgb(229,184,186); }
td.TdClassName
{
border-color: #E5B8BA;
}
.TagClassName
{
border-color: #E5B8BA;
}
</style>