Shades of Blossom #E9BABD
Tints of Blossom #E9BABD
RGB
CMYK
RGB Variations
Color information
#E9BABD (or 0xE9BABD) is known color: Blossom. HEX triplet: E9, BA and BD. RGB value is (233,186,189). Sum of RGB (Red+Green+Blue) = 233+186+189=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BABD is #164542. Grayscale: #C8C8C8. Windows color (decimal): -1459523 or 12434153. OLE color: 12434153.
HSL color Cylindrical-coordinate representation of color #E9BABD: hue angle of 356.17º 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 #E9BABD is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 189 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.09 |
| HSL | 356.17º | 0.52% | 0.82% | - |
| HSV(B) | 356.17º | 0.2% | 0.91% | - |
| XYZ | 60.35 | 56.12 | 55.79 | - |
| YUV | 200.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 189 | 0 | 0.20 | 0.19 | 0.09 | 356.17 | 0.52 | 0.82 |
| Hex | E9 | BA | BD | 0 | 14 | 13 | 9 | 164 | 34 | 52 |
| Octal | 351 | 272 | 275 | 0 | 24 | 23 | 11 | 544 | 64 | 122 |
| Binary | 11101001 | 10111010 | 10111101 | 0 | 10100 | 10011 | 1001 | 101100100 | 110100 | 1010010 |
Color Harmonies of #E9BABD
Complementary color
Monochromatic Colors of #E9BABD
Black with #E9BABD
Text Example
Text Example
White with #E9BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BABD; }
p { color: rgb(233,186,189); }
H1.HeaderClassName
{
color: #E9BABD;
}
.AnyTagClassName
{
color: #E9BABD;
}
</style>
background-color css
<style>
a { background-color: #E9BABD; }
a { background-color: rgb(233,186,189); }
div.DivClassName
{
background-color: #E9BABD;
}
.BgClassName
{
background-color: #E9BABD;
}
</style>
border-color css
<style>
span { border-color: #E9BABD; }
span { border-color: rgb(233,186,189); }
td.TdClassName
{
border-color: #E9BABD;
}
.TagClassName
{
border-color: #E9BABD;
}
</style>