Shades of Blossom #E2AAB2
Tints of Blossom #E2AAB2
RGB
CMYK
RGB Variations
Color information
#E2AAB2 (or 0xE2AAB2) is known color: Blossom. HEX triplet: E2, AA and B2. RGB value is (226,170,178). Sum of RGB (Red+Green+Blue) = 226+170+178=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AAB2 is #1D554D. Grayscale: #BBBBBB. Windows color (decimal): -1922382 or 11709154. OLE color: 11709154.
HSL color Cylindrical-coordinate representation of color #E2AAB2: hue angle of 351.43º 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 #E2AAB2 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 178 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.11 |
| HSL | 351.43º | 0.49% | 0.78% | - |
| HSV(B) | 351.43º | 0.25% | 0.89% | - |
| XYZ | 53.77 | 48.13 | 48.58 | - |
| YUV | 187.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 178 | 0 | 0.25 | 0.21 | 0.11 | 351.43 | 0.49 | 0.78 |
| Hex | E2 | AA | B2 | 0 | 19 | 15 | B | 15F | 31 | 4E |
| Octal | 342 | 252 | 262 | 0 | 31 | 25 | 13 | 537 | 61 | 116 |
| Binary | 11100010 | 10101010 | 10110010 | 0 | 11001 | 10101 | 1011 | 101011111 | 110001 | 1001110 |
Color Harmonies of #E2AAB2
Complementary color
Monochromatic Colors of #E2AAB2
Black with #E2AAB2
Text Example
Text Example
White with #E2AAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAB2; }
p { color: rgb(226,170,178); }
H1.HeaderClassName
{
color: #E2AAB2;
}
.AnyTagClassName
{
color: #E2AAB2;
}
</style>
background-color css
<style>
a { background-color: #E2AAB2; }
a { background-color: rgb(226,170,178); }
div.DivClassName
{
background-color: #E2AAB2;
}
.BgClassName
{
background-color: #E2AAB2;
}
</style>
border-color css
<style>
span { border-color: #E2AAB2; }
span { border-color: rgb(226,170,178); }
td.TdClassName
{
border-color: #E2AAB2;
}
.TagClassName
{
border-color: #E2AAB2;
}
</style>