Shades of Blossom #E2ABB8
Tints of Blossom #E2ABB8
RGB
CMYK
RGB Variations
Color information
#E2ABB8 (or 0xE2ABB8) is known color: Blossom. HEX triplet: E2, AB and B8. RGB value is (226,171,184). Sum of RGB (Red+Green+Blue) = 226+171+184=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABB8 is #1D5447. Grayscale: #BCBCBC. Windows color (decimal): -1922120 or 12102626. OLE color: 12102626.
HSL color Cylindrical-coordinate representation of color #E2ABB8: hue angle of 345.82º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ABB8 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 184 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.11 |
| HSL | 345.82º | 0.49% | 0.78% | - |
| HSV(B) | 345.82º | 0.24% | 0.89% | - |
| XYZ | 54.58 | 48.76 | 51.88 | - |
| YUV | 188.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 184 | 0 | 0.24 | 0.19 | 0.11 | 345.82 | 0.49 | 0.78 |
| Hex | E2 | AB | B8 | 0 | 18 | 13 | B | 15A | 31 | 4E |
| Octal | 342 | 253 | 270 | 0 | 30 | 23 | 13 | 532 | 61 | 116 |
| Binary | 11100010 | 10101011 | 10111000 | 0 | 11000 | 10011 | 1011 | 101011010 | 110001 | 1001110 |
Color Harmonies of #E2ABB8
Complementary color
Monochromatic Colors of #E2ABB8
Black with #E2ABB8
Text Example
Text Example
White with #E2ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABB8; }
p { color: rgb(226,171,184); }
H1.HeaderClassName
{
color: #E2ABB8;
}
.AnyTagClassName
{
color: #E2ABB8;
}
</style>
background-color css
<style>
a { background-color: #E2ABB8; }
a { background-color: rgb(226,171,184); }
div.DivClassName
{
background-color: #E2ABB8;
}
.BgClassName
{
background-color: #E2ABB8;
}
</style>
border-color css
<style>
span { border-color: #E2ABB8; }
span { border-color: rgb(226,171,184); }
td.TdClassName
{
border-color: #E2ABB8;
}
.TagClassName
{
border-color: #E2ABB8;
}
</style>