Shades of Blossom #E0B3BB
Tints of Blossom #E0B3BB
RGB
CMYK
RGB Variations
Color information
#E0B3BB (or 0xE0B3BB) is known color: Blossom. HEX triplet: E0, B3 and BB. RGB value is (224,179,187). Sum of RGB (Red+Green+Blue) = 224+179+187=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B3BB is #1F4C44. Grayscale: #C1C1C1. Windows color (decimal): -2051141 or 12301280. OLE color: 12301280.
HSL color Cylindrical-coordinate representation of color #E0B3BB: hue angle of 349.33º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0B3BB is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 187 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.12 |
| HSL | 349.33º | 0.42% | 0.79% | - |
| HSV(B) | 349.33º | 0.2% | 0.88% | - |
| XYZ | 55.83 | 51.68 | 54.05 | - |
| YUV | 193.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 187 | 0 | 0.20 | 0.17 | 0.12 | 349.33 | 0.42 | 0.79 |
| Hex | E0 | B3 | BB | 0 | 14 | 11 | C | 15D | 2A | 4F |
| Octal | 340 | 263 | 273 | 0 | 24 | 21 | 14 | 535 | 52 | 117 |
| Binary | 11100000 | 10110011 | 10111011 | 0 | 10100 | 10001 | 1100 | 101011101 | 101010 | 1001111 |
Color Harmonies of #E0B3BB
Complementary color
Monochromatic Colors of #E0B3BB
Black with #E0B3BB
Text Example
Text Example
White with #E0B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B3BB; }
p { color: rgb(224,179,187); }
H1.HeaderClassName
{
color: #E0B3BB;
}
.AnyTagClassName
{
color: #E0B3BB;
}
</style>
background-color css
<style>
a { background-color: #E0B3BB; }
a { background-color: rgb(224,179,187); }
div.DivClassName
{
background-color: #E0B3BB;
}
.BgClassName
{
background-color: #E0B3BB;
}
</style>
border-color css
<style>
span { border-color: #E0B3BB; }
span { border-color: rgb(224,179,187); }
td.TdClassName
{
border-color: #E0B3BB;
}
.TagClassName
{
border-color: #E0B3BB;
}
</style>