Shades of Blossom #E2B9BB
Tints of Blossom #E2B9BB
RGB
CMYK
RGB Variations
Color information
#E2B9BB (or 0xE2B9BB) is known color: Blossom. HEX triplet: E2, B9 and BB. RGB value is (226,185,187). Sum of RGB (Red+Green+Blue) = 226+185+187=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9BB is #1D4644. Grayscale: #C5C5C5. Windows color (decimal): -1918533 or 12302818. OLE color: 12302818.
HSL color Cylindrical-coordinate representation of color #E2B9BB: hue angle of 357.07º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2B9BB is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 187 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.11 |
| HSL | 357.07º | 0.41% | 0.81% | - |
| HSV(B) | 357.07º | 0.18% | 0.89% | - |
| XYZ | 57.68 | 54.45 | 54.48 | - |
| YUV | 197.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 187 | 0 | 0.18 | 0.17 | 0.11 | 357.07 | 0.41 | 0.81 |
| Hex | E2 | B9 | BB | 0 | 12 | 11 | B | 165 | 29 | 51 |
| Octal | 342 | 271 | 273 | 0 | 22 | 21 | 13 | 545 | 51 | 121 |
| Binary | 11100010 | 10111001 | 10111011 | 0 | 10010 | 10001 | 1011 | 101100101 | 101001 | 1010001 |
Color Harmonies of #E2B9BB
Complementary color
Monochromatic Colors of #E2B9BB
Black with #E2B9BB
Text Example
Text Example
White with #E2B9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B9BB; }
p { color: rgb(226,185,187); }
H1.HeaderClassName
{
color: #E2B9BB;
}
.AnyTagClassName
{
color: #E2B9BB;
}
</style>
background-color css
<style>
a { background-color: #E2B9BB; }
a { background-color: rgb(226,185,187); }
div.DivClassName
{
background-color: #E2B9BB;
}
.BgClassName
{
background-color: #E2B9BB;
}
</style>
border-color css
<style>
span { border-color: #E2B9BB; }
span { border-color: rgb(226,185,187); }
td.TdClassName
{
border-color: #E2B9BB;
}
.TagClassName
{
border-color: #E2B9BB;
}
</style>