Shades of Blossom #E0AAB5
Tints of Blossom #E0AAB5
RGB
CMYK
RGB Variations
Color information
#E0AAB5 (or 0xE0AAB5) is known color: Blossom. HEX triplet: E0, AA and B5. RGB value is (224,170,181). Sum of RGB (Red+Green+Blue) = 224+170+181=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AAB5 is #1F554A. Grayscale: #BBBBBB. Windows color (decimal): -2053451 or 11905760. OLE color: 11905760.
HSL color Cylindrical-coordinate representation of color #E0AAB5: hue angle of 347.78º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0AAB5 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 181 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.12 |
| HSL | 347.78º | 0.47% | 0.77% | - |
| HSV(B) | 347.78º | 0.24% | 0.88% | - |
| XYZ | 53.46 | 47.93 | 50.15 | - |
| YUV | 187.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 181 | 0 | 0.24 | 0.19 | 0.12 | 347.78 | 0.47 | 0.77 |
| Hex | E0 | AA | B5 | 0 | 18 | 13 | C | 15C | 2F | 4D |
| Octal | 340 | 252 | 265 | 0 | 30 | 23 | 14 | 534 | 57 | 115 |
| Binary | 11100000 | 10101010 | 10110101 | 0 | 11000 | 10011 | 1100 | 101011100 | 101111 | 1001101 |
Color Harmonies of #E0AAB5
Complementary color
Monochromatic Colors of #E0AAB5
Black with #E0AAB5
Text Example
Text Example
White with #E0AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AAB5; }
p { color: rgb(224,170,181); }
H1.HeaderClassName
{
color: #E0AAB5;
}
.AnyTagClassName
{
color: #E0AAB5;
}
</style>
background-color css
<style>
a { background-color: #E0AAB5; }
a { background-color: rgb(224,170,181); }
div.DivClassName
{
background-color: #E0AAB5;
}
.BgClassName
{
background-color: #E0AAB5;
}
</style>
border-color css
<style>
span { border-color: #E0AAB5; }
span { border-color: rgb(224,170,181); }
td.TdClassName
{
border-color: #E0AAB5;
}
.TagClassName
{
border-color: #E0AAB5;
}
</style>