Shades of Blossom #E4B0BB
Tints of Blossom #E4B0BB
RGB
CMYK
RGB Variations
Color information
#E4B0BB (or 0xE4B0BB) is known color: Blossom. HEX triplet: E4, B0 and BB. RGB value is (228,176,187). Sum of RGB (Red+Green+Blue) = 228+176+187=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4B0BB is #1B4F44. Grayscale: #C0C0C0. Windows color (decimal): -1789765 or 12300516. OLE color: 12300516.
HSL color Cylindrical-coordinate representation of color #E4B0BB: hue angle of 347.31º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4B0BB is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 176 | 187 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.11 |
| HSL | 347.31º | 0.49% | 0.79% | - |
| HSV(B) | 347.31º | 0.23% | 0.89% | - |
| XYZ | 56.49 | 51.13 | 53.91 | - |
| YUV | 192.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 176 | 187 | 0 | 0.23 | 0.18 | 0.11 | 347.31 | 0.49 | 0.79 |
| Hex | E4 | B0 | BB | 0 | 17 | 12 | B | 15B | 31 | 4F |
| Octal | 344 | 260 | 273 | 0 | 27 | 22 | 13 | 533 | 61 | 117 |
| Binary | 11100100 | 10110000 | 10111011 | 0 | 10111 | 10010 | 1011 | 101011011 | 110001 | 1001111 |
Color Harmonies of #E4B0BB
Complementary color
Monochromatic Colors of #E4B0BB
Black with #E4B0BB
Text Example
Text Example
White with #E4B0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B0BB; }
p { color: rgb(228,176,187); }
H1.HeaderClassName
{
color: #E4B0BB;
}
.AnyTagClassName
{
color: #E4B0BB;
}
</style>
background-color css
<style>
a { background-color: #E4B0BB; }
a { background-color: rgb(228,176,187); }
div.DivClassName
{
background-color: #E4B0BB;
}
.BgClassName
{
background-color: #E4B0BB;
}
</style>
border-color css
<style>
span { border-color: #E4B0BB; }
span { border-color: rgb(228,176,187); }
td.TdClassName
{
border-color: #E4B0BB;
}
.TagClassName
{
border-color: #E4B0BB;
}
</style>