Shades of Blossom #E0B8BA
Tints of Blossom #E0B8BA
RGB
CMYK
RGB Variations
Color information
#E0B8BA (or 0xE0B8BA) is known color: Blossom. HEX triplet: E0, B8 and BA. RGB value is (224,184,186). Sum of RGB (Red+Green+Blue) = 224+184+186=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B8BA is #1F4745. Grayscale: #C4C4C4. Windows color (decimal): -2049862 or 12237024. OLE color: 12237024.
HSL color Cylindrical-coordinate representation of color #E0B8BA: hue angle of 357º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0B8BA is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 186 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.12 |
| HSL | 357º | 0.39% | 0.8% | - |
| HSV(B) | 357º | 0.18% | 0.88% | - |
| XYZ | 56.74 | 53.67 | 53.82 | - |
| YUV | 196.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 186 | 0 | 0.18 | 0.17 | 0.12 | 357 | 0.39 | 0.8 |
| Hex | E0 | B8 | BA | 0 | 12 | 11 | C | 165 | 27 | 50 |
| Octal | 340 | 270 | 272 | 0 | 22 | 21 | 14 | 545 | 47 | 120 |
| Binary | 11100000 | 10111000 | 10111010 | 0 | 10010 | 10001 | 1100 | 101100101 | 100111 | 1010000 |
Color Harmonies of #E0B8BA
Complementary color
Monochromatic Colors of #E0B8BA
Black with #E0B8BA
Text Example
Text Example
White with #E0B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B8BA; }
p { color: rgb(224,184,186); }
H1.HeaderClassName
{
color: #E0B8BA;
}
.AnyTagClassName
{
color: #E0B8BA;
}
</style>
background-color css
<style>
a { background-color: #E0B8BA; }
a { background-color: rgb(224,184,186); }
div.DivClassName
{
background-color: #E0B8BA;
}
.BgClassName
{
background-color: #E0B8BA;
}
</style>
border-color css
<style>
span { border-color: #E0B8BA; }
span { border-color: rgb(224,184,186); }
td.TdClassName
{
border-color: #E0B8BA;
}
.TagClassName
{
border-color: #E0B8BA;
}
</style>