Shades of Blossom #E2B5BB
Tints of Blossom #E2B5BB
RGB
CMYK
RGB Variations
Color information
#E2B5BB (or 0xE2B5BB) is known color: Blossom. HEX triplet: E2, B5 and BB. RGB value is (226,181,187). Sum of RGB (Red+Green+Blue) = 226+181+187=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B5BB is #1D4A44. Grayscale: #C3C3C3. Windows color (decimal): -1919557 or 12301794. OLE color: 12301794.
HSL color Cylindrical-coordinate representation of color #E2B5BB: hue angle of 352º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2B5BB is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 187 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.11 |
| HSL | 352º | 0.44% | 0.8% | - |
| HSV(B) | 352º | 0.2% | 0.89% | - |
| XYZ | 56.86 | 52.8 | 54.21 | - |
| YUV | 195.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 187 | 0 | 0.20 | 0.17 | 0.11 | 352 | 0.44 | 0.8 |
| Hex | E2 | B5 | BB | 0 | 14 | 11 | B | 160 | 2C | 50 |
| Octal | 342 | 265 | 273 | 0 | 24 | 21 | 13 | 540 | 54 | 120 |
| Binary | 11100010 | 10110101 | 10111011 | 0 | 10100 | 10001 | 1011 | 101100000 | 101100 | 1010000 |
Color Harmonies of #E2B5BB
Complementary color
Monochromatic Colors of #E2B5BB
Black with #E2B5BB
Text Example
Text Example
White with #E2B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B5BB; }
p { color: rgb(226,181,187); }
H1.HeaderClassName
{
color: #E2B5BB;
}
.AnyTagClassName
{
color: #E2B5BB;
}
</style>
background-color css
<style>
a { background-color: #E2B5BB; }
a { background-color: rgb(226,181,187); }
div.DivClassName
{
background-color: #E2B5BB;
}
.BgClassName
{
background-color: #E2B5BB;
}
</style>
border-color css
<style>
span { border-color: #E2B5BB; }
span { border-color: rgb(226,181,187); }
td.TdClassName
{
border-color: #E2B5BB;
}
.TagClassName
{
border-color: #E2B5BB;
}
</style>