Shades of Blossom #E0BBBE
Tints of Blossom #E0BBBE
RGB
CMYK
RGB Variations
Color information
#E0BBBE (or 0xE0BBBE) is known color: Blossom. HEX triplet: E0, BB and BE. RGB value is (224,187,190). Sum of RGB (Red+Green+Blue) = 224+187+190=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBBE is #1F4441. Grayscale: #C6C6C6. Windows color (decimal): -2049090 or 12499936. OLE color: 12499936.
HSL color Cylindrical-coordinate representation of color #E0BBBE: hue angle of 355.14º 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 #E0BBBE is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 190 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.12 |
| HSL | 355.14º | 0.37% | 0.81% | - |
| HSV(B) | 355.14º | 0.17% | 0.88% | - |
| XYZ | 57.81 | 55.11 | 56.31 | - |
| YUV | 198.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 190 | 0 | 0.17 | 0.15 | 0.12 | 355.14 | 0.37 | 0.81 |
| Hex | E0 | BB | BE | 0 | 11 | F | C | 163 | 25 | 51 |
| Octal | 340 | 273 | 276 | 0 | 21 | 17 | 14 | 543 | 45 | 121 |
| Binary | 11100000 | 10111011 | 10111110 | 0 | 10001 | 1111 | 1100 | 101100011 | 100101 | 1010001 |
Color Harmonies of #E0BBBE
Complementary color
Monochromatic Colors of #E0BBBE
Black with #E0BBBE
Text Example
Text Example
White with #E0BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBBE; }
p { color: rgb(224,187,190); }
H1.HeaderClassName
{
color: #E0BBBE;
}
.AnyTagClassName
{
color: #E0BBBE;
}
</style>
background-color css
<style>
a { background-color: #E0BBBE; }
a { background-color: rgb(224,187,190); }
div.DivClassName
{
background-color: #E0BBBE;
}
.BgClassName
{
background-color: #E0BBBE;
}
</style>
border-color css
<style>
span { border-color: #E0BBBE; }
span { border-color: rgb(224,187,190); }
td.TdClassName
{
border-color: #E0BBBE;
}
.TagClassName
{
border-color: #E0BBBE;
}
</style>