Shades of Blossom #E8B1BA
Tints of Blossom #E8B1BA
RGB
CMYK
RGB Variations
Color information
#E8B1BA (or 0xE8B1BA) is known color: Blossom. HEX triplet: E8, B1 and BA. RGB value is (232,177,186). Sum of RGB (Red+Green+Blue) = 232+177+186=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B1BA is #174E45. Grayscale: #C2C2C2. Windows color (decimal): -1527366 or 12235240. OLE color: 12235240.
HSL color Cylindrical-coordinate representation of color #E8B1BA: hue angle of 350.18º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B1BA is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 177 | 186 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.09 |
| HSL | 350.18º | 0.54% | 0.8% | - |
| HSV(B) | 350.18º | 0.24% | 0.91% | - |
| XYZ | 57.86 | 52.15 | 53.47 | - |
| YUV | 194.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 186 | 0 | 0.24 | 0.20 | 0.09 | 350.18 | 0.54 | 0.8 |
| Hex | E8 | B1 | BA | 0 | 18 | 14 | 9 | 15E | 36 | 50 |
| Octal | 350 | 261 | 272 | 0 | 30 | 24 | 11 | 536 | 66 | 120 |
| Binary | 11101000 | 10110001 | 10111010 | 0 | 11000 | 10100 | 1001 | 101011110 | 110110 | 1010000 |
Color Harmonies of #E8B1BA
Complementary color
Monochromatic Colors of #E8B1BA
Black with #E8B1BA
Text Example
Text Example
White with #E8B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B1BA; }
p { color: rgb(232,177,186); }
H1.HeaderClassName
{
color: #E8B1BA;
}
.AnyTagClassName
{
color: #E8B1BA;
}
</style>
background-color css
<style>
a { background-color: #E8B1BA; }
a { background-color: rgb(232,177,186); }
div.DivClassName
{
background-color: #E8B1BA;
}
.BgClassName
{
background-color: #E8B1BA;
}
</style>
border-color css
<style>
span { border-color: #E8B1BA; }
span { border-color: rgb(232,177,186); }
td.TdClassName
{
border-color: #E8B1BA;
}
.TagClassName
{
border-color: #E8B1BA;
}
</style>