Shades of Blossom #E2BBBF
Tints of Blossom #E2BBBF
RGB
CMYK
RGB Variations
Color information
#E2BBBF (or 0xE2BBBF) is known color: Blossom. HEX triplet: E2, BB and BF. RGB value is (226,187,191). Sum of RGB (Red+Green+Blue) = 226+187+191=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBBF is #1D4440. Grayscale: #C7C7C7. Windows color (decimal): -1918017 or 12565474. OLE color: 12565474.
HSL color Cylindrical-coordinate representation of color #E2BBBF: hue angle of 353.85º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BBBF is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 191 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.11 |
| HSL | 353.85º | 0.4% | 0.81% | - |
| HSV(B) | 353.85º | 0.17% | 0.89% | - |
| XYZ | 58.54 | 55.47 | 56.91 | - |
| YUV | 199.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 191 | 0 | 0.17 | 0.15 | 0.11 | 353.85 | 0.4 | 0.81 |
| Hex | E2 | BB | BF | 0 | 11 | F | B | 162 | 28 | 51 |
| Octal | 342 | 273 | 277 | 0 | 21 | 17 | 13 | 542 | 50 | 121 |
| Binary | 11100010 | 10111011 | 10111111 | 0 | 10001 | 1111 | 1011 | 101100010 | 101000 | 1010001 |
Color Harmonies of #E2BBBF
Complementary color
Monochromatic Colors of #E2BBBF
Black with #E2BBBF
Text Example
Text Example
White with #E2BBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBBF; }
p { color: rgb(226,187,191); }
H1.HeaderClassName
{
color: #E2BBBF;
}
.AnyTagClassName
{
color: #E2BBBF;
}
</style>
background-color css
<style>
a { background-color: #E2BBBF; }
a { background-color: rgb(226,187,191); }
div.DivClassName
{
background-color: #E2BBBF;
}
.BgClassName
{
background-color: #E2BBBF;
}
</style>
border-color css
<style>
span { border-color: #E2BBBF; }
span { border-color: rgb(226,187,191); }
td.TdClassName
{
border-color: #E2BBBF;
}
.TagClassName
{
border-color: #E2BBBF;
}
</style>