Shades of Blossom #E2BBBE
Tints of Blossom #E2BBBE
RGB
CMYK
RGB Variations
Color information
#E2BBBE (or 0xE2BBBE) is known color: Blossom. HEX triplet: E2, BB and BE. RGB value is (226,187,190). Sum of RGB (Red+Green+Blue) = 226+187+190=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBBE is #1D4441. Grayscale: #C7C7C7. Windows color (decimal): -1918018 or 12499938. OLE color: 12499938.
HSL color Cylindrical-coordinate representation of color #E2BBBE: hue angle of 355.38º 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 #E2BBBE is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 190 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.11 |
| HSL | 355.38º | 0.4% | 0.81% | - |
| HSV(B) | 355.38º | 0.17% | 0.89% | - |
| XYZ | 58.43 | 55.43 | 56.33 | - |
| YUV | 199 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 190 | 0 | 0.17 | 0.16 | 0.11 | 355.38 | 0.4 | 0.81 |
| Hex | E2 | BB | BE | 0 | 11 | 10 | B | 163 | 28 | 51 |
| Octal | 342 | 273 | 276 | 0 | 21 | 20 | 13 | 543 | 50 | 121 |
| Binary | 11100010 | 10111011 | 10111110 | 0 | 10001 | 10000 | 1011 | 101100011 | 101000 | 1010001 |
Color Harmonies of #E2BBBE
Complementary color
Monochromatic Colors of #E2BBBE
Black with #E2BBBE
Text Example
Text Example
White with #E2BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBBE; }
p { color: rgb(226,187,190); }
H1.HeaderClassName
{
color: #E2BBBE;
}
.AnyTagClassName
{
color: #E2BBBE;
}
</style>
background-color css
<style>
a { background-color: #E2BBBE; }
a { background-color: rgb(226,187,190); }
div.DivClassName
{
background-color: #E2BBBE;
}
.BgClassName
{
background-color: #E2BBBE;
}
</style>
border-color css
<style>
span { border-color: #E2BBBE; }
span { border-color: rgb(226,187,190); }
td.TdClassName
{
border-color: #E2BBBE;
}
.TagClassName
{
border-color: #E2BBBE;
}
</style>