Shades of Blossom #E0BBBF
Tints of Blossom #E0BBBF
RGB
CMYK
RGB Variations
Color information
#E0BBBF (or 0xE0BBBF) is known color: Blossom. HEX triplet: E0, BB and BF. RGB value is (224,187,191). Sum of RGB (Red+Green+Blue) = 224+187+191=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBBF is #1F4440. Grayscale: #C6C6C6. Windows color (decimal): -2049089 or 12565472. OLE color: 12565472.
HSL color Cylindrical-coordinate representation of color #E0BBBF: hue angle of 353.51º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BBBF is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 191 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.12 |
| HSL | 353.51º | 0.37% | 0.81% | - |
| HSV(B) | 353.51º | 0.17% | 0.88% | - |
| XYZ | 57.91 | 55.15 | 56.88 | - |
| YUV | 198.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 191 | 0 | 0.17 | 0.15 | 0.12 | 353.51 | 0.37 | 0.81 |
| Hex | E0 | BB | BF | 0 | 11 | F | C | 162 | 25 | 51 |
| Octal | 340 | 273 | 277 | 0 | 21 | 17 | 14 | 542 | 45 | 121 |
| Binary | 11100000 | 10111011 | 10111111 | 0 | 10001 | 1111 | 1100 | 101100010 | 100101 | 1010001 |
Color Harmonies of #E0BBBF
Complementary color
Monochromatic Colors of #E0BBBF
Black with #E0BBBF
Text Example
Text Example
White with #E0BBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBBF; }
p { color: rgb(224,187,191); }
H1.HeaderClassName
{
color: #E0BBBF;
}
.AnyTagClassName
{
color: #E0BBBF;
}
</style>
background-color css
<style>
a { background-color: #E0BBBF; }
a { background-color: rgb(224,187,191); }
div.DivClassName
{
background-color: #E0BBBF;
}
.BgClassName
{
background-color: #E0BBBF;
}
</style>
border-color css
<style>
span { border-color: #E0BBBF; }
span { border-color: rgb(224,187,191); }
td.TdClassName
{
border-color: #E0BBBF;
}
.TagClassName
{
border-color: #E0BBBF;
}
</style>