Shades of Blossom #E1AAB7
Tints of Blossom #E1AAB7
RGB
CMYK
RGB Variations
Color information
#E1AAB7 (or 0xE1AAB7) is known color: Blossom. HEX triplet: E1, AA and B7. RGB value is (225,170,183). Sum of RGB (Red+Green+Blue) = 225+170+183=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAB7 is #1E5548. Grayscale: #BBBBBB. Windows color (decimal): -1987913 or 12036833. OLE color: 12036833.
HSL color Cylindrical-coordinate representation of color #E1AAB7: hue angle of 345.82º 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 #E1AAB7 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 183 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.12 |
| HSL | 345.82º | 0.48% | 0.77% | - |
| HSV(B) | 345.82º | 0.24% | 0.88% | - |
| XYZ | 53.97 | 48.18 | 51.25 | - |
| YUV | 187.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 183 | 0 | 0.24 | 0.19 | 0.12 | 345.82 | 0.48 | 0.77 |
| Hex | E1 | AA | B7 | 0 | 18 | 13 | C | 15A | 30 | 4D |
| Octal | 341 | 252 | 267 | 0 | 30 | 23 | 14 | 532 | 60 | 115 |
| Binary | 11100001 | 10101010 | 10110111 | 0 | 11000 | 10011 | 1100 | 101011010 | 110000 | 1001101 |
Color Harmonies of #E1AAB7
Complementary color
Monochromatic Colors of #E1AAB7
Black with #E1AAB7
Text Example
Text Example
White with #E1AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAB7; }
p { color: rgb(225,170,183); }
H1.HeaderClassName
{
color: #E1AAB7;
}
.AnyTagClassName
{
color: #E1AAB7;
}
</style>
background-color css
<style>
a { background-color: #E1AAB7; }
a { background-color: rgb(225,170,183); }
div.DivClassName
{
background-color: #E1AAB7;
}
.BgClassName
{
background-color: #E1AAB7;
}
</style>
border-color css
<style>
span { border-color: #E1AAB7; }
span { border-color: rgb(225,170,183); }
td.TdClassName
{
border-color: #E1AAB7;
}
.TagClassName
{
border-color: #E1AAB7;
}
</style>