Shades of Blossom #E1B1BB
Tints of Blossom #E1B1BB
RGB
CMYK
RGB Variations
Color information
#E1B1BB (or 0xE1B1BB) is known color: Blossom. HEX triplet: E1, B1 and BB. RGB value is (225,177,187). Sum of RGB (Red+Green+Blue) = 225+177+187=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B1BB is #1E4E44. Grayscale: #C0C0C0. Windows color (decimal): -1986117 or 12300769. OLE color: 12300769.
HSL color Cylindrical-coordinate representation of color #E1B1BB: hue angle of 347.5º degrees, saturation: 0.44, 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 #E1B1BB is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 187 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.12 |
| HSL | 347.5º | 0.44% | 0.79% | - |
| HSV(B) | 347.5º | 0.21% | 0.88% | - |
| XYZ | 55.74 | 51.04 | 53.93 | - |
| YUV | 192.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 187 | 0 | 0.21 | 0.17 | 0.12 | 347.5 | 0.44 | 0.79 |
| Hex | E1 | B1 | BB | 0 | 15 | 11 | C | 15C | 2C | 4F |
| Octal | 341 | 261 | 273 | 0 | 25 | 21 | 14 | 534 | 54 | 117 |
| Binary | 11100001 | 10110001 | 10111011 | 0 | 10101 | 10001 | 1100 | 101011100 | 101100 | 1001111 |
Color Harmonies of #E1B1BB
Complementary color
Monochromatic Colors of #E1B1BB
Black with #E1B1BB
Text Example
Text Example
White with #E1B1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B1BB; }
p { color: rgb(225,177,187); }
H1.HeaderClassName
{
color: #E1B1BB;
}
.AnyTagClassName
{
color: #E1B1BB;
}
</style>
background-color css
<style>
a { background-color: #E1B1BB; }
a { background-color: rgb(225,177,187); }
div.DivClassName
{
background-color: #E1B1BB;
}
.BgClassName
{
background-color: #E1B1BB;
}
</style>
border-color css
<style>
span { border-color: #E1B1BB; }
span { border-color: rgb(225,177,187); }
td.TdClassName
{
border-color: #E1B1BB;
}
.TagClassName
{
border-color: #E1B1BB;
}
</style>