Shades of Blossom #E9BABC
Tints of Blossom #E9BABC
RGB
CMYK
RGB Variations
Color information
#E9BABC (or 0xE9BABC) is known color: Blossom. HEX triplet: E9, BA and BC. RGB value is (233,186,188). Sum of RGB (Red+Green+Blue) = 233+186+188=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BABC is #164543. Grayscale: #C8C8C8. Windows color (decimal): -1459524 or 12368617. OLE color: 12368617.
HSL color Cylindrical-coordinate representation of color #E9BABC: hue angle of 357.45º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BABC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 188 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.09 |
| HSL | 357.45º | 0.52% | 0.82% | - |
| HSV(B) | 357.45º | 0.2% | 0.91% | - |
| XYZ | 60.24 | 56.07 | 55.22 | - |
| YUV | 200.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 188 | 0 | 0.20 | 0.19 | 0.09 | 357.45 | 0.52 | 0.82 |
| Hex | E9 | BA | BC | 0 | 14 | 13 | 9 | 165 | 34 | 52 |
| Octal | 351 | 272 | 274 | 0 | 24 | 23 | 11 | 545 | 64 | 122 |
| Binary | 11101001 | 10111010 | 10111100 | 0 | 10100 | 10011 | 1001 | 101100101 | 110100 | 1010010 |
Color Harmonies of #E9BABC
Complementary color
Monochromatic Colors of #E9BABC
Black with #E9BABC
Text Example
Text Example
White with #E9BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BABC; }
p { color: rgb(233,186,188); }
H1.HeaderClassName
{
color: #E9BABC;
}
.AnyTagClassName
{
color: #E9BABC;
}
</style>
background-color css
<style>
a { background-color: #E9BABC; }
a { background-color: rgb(233,186,188); }
div.DivClassName
{
background-color: #E9BABC;
}
.BgClassName
{
background-color: #E9BABC;
}
</style>
border-color css
<style>
span { border-color: #E9BABC; }
span { border-color: rgb(233,186,188); }
td.TdClassName
{
border-color: #E9BABC;
}
.TagClassName
{
border-color: #E9BABC;
}
</style>