Shades of Blossom #E1AAB4
Tints of Blossom #E1AAB4
RGB
CMYK
RGB Variations
Color information
#E1AAB4 (or 0xE1AAB4) is known color: Blossom. HEX triplet: E1, AA and B4. RGB value is (225,170,180). Sum of RGB (Red+Green+Blue) = 225+170+180=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAB4 is #1E554B. Grayscale: #BBBBBB. Windows color (decimal): -1987916 or 11840225. OLE color: 11840225.
HSL color Cylindrical-coordinate representation of color #E1AAB4: hue angle of 349.09º 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 #E1AAB4 is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 180 | - |
| CMYK | 0 | 0.24 | 0.2 | 0.12 |
| HSL | 349.09º | 0.48% | 0.77% | - |
| HSV(B) | 349.09º | 0.24% | 0.88% | - |
| XYZ | 53.66 | 48.05 | 49.63 | - |
| YUV | 187.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 180 | 0 | 0.24 | 0.2 | 0.12 | 349.09 | 0.48 | 0.77 |
| Hex | E1 | AA | B4 | 0 | 18 | 14 | C | 15D | 30 | 4D |
| Octal | 341 | 252 | 264 | 0 | 30 | 24 | 14 | 535 | 60 | 115 |
| Binary | 11100001 | 10101010 | 10110100 | 0 | 11000 | 10100 | 1100 | 101011101 | 110000 | 1001101 |
Color Harmonies of #E1AAB4
Complementary color
Monochromatic Colors of #E1AAB4
Black with #E1AAB4
Text Example
Text Example
White with #E1AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAB4; }
p { color: rgb(225,170,180); }
H1.HeaderClassName
{
color: #E1AAB4;
}
.AnyTagClassName
{
color: #E1AAB4;
}
</style>
background-color css
<style>
a { background-color: #E1AAB4; }
a { background-color: rgb(225,170,180); }
div.DivClassName
{
background-color: #E1AAB4;
}
.BgClassName
{
background-color: #E1AAB4;
}
</style>
border-color css
<style>
span { border-color: #E1AAB4; }
span { border-color: rgb(225,170,180); }
td.TdClassName
{
border-color: #E1AAB4;
}
.TagClassName
{
border-color: #E1AAB4;
}
</style>