Shades of Blossom #E2AAB1
Tints of Blossom #E2AAB1
RGB
CMYK
RGB Variations
Color information
#E2AAB1 (or 0xE2AAB1) is known color: Blossom. HEX triplet: E2, AA and B1. RGB value is (226,170,177). Sum of RGB (Red+Green+Blue) = 226+170+177=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AAB1 is #1D554E. Grayscale: #BBBBBB. Windows color (decimal): -1922383 or 11643618. OLE color: 11643618.
HSL color Cylindrical-coordinate representation of color #E2AAB1: hue angle of 352.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AAB1 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 177 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.11 |
| HSL | 352.5º | 0.49% | 0.78% | - |
| HSV(B) | 352.5º | 0.25% | 0.89% | - |
| XYZ | 53.67 | 48.09 | 48.05 | - |
| YUV | 187.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 177 | 0 | 0.25 | 0.22 | 0.11 | 352.5 | 0.49 | 0.78 |
| Hex | E2 | AA | B1 | 0 | 19 | 16 | B | 160 | 31 | 4E |
| Octal | 342 | 252 | 261 | 0 | 31 | 26 | 13 | 540 | 61 | 116 |
| Binary | 11100010 | 10101010 | 10110001 | 0 | 11001 | 10110 | 1011 | 101100000 | 110001 | 1001110 |
Color Harmonies of #E2AAB1
Complementary color
Monochromatic Colors of #E2AAB1
Black with #E2AAB1
Text Example
Text Example
White with #E2AAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAB1; }
p { color: rgb(226,170,177); }
H1.HeaderClassName
{
color: #E2AAB1;
}
.AnyTagClassName
{
color: #E2AAB1;
}
</style>
background-color css
<style>
a { background-color: #E2AAB1; }
a { background-color: rgb(226,170,177); }
div.DivClassName
{
background-color: #E2AAB1;
}
.BgClassName
{
background-color: #E2AAB1;
}
</style>
border-color css
<style>
span { border-color: #E2AAB1; }
span { border-color: rgb(226,170,177); }
td.TdClassName
{
border-color: #E2AAB1;
}
.TagClassName
{
border-color: #E2AAB1;
}
</style>