Shades of Blossom #E5AFB6
Tints of Blossom #E5AFB6
RGB
CMYK
RGB Variations
Color information
#E5AFB6 (or 0xE5AFB6) is known color: Blossom. HEX triplet: E5, AF and B6. RGB value is (229,175,182). Sum of RGB (Red+Green+Blue) = 229+175+182=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFB6 is #1A5049. Grayscale: #BFBFBF. Windows color (decimal): -1724490 or 11972581. OLE color: 11972581.
HSL color Cylindrical-coordinate representation of color #E5AFB6: hue angle of 352.22º 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 #E5AFB6 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 182 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.10 |
| HSL | 352.22º | 0.51% | 0.79% | - |
| HSV(B) | 352.22º | 0.24% | 0.9% | - |
| XYZ | 56.09 | 50.7 | 51.09 | - |
| YUV | 191.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 182 | 0 | 0.24 | 0.21 | 0.10 | 352.22 | 0.51 | 0.79 |
| Hex | E5 | AF | B6 | 0 | 18 | 15 | A | 160 | 33 | 4F |
| Octal | 345 | 257 | 266 | 0 | 30 | 25 | 12 | 540 | 63 | 117 |
| Binary | 11100101 | 10101111 | 10110110 | 0 | 11000 | 10101 | 1010 | 101100000 | 110011 | 1001111 |
Color Harmonies of #E5AFB6
Complementary color
Monochromatic Colors of #E5AFB6
Black with #E5AFB6
Text Example
Text Example
White with #E5AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFB6; }
p { color: rgb(229,175,182); }
H1.HeaderClassName
{
color: #E5AFB6;
}
.AnyTagClassName
{
color: #E5AFB6;
}
</style>
background-color css
<style>
a { background-color: #E5AFB6; }
a { background-color: rgb(229,175,182); }
div.DivClassName
{
background-color: #E5AFB6;
}
.BgClassName
{
background-color: #E5AFB6;
}
</style>
border-color css
<style>
span { border-color: #E5AFB6; }
span { border-color: rgb(229,175,182); }
td.TdClassName
{
border-color: #E5AFB6;
}
.TagClassName
{
border-color: #E5AFB6;
}
</style>