Shades of Blossom #E1AAB1
Tints of Blossom #E1AAB1
RGB
CMYK
RGB Variations
Color information
#E1AAB1 (or 0xE1AAB1) is known color: Blossom. HEX triplet: E1, AA and B1. RGB value is (225,170,177). Sum of RGB (Red+Green+Blue) = 225+170+177=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AAB1 is #1E554E. Grayscale: #BBBBBB. Windows color (decimal): -1987919 or 11643617. OLE color: 11643617.
HSL color Cylindrical-coordinate representation of color #E1AAB1: hue angle of 352.36º 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 #E1AAB1 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 177 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.12 |
| HSL | 352.36º | 0.48% | 0.77% | - |
| HSV(B) | 352.36º | 0.24% | 0.88% | - |
| XYZ | 53.36 | 47.93 | 48.03 | - |
| YUV | 187.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 177 | 0 | 0.24 | 0.21 | 0.12 | 352.36 | 0.48 | 0.77 |
| Hex | E1 | AA | B1 | 0 | 18 | 15 | C | 160 | 30 | 4D |
| Octal | 341 | 252 | 261 | 0 | 30 | 25 | 14 | 540 | 60 | 115 |
| Binary | 11100001 | 10101010 | 10110001 | 0 | 11000 | 10101 | 1100 | 101100000 | 110000 | 1001101 |
Color Harmonies of #E1AAB1
Complementary color
Monochromatic Colors of #E1AAB1
Black with #E1AAB1
Text Example
Text Example
White with #E1AAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAB1; }
p { color: rgb(225,170,177); }
H1.HeaderClassName
{
color: #E1AAB1;
}
.AnyTagClassName
{
color: #E1AAB1;
}
</style>
background-color css
<style>
a { background-color: #E1AAB1; }
a { background-color: rgb(225,170,177); }
div.DivClassName
{
background-color: #E1AAB1;
}
.BgClassName
{
background-color: #E1AAB1;
}
</style>
border-color css
<style>
span { border-color: #E1AAB1; }
span { border-color: rgb(225,170,177); }
td.TdClassName
{
border-color: #E1AAB1;
}
.TagClassName
{
border-color: #E1AAB1;
}
</style>