Shades of Blossom #E2B7BB
Tints of Blossom #E2B7BB
RGB
CMYK
RGB Variations
Color information
#E2B7BB (or 0xE2B7BB) is known color: Blossom. HEX triplet: E2, B7 and BB. RGB value is (226,183,187). Sum of RGB (Red+Green+Blue) = 226+183+187=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B7BB is #1D4844. Grayscale: #C4C4C4. Windows color (decimal): -1919045 or 12302306. OLE color: 12302306.
HSL color Cylindrical-coordinate representation of color #E2B7BB: hue angle of 354.42º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2B7BB is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 187 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.11 |
| HSL | 354.42º | 0.43% | 0.8% | - |
| HSV(B) | 354.42º | 0.19% | 0.89% | - |
| XYZ | 57.27 | 53.62 | 54.35 | - |
| YUV | 196.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 187 | 0 | 0.19 | 0.17 | 0.11 | 354.42 | 0.43 | 0.8 |
| Hex | E2 | B7 | BB | 0 | 13 | 11 | B | 162 | 2B | 50 |
| Octal | 342 | 267 | 273 | 0 | 23 | 21 | 13 | 542 | 53 | 120 |
| Binary | 11100010 | 10110111 | 10111011 | 0 | 10011 | 10001 | 1011 | 101100010 | 101011 | 1010000 |
Color Harmonies of #E2B7BB
Complementary color
Monochromatic Colors of #E2B7BB
Black with #E2B7BB
Text Example
Text Example
White with #E2B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B7BB; }
p { color: rgb(226,183,187); }
H1.HeaderClassName
{
color: #E2B7BB;
}
.AnyTagClassName
{
color: #E2B7BB;
}
</style>
background-color css
<style>
a { background-color: #E2B7BB; }
a { background-color: rgb(226,183,187); }
div.DivClassName
{
background-color: #E2B7BB;
}
.BgClassName
{
background-color: #E2B7BB;
}
</style>
border-color css
<style>
span { border-color: #E2B7BB; }
span { border-color: rgb(226,183,187); }
td.TdClassName
{
border-color: #E2B7BB;
}
.TagClassName
{
border-color: #E2B7BB;
}
</style>