Shades of Blossom #E5BABF
Tints of Blossom #E5BABF
RGB
CMYK
RGB Variations
Color information
#E5BABF (or 0xE5BABF) is known color: Blossom. HEX triplet: E5, BA and BF. RGB value is (229,186,191). Sum of RGB (Red+Green+Blue) = 229+186+191=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BABF is #1A4540. Grayscale: #C7C7C7. Windows color (decimal): -1721665 or 12565221. OLE color: 12565221.
HSL color Cylindrical-coordinate representation of color #E5BABF: hue angle of 353.02º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BABF is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 191 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.10 |
| HSL | 353.02º | 0.45% | 0.81% | - |
| HSV(B) | 353.02º | 0.19% | 0.9% | - |
| XYZ | 59.28 | 55.54 | 56.89 | - |
| YUV | 199.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 191 | 0 | 0.19 | 0.17 | 0.10 | 353.02 | 0.45 | 0.81 |
| Hex | E5 | BA | BF | 0 | 13 | 11 | A | 161 | 2D | 51 |
| Octal | 345 | 272 | 277 | 0 | 23 | 21 | 12 | 541 | 55 | 121 |
| Binary | 11100101 | 10111010 | 10111111 | 0 | 10011 | 10001 | 1010 | 101100001 | 101101 | 1010001 |
Color Harmonies of #E5BABF
Complementary color
Monochromatic Colors of #E5BABF
Black with #E5BABF
Text Example
Text Example
White with #E5BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BABF; }
p { color: rgb(229,186,191); }
H1.HeaderClassName
{
color: #E5BABF;
}
.AnyTagClassName
{
color: #E5BABF;
}
</style>
background-color css
<style>
a { background-color: #E5BABF; }
a { background-color: rgb(229,186,191); }
div.DivClassName
{
background-color: #E5BABF;
}
.BgClassName
{
background-color: #E5BABF;
}
</style>
border-color css
<style>
span { border-color: #E5BABF; }
span { border-color: rgb(229,186,191); }
td.TdClassName
{
border-color: #E5BABF;
}
.TagClassName
{
border-color: #E5BABF;
}
</style>