Shades of Blossom #E1AAB6
Tints of Blossom #E1AAB6
RGB
CMYK
RGB Variations
Color information
#E1AAB6 (or 0xE1AAB6) is known color: Blossom. HEX triplet: E1, AA and B6. RGB value is (225,170,182). Sum of RGB (Red+Green+Blue) = 225+170+182=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAB6 is #1E5549. Grayscale: #BBBBBB. Windows color (decimal): -1987914 or 11971297. OLE color: 11971297.
HSL color Cylindrical-coordinate representation of color #E1AAB6: hue angle of 346.91º 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 #E1AAB6 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 182 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.12 |
| HSL | 346.91º | 0.48% | 0.77% | - |
| HSV(B) | 346.91º | 0.24% | 0.88% | - |
| XYZ | 53.87 | 48.13 | 50.71 | - |
| YUV | 187.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 182 | 0 | 0.24 | 0.19 | 0.12 | 346.91 | 0.48 | 0.77 |
| Hex | E1 | AA | B6 | 0 | 18 | 13 | C | 15B | 30 | 4D |
| Octal | 341 | 252 | 266 | 0 | 30 | 23 | 14 | 533 | 60 | 115 |
| Binary | 11100001 | 10101010 | 10110110 | 0 | 11000 | 10011 | 1100 | 101011011 | 110000 | 1001101 |
Color Harmonies of #E1AAB6
Complementary color
Monochromatic Colors of #E1AAB6
Black with #E1AAB6
Text Example
Text Example
White with #E1AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAB6; }
p { color: rgb(225,170,182); }
H1.HeaderClassName
{
color: #E1AAB6;
}
.AnyTagClassName
{
color: #E1AAB6;
}
</style>
background-color css
<style>
a { background-color: #E1AAB6; }
a { background-color: rgb(225,170,182); }
div.DivClassName
{
background-color: #E1AAB6;
}
.BgClassName
{
background-color: #E1AAB6;
}
</style>
border-color css
<style>
span { border-color: #E1AAB6; }
span { border-color: rgb(225,170,182); }
td.TdClassName
{
border-color: #E1AAB6;
}
.TagClassName
{
border-color: #E1AAB6;
}
</style>