Shades of Blossom #E5BABC
Tints of Blossom #E5BABC
RGB
CMYK
RGB Variations
Color information
#E5BABC (or 0xE5BABC) is known color: Blossom. HEX triplet: E5, BA and BC. RGB value is (229,186,188). Sum of RGB (Red+Green+Blue) = 229+186+188=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BABC is #1A4543. Grayscale: #C7C7C7. Windows color (decimal): -1721668 or 12368613. OLE color: 12368613.
HSL color Cylindrical-coordinate representation of color #E5BABC: hue angle of 357.21º 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 #E5BABC is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 188 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.10 |
| HSL | 357.21º | 0.45% | 0.81% | - |
| HSV(B) | 357.21º | 0.19% | 0.9% | - |
| XYZ | 58.95 | 55.41 | 55.16 | - |
| YUV | 199.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 188 | 0 | 0.19 | 0.18 | 0.10 | 357.21 | 0.45 | 0.81 |
| Hex | E5 | BA | BC | 0 | 13 | 12 | A | 165 | 2D | 51 |
| Octal | 345 | 272 | 274 | 0 | 23 | 22 | 12 | 545 | 55 | 121 |
| Binary | 11100101 | 10111010 | 10111100 | 0 | 10011 | 10010 | 1010 | 101100101 | 101101 | 1010001 |
Color Harmonies of #E5BABC
Complementary color
Monochromatic Colors of #E5BABC
Black with #E5BABC
Text Example
Text Example
White with #E5BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BABC; }
p { color: rgb(229,186,188); }
H1.HeaderClassName
{
color: #E5BABC;
}
.AnyTagClassName
{
color: #E5BABC;
}
</style>
background-color css
<style>
a { background-color: #E5BABC; }
a { background-color: rgb(229,186,188); }
div.DivClassName
{
background-color: #E5BABC;
}
.BgClassName
{
background-color: #E5BABC;
}
</style>
border-color css
<style>
span { border-color: #E5BABC; }
span { border-color: rgb(229,186,188); }
td.TdClassName
{
border-color: #E5BABC;
}
.TagClassName
{
border-color: #E5BABC;
}
</style>