Shades of Blossom #E9B8BB
Tints of Blossom #E9B8BB
RGB
CMYK
RGB Variations
Color information
#E9B8BB (or 0xE9B8BB) is known color: Blossom. HEX triplet: E9, B8 and BB. RGB value is (233,184,187). Sum of RGB (Red+Green+Blue) = 233+184+187=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B8BB is #164744. Grayscale: #C7C7C7. Windows color (decimal): -1460037 or 12302569. OLE color: 12302569.
HSL color Cylindrical-coordinate representation of color #E9B8BB: hue angle of 356.33º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9B8BB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 184 | 187 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.09 |
| HSL | 356.33º | 0.53% | 0.82% | - |
| HSV(B) | 356.33º | 0.21% | 0.91% | - |
| XYZ | 59.71 | 55.19 | 54.52 | - |
| YUV | 198.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 184 | 187 | 0 | 0.21 | 0.20 | 0.09 | 356.33 | 0.53 | 0.82 |
| Hex | E9 | B8 | BB | 0 | 15 | 14 | 9 | 164 | 35 | 52 |
| Octal | 351 | 270 | 273 | 0 | 25 | 24 | 11 | 544 | 65 | 122 |
| Binary | 11101001 | 10111000 | 10111011 | 0 | 10101 | 10100 | 1001 | 101100100 | 110101 | 1010010 |
Color Harmonies of #E9B8BB
Complementary color
Monochromatic Colors of #E9B8BB
Black with #E9B8BB
Text Example
Text Example
White with #E9B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B8BB; }
p { color: rgb(233,184,187); }
H1.HeaderClassName
{
color: #E9B8BB;
}
.AnyTagClassName
{
color: #E9B8BB;
}
</style>
background-color css
<style>
a { background-color: #E9B8BB; }
a { background-color: rgb(233,184,187); }
div.DivClassName
{
background-color: #E9B8BB;
}
.BgClassName
{
background-color: #E9B8BB;
}
</style>
border-color css
<style>
span { border-color: #E9B8BB; }
span { border-color: rgb(233,184,187); }
td.TdClassName
{
border-color: #E9B8BB;
}
.TagClassName
{
border-color: #E9B8BB;
}
</style>