Shades of Blossom #E2AFB6
Tints of Blossom #E2AFB6
RGB
CMYK
RGB Variations
Color information
#E2AFB6 (or 0xE2AFB6) is known color: Blossom. HEX triplet: E2, AF and B6. RGB value is (226,175,182). Sum of RGB (Red+Green+Blue) = 226+175+182=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFB6 is #1D5049. Grayscale: #BFBFBF. Windows color (decimal): -1921098 or 11972578. OLE color: 11972578.
HSL color Cylindrical-coordinate representation of color #E2AFB6: hue angle of 351.76º 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 #E2AFB6 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 182 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.11 |
| HSL | 351.76º | 0.47% | 0.79% | - |
| HSV(B) | 351.76º | 0.23% | 0.89% | - |
| XYZ | 55.14 | 50.21 | 51.04 | - |
| YUV | 191.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 182 | 0 | 0.23 | 0.19 | 0.11 | 351.76 | 0.47 | 0.79 |
| Hex | E2 | AF | B6 | 0 | 17 | 13 | B | 160 | 2F | 4F |
| Octal | 342 | 257 | 266 | 0 | 27 | 23 | 13 | 540 | 57 | 117 |
| Binary | 11100010 | 10101111 | 10110110 | 0 | 10111 | 10011 | 1011 | 101100000 | 101111 | 1001111 |
Color Harmonies of #E2AFB6
Complementary color
Monochromatic Colors of #E2AFB6
Black with #E2AFB6
Text Example
Text Example
White with #E2AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFB6; }
p { color: rgb(226,175,182); }
H1.HeaderClassName
{
color: #E2AFB6;
}
.AnyTagClassName
{
color: #E2AFB6;
}
</style>
background-color css
<style>
a { background-color: #E2AFB6; }
a { background-color: rgb(226,175,182); }
div.DivClassName
{
background-color: #E2AFB6;
}
.BgClassName
{
background-color: #E2AFB6;
}
</style>
border-color css
<style>
span { border-color: #E2AFB6; }
span { border-color: rgb(226,175,182); }
td.TdClassName
{
border-color: #E2AFB6;
}
.TagClassName
{
border-color: #E2AFB6;
}
</style>