Shades of Blossom #E1B4BB
Tints of Blossom #E1B4BB
RGB
CMYK
RGB Variations
Color information
#E1B4BB (or 0xE1B4BB) is known color: Blossom. HEX triplet: E1, B4 and BB. RGB value is (225,180,187). Sum of RGB (Red+Green+Blue) = 225+180+187=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4BB is #1E4B44. Grayscale: #C2C2C2. Windows color (decimal): -1985349 or 12301537. OLE color: 12301537.
HSL color Cylindrical-coordinate representation of color #E1B4BB: hue angle of 350.67º degrees, saturation: 0.43, 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 #E1B4BB is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 187 | - |
| CMYK | 0 | 0.2 | 0.17 | 0.12 |
| HSL | 350.67º | 0.43% | 0.79% | - |
| HSV(B) | 350.67º | 0.2% | 0.88% | - |
| XYZ | 56.34 | 52.24 | 54.13 | - |
| YUV | 194.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 187 | 0 | 0.2 | 0.17 | 0.12 | 350.67 | 0.43 | 0.79 |
| Hex | E1 | B4 | BB | 0 | 14 | 11 | C | 15F | 2B | 4F |
| Octal | 341 | 264 | 273 | 0 | 24 | 21 | 14 | 537 | 53 | 117 |
| Binary | 11100001 | 10110100 | 10111011 | 0 | 10100 | 10001 | 1100 | 101011111 | 101011 | 1001111 |
Color Harmonies of #E1B4BB
Complementary color
Monochromatic Colors of #E1B4BB
Black with #E1B4BB
Text Example
Text Example
White with #E1B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4BB; }
p { color: rgb(225,180,187); }
H1.HeaderClassName
{
color: #E1B4BB;
}
.AnyTagClassName
{
color: #E1B4BB;
}
</style>
background-color css
<style>
a { background-color: #E1B4BB; }
a { background-color: rgb(225,180,187); }
div.DivClassName
{
background-color: #E1B4BB;
}
.BgClassName
{
background-color: #E1B4BB;
}
</style>
border-color css
<style>
span { border-color: #E1B4BB; }
span { border-color: rgb(225,180,187); }
td.TdClassName
{
border-color: #E1B4BB;
}
.TagClassName
{
border-color: #E1B4BB;
}
</style>