Shades of Blossom #E9A8B1
Tints of Blossom #E9A8B1
RGB
CMYK
RGB Variations
Color information
#E9A8B1 (or 0xE9A8B1) is known color: Blossom. HEX triplet: E9, A8 and B1. RGB value is (233,168,177). Sum of RGB (Red+Green+Blue) = 233+168+177=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A8B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A8B1 is #16574E. Grayscale: #BCBCBC. Windows color (decimal): -1464143 or 11643113. OLE color: 11643113.
HSL color Cylindrical-coordinate representation of color #E9A8B1: hue angle of 351.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A8B1 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 177 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.09 |
| HSL | 351.69º | 0.6% | 0.79% | - |
| HSV(B) | 351.69º | 0.28% | 0.91% | - |
| XYZ | 55.54 | 48.5 | 48.03 | - |
| YUV | 188.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 177 | 0 | 0.28 | 0.24 | 0.09 | 351.69 | 0.6 | 0.79 |
| Hex | E9 | A8 | B1 | 0 | 1C | 18 | 9 | 160 | 3C | 4F |
| Octal | 351 | 250 | 261 | 0 | 34 | 30 | 11 | 540 | 74 | 117 |
| Binary | 11101001 | 10101000 | 10110001 | 0 | 11100 | 11000 | 1001 | 101100000 | 111100 | 1001111 |
Color Harmonies of #E9A8B1
Complementary color
Monochromatic Colors of #E9A8B1
Black with #E9A8B1
Text Example
Text Example
White with #E9A8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A8B1; }
p { color: rgb(233,168,177); }
H1.HeaderClassName
{
color: #E9A8B1;
}
.AnyTagClassName
{
color: #E9A8B1;
}
</style>
background-color css
<style>
a { background-color: #E9A8B1; }
a { background-color: rgb(233,168,177); }
div.DivClassName
{
background-color: #E9A8B1;
}
.BgClassName
{
background-color: #E9A8B1;
}
</style>
border-color css
<style>
span { border-color: #E9A8B1; }
span { border-color: rgb(233,168,177); }
td.TdClassName
{
border-color: #E9A8B1;
}
.TagClassName
{
border-color: #E9A8B1;
}
</style>