Shades of Blossom #E0B2BB
Tints of Blossom #E0B2BB
RGB
CMYK
RGB Variations
Color information
#E0B2BB (or 0xE0B2BB) is known color: Blossom. HEX triplet: E0, B2 and BB. RGB value is (224,178,187). Sum of RGB (Red+Green+Blue) = 224+178+187=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B2BB is #1F4D44. Grayscale: #C0C0C0. Windows color (decimal): -2051397 or 12301024. OLE color: 12301024.
HSL color Cylindrical-coordinate representation of color #E0B2BB: hue angle of 348.26º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B2BB is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 178 | 187 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.12 |
| HSL | 348.26º | 0.43% | 0.79% | - |
| HSV(B) | 348.26º | 0.21% | 0.88% | - |
| XYZ | 55.63 | 51.28 | 53.98 | - |
| YUV | 192.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 178 | 187 | 0 | 0.21 | 0.17 | 0.12 | 348.26 | 0.43 | 0.79 |
| Hex | E0 | B2 | BB | 0 | 15 | 11 | C | 15C | 2B | 4F |
| Octal | 340 | 262 | 273 | 0 | 25 | 21 | 14 | 534 | 53 | 117 |
| Binary | 11100000 | 10110010 | 10111011 | 0 | 10101 | 10001 | 1100 | 101011100 | 101011 | 1001111 |
Color Harmonies of #E0B2BB
Complementary color
Monochromatic Colors of #E0B2BB
Black with #E0B2BB
Text Example
Text Example
White with #E0B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B2BB; }
p { color: rgb(224,178,187); }
H1.HeaderClassName
{
color: #E0B2BB;
}
.AnyTagClassName
{
color: #E0B2BB;
}
</style>
background-color css
<style>
a { background-color: #E0B2BB; }
a { background-color: rgb(224,178,187); }
div.DivClassName
{
background-color: #E0B2BB;
}
.BgClassName
{
background-color: #E0B2BB;
}
</style>
border-color css
<style>
span { border-color: #E0B2BB; }
span { border-color: rgb(224,178,187); }
td.TdClassName
{
border-color: #E0B2BB;
}
.TagClassName
{
border-color: #E0B2BB;
}
</style>