Shades of Blossom #E0AFB9
Tints of Blossom #E0AFB9
RGB
CMYK
RGB Variations
Color information
#E0AFB9 (or 0xE0AFB9) is known color: Blossom. HEX triplet: E0, AF and B9. RGB value is (224,175,185). Sum of RGB (Red+Green+Blue) = 224+175+185=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFB9 is #1F5046. Grayscale: #BEBEBE. Windows color (decimal): -2052167 or 12169184. OLE color: 12169184.
HSL color Cylindrical-coordinate representation of color #E0AFB9: hue angle of 347.76º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AFB9 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 185 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.12 |
| HSL | 347.76º | 0.44% | 0.78% | - |
| HSV(B) | 347.76º | 0.22% | 0.88% | - |
| XYZ | 54.83 | 50.01 | 52.66 | - |
| YUV | 190.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 185 | 0 | 0.22 | 0.17 | 0.12 | 347.76 | 0.44 | 0.78 |
| Hex | E0 | AF | B9 | 0 | 16 | 11 | C | 15C | 2C | 4E |
| Octal | 340 | 257 | 271 | 0 | 26 | 21 | 14 | 534 | 54 | 116 |
| Binary | 11100000 | 10101111 | 10111001 | 0 | 10110 | 10001 | 1100 | 101011100 | 101100 | 1001110 |
Color Harmonies of #E0AFB9
Complementary color
Monochromatic Colors of #E0AFB9
Black with #E0AFB9
Text Example
Text Example
White with #E0AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFB9; }
p { color: rgb(224,175,185); }
H1.HeaderClassName
{
color: #E0AFB9;
}
.AnyTagClassName
{
color: #E0AFB9;
}
</style>
background-color css
<style>
a { background-color: #E0AFB9; }
a { background-color: rgb(224,175,185); }
div.DivClassName
{
background-color: #E0AFB9;
}
.BgClassName
{
background-color: #E0AFB9;
}
</style>
border-color css
<style>
span { border-color: #E0AFB9; }
span { border-color: rgb(224,175,185); }
td.TdClassName
{
border-color: #E0AFB9;
}
.TagClassName
{
border-color: #E0AFB9;
}
</style>