Shades of Blossom #E2AFB9
Tints of Blossom #E2AFB9
RGB
CMYK
RGB Variations
Color information
#E2AFB9 (or 0xE2AFB9) is known color: Blossom. HEX triplet: E2, AF and B9. RGB value is (226,175,185). Sum of RGB (Red+Green+Blue) = 226+175+185=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFB9 is #1D5046. Grayscale: #BFBFBF. Windows color (decimal): -1921095 or 12169186. OLE color: 12169186.
HSL color Cylindrical-coordinate representation of color #E2AFB9: hue angle of 348.24º degrees, saturation: 0.47, 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 #E2AFB9 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 185 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.11 |
| HSL | 348.24º | 0.47% | 0.79% | - |
| HSV(B) | 348.24º | 0.23% | 0.89% | - |
| XYZ | 55.45 | 50.33 | 52.69 | - |
| YUV | 191.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 185 | 0 | 0.23 | 0.18 | 0.11 | 348.24 | 0.47 | 0.79 |
| Hex | E2 | AF | B9 | 0 | 17 | 12 | B | 15C | 2F | 4F |
| Octal | 342 | 257 | 271 | 0 | 27 | 22 | 13 | 534 | 57 | 117 |
| Binary | 11100010 | 10101111 | 10111001 | 0 | 10111 | 10010 | 1011 | 101011100 | 101111 | 1001111 |
Color Harmonies of #E2AFB9
Complementary color
Monochromatic Colors of #E2AFB9
Black with #E2AFB9
Text Example
Text Example
White with #E2AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFB9; }
p { color: rgb(226,175,185); }
H1.HeaderClassName
{
color: #E2AFB9;
}
.AnyTagClassName
{
color: #E2AFB9;
}
</style>
background-color css
<style>
a { background-color: #E2AFB9; }
a { background-color: rgb(226,175,185); }
div.DivClassName
{
background-color: #E2AFB9;
}
.BgClassName
{
background-color: #E2AFB9;
}
</style>
border-color css
<style>
span { border-color: #E2AFB9; }
span { border-color: rgb(226,175,185); }
td.TdClassName
{
border-color: #E2AFB9;
}
.TagClassName
{
border-color: #E2AFB9;
}
</style>