Shades of Blossom #E5AFB9
Tints of Blossom #E5AFB9
RGB
CMYK
RGB Variations
Color information
#E5AFB9 (or 0xE5AFB9) is known color: Blossom. HEX triplet: E5, AF and B9. RGB value is (229,175,185). Sum of RGB (Red+Green+Blue) = 229+175+185=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFB9 is #1A5046. Grayscale: #C0C0C0. Windows color (decimal): -1724487 or 12169189. OLE color: 12169189.
HSL color Cylindrical-coordinate representation of color #E5AFB9: hue angle of 348.89º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AFB9 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 185 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.10 |
| HSL | 348.89º | 0.51% | 0.79% | - |
| HSV(B) | 348.89º | 0.24% | 0.9% | - |
| XYZ | 56.4 | 50.82 | 52.74 | - |
| YUV | 192.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 185 | 0 | 0.24 | 0.19 | 0.10 | 348.89 | 0.51 | 0.79 |
| Hex | E5 | AF | B9 | 0 | 18 | 13 | A | 15D | 33 | 4F |
| Octal | 345 | 257 | 271 | 0 | 30 | 23 | 12 | 535 | 63 | 117 |
| Binary | 11100101 | 10101111 | 10111001 | 0 | 11000 | 10011 | 1010 | 101011101 | 110011 | 1001111 |
Color Harmonies of #E5AFB9
Complementary color
Monochromatic Colors of #E5AFB9
Black with #E5AFB9
Text Example
Text Example
White with #E5AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFB9; }
p { color: rgb(229,175,185); }
H1.HeaderClassName
{
color: #E5AFB9;
}
.AnyTagClassName
{
color: #E5AFB9;
}
</style>
background-color css
<style>
a { background-color: #E5AFB9; }
a { background-color: rgb(229,175,185); }
div.DivClassName
{
background-color: #E5AFB9;
}
.BgClassName
{
background-color: #E5AFB9;
}
</style>
border-color css
<style>
span { border-color: #E5AFB9; }
span { border-color: rgb(229,175,185); }
td.TdClassName
{
border-color: #E5AFB9;
}
.TagClassName
{
border-color: #E5AFB9;
}
</style>