Shades of Blossom #E1AAB3
Tints of Blossom #E1AAB3
RGB
CMYK
RGB Variations
Color information
#E1AAB3 (or 0xE1AAB3) is known color: Blossom. HEX triplet: E1, AA and B3. RGB value is (225,170,179). Sum of RGB (Red+Green+Blue) = 225+170+179=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAB3 is #1E554C. Grayscale: #BBBBBB. Windows color (decimal): -1987917 or 11774689. OLE color: 11774689.
HSL color Cylindrical-coordinate representation of color #E1AAB3: hue angle of 350.18º 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 #E1AAB3 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 179 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.12 |
| HSL | 350.18º | 0.48% | 0.77% | - |
| HSV(B) | 350.18º | 0.24% | 0.88% | - |
| XYZ | 53.56 | 48.01 | 49.09 | - |
| YUV | 187.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 179 | 0 | 0.24 | 0.20 | 0.12 | 350.18 | 0.48 | 0.77 |
| Hex | E1 | AA | B3 | 0 | 18 | 14 | C | 15E | 30 | 4D |
| Octal | 341 | 252 | 263 | 0 | 30 | 24 | 14 | 536 | 60 | 115 |
| Binary | 11100001 | 10101010 | 10110011 | 0 | 11000 | 10100 | 1100 | 101011110 | 110000 | 1001101 |
Color Harmonies of #E1AAB3
Complementary color
Monochromatic Colors of #E1AAB3
Black with #E1AAB3
Text Example
Text Example
White with #E1AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAB3; }
p { color: rgb(225,170,179); }
H1.HeaderClassName
{
color: #E1AAB3;
}
.AnyTagClassName
{
color: #E1AAB3;
}
</style>
background-color css
<style>
a { background-color: #E1AAB3; }
a { background-color: rgb(225,170,179); }
div.DivClassName
{
background-color: #E1AAB3;
}
.BgClassName
{
background-color: #E1AAB3;
}
</style>
border-color css
<style>
span { border-color: #E1AAB3; }
span { border-color: rgb(225,170,179); }
td.TdClassName
{
border-color: #E1AAB3;
}
.TagClassName
{
border-color: #E1AAB3;
}
</style>