Shades of Blossom #E5A5B0
Tints of Blossom #E5A5B0
RGB
CMYK
RGB Variations
Color information
#E5A5B0 (or 0xE5A5B0) is known color: Blossom. HEX triplet: E5, A5 and B0. RGB value is (229,165,176). Sum of RGB (Red+Green+Blue) = 229+165+176=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A5B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A5B0 is #1A5A4F. Grayscale: #B9B9B9. Windows color (decimal): -1727056 or 11576805. OLE color: 11576805.
HSL color Cylindrical-coordinate representation of color #E5A5B0: hue angle of 349.69º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5A5B0 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 176 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.10 |
| HSL | 349.69º | 0.55% | 0.77% | - |
| HSV(B) | 349.69º | 0.28% | 0.9% | - |
| XYZ | 53.6 | 46.7 | 47.26 | - |
| YUV | 185.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 176 | 0 | 0.28 | 0.23 | 0.10 | 349.69 | 0.55 | 0.77 |
| Hex | E5 | A5 | B0 | 0 | 1C | 17 | A | 15E | 37 | 4D |
| Octal | 345 | 245 | 260 | 0 | 34 | 27 | 12 | 536 | 67 | 115 |
| Binary | 11100101 | 10100101 | 10110000 | 0 | 11100 | 10111 | 1010 | 101011110 | 110111 | 1001101 |
Color Harmonies of #E5A5B0
Complementary color
Monochromatic Colors of #E5A5B0
Black with #E5A5B0
Text Example
Text Example
White with #E5A5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A5B0; }
p { color: rgb(229,165,176); }
H1.HeaderClassName
{
color: #E5A5B0;
}
.AnyTagClassName
{
color: #E5A5B0;
}
</style>
background-color css
<style>
a { background-color: #E5A5B0; }
a { background-color: rgb(229,165,176); }
div.DivClassName
{
background-color: #E5A5B0;
}
.BgClassName
{
background-color: #E5A5B0;
}
</style>
border-color css
<style>
span { border-color: #E5A5B0; }
span { border-color: rgb(229,165,176); }
td.TdClassName
{
border-color: #E5A5B0;
}
.TagClassName
{
border-color: #E5A5B0;
}
</style>