Shades of Blossom #E5B4B9
Tints of Blossom #E5B4B9
RGB
CMYK
RGB Variations
Color information
#E5B4B9 (or 0xE5B4B9) is known color: Blossom. HEX triplet: E5, B4 and B9. RGB value is (229,180,185). Sum of RGB (Red+Green+Blue) = 229+180+185=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B4B9 is #1A4B46. Grayscale: #C3C3C3. Windows color (decimal): -1723207 or 12170469. OLE color: 12170469.
HSL color Cylindrical-coordinate representation of color #E5B4B9: hue angle of 353.88º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B4B9 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 185 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.10 |
| HSL | 353.88º | 0.49% | 0.8% | - |
| HSV(B) | 353.88º | 0.21% | 0.9% | - |
| XYZ | 57.39 | 52.8 | 53.07 | - |
| YUV | 195.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 185 | 0 | 0.21 | 0.19 | 0.10 | 353.88 | 0.49 | 0.8 |
| Hex | E5 | B4 | B9 | 0 | 15 | 13 | A | 162 | 31 | 50 |
| Octal | 345 | 264 | 271 | 0 | 25 | 23 | 12 | 542 | 61 | 120 |
| Binary | 11100101 | 10110100 | 10111001 | 0 | 10101 | 10011 | 1010 | 101100010 | 110001 | 1010000 |
Color Harmonies of #E5B4B9
Complementary color
Monochromatic Colors of #E5B4B9
Black with #E5B4B9
Text Example
Text Example
White with #E5B4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B4B9; }
p { color: rgb(229,180,185); }
H1.HeaderClassName
{
color: #E5B4B9;
}
.AnyTagClassName
{
color: #E5B4B9;
}
</style>
background-color css
<style>
a { background-color: #E5B4B9; }
a { background-color: rgb(229,180,185); }
div.DivClassName
{
background-color: #E5B4B9;
}
.BgClassName
{
background-color: #E5B4B9;
}
</style>
border-color css
<style>
span { border-color: #E5B4B9; }
span { border-color: rgb(229,180,185); }
td.TdClassName
{
border-color: #E5B4B9;
}
.TagClassName
{
border-color: #E5B4B9;
}
</style>