Shades of Blossom #E1AAB5
Tints of Blossom #E1AAB5
RGB
CMYK
RGB Variations
Color information
#E1AAB5 (or 0xE1AAB5) is known color: Blossom. HEX triplet: E1, AA and B5. RGB value is (225,170,181). Sum of RGB (Red+Green+Blue) = 225+170+181=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAB5 is #1E554A. Grayscale: #BBBBBB. Windows color (decimal): -1987915 or 11905761. OLE color: 11905761.
HSL color Cylindrical-coordinate representation of color #E1AAB5: hue angle of 348º degrees, saturation: 0.48, 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 #E1AAB5 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 181 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.12 |
| HSL | 348º | 0.48% | 0.77% | - |
| HSV(B) | 348º | 0.24% | 0.88% | - |
| XYZ | 53.77 | 48.09 | 50.17 | - |
| YUV | 187.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 181 | 0 | 0.24 | 0.20 | 0.12 | 348 | 0.48 | 0.77 |
| Hex | E1 | AA | B5 | 0 | 18 | 14 | C | 15C | 30 | 4D |
| Octal | 341 | 252 | 265 | 0 | 30 | 24 | 14 | 534 | 60 | 115 |
| Binary | 11100001 | 10101010 | 10110101 | 0 | 11000 | 10100 | 1100 | 101011100 | 110000 | 1001101 |
Color Harmonies of #E1AAB5
Complementary color
Monochromatic Colors of #E1AAB5
Black with #E1AAB5
Text Example
Text Example
White with #E1AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAB5; }
p { color: rgb(225,170,181); }
H1.HeaderClassName
{
color: #E1AAB5;
}
.AnyTagClassName
{
color: #E1AAB5;
}
</style>
background-color css
<style>
a { background-color: #E1AAB5; }
a { background-color: rgb(225,170,181); }
div.DivClassName
{
background-color: #E1AAB5;
}
.BgClassName
{
background-color: #E1AAB5;
}
</style>
border-color css
<style>
span { border-color: #E1AAB5; }
span { border-color: rgb(225,170,181); }
td.TdClassName
{
border-color: #E1AAB5;
}
.TagClassName
{
border-color: #E1AAB5;
}
</style>