Shades of Melanie #E2ABBF
Tints of Melanie #E2ABBF
RGB
CMYK
RGB Variations
Color information
#E2ABBF (or 0xE2ABBF) is known color: Melanie. HEX triplet: E2, AB and BF. RGB value is (226,171,191). Sum of RGB (Red+Green+Blue) = 226+171+191=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABBF is #1D5440. Grayscale: #BDBDBD. Windows color (decimal): -1922113 or 12561378. OLE color: 12561378.
HSL color Cylindrical-coordinate representation of color #E2ABBF: hue angle of 338.18º 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 #E2ABBF is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 191 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.11 |
| HSL | 338.18º | 0.49% | 0.78% | - |
| HSV(B) | 338.18º | 0.24% | 0.89% | - |
| XYZ | 55.33 | 49.06 | 55.84 | - |
| YUV | 189.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 191 | 0 | 0.24 | 0.15 | 0.11 | 338.18 | 0.49 | 0.78 |
| Hex | E2 | AB | BF | 0 | 18 | F | B | 152 | 31 | 4E |
| Octal | 342 | 253 | 277 | 0 | 30 | 17 | 13 | 522 | 61 | 116 |
| Binary | 11100010 | 10101011 | 10111111 | 0 | 11000 | 1111 | 1011 | 101010010 | 110001 | 1001110 |
Color Harmonies of #E2ABBF
Complementary color
Monochromatic Colors of #E2ABBF
Black with #E2ABBF
Text Example
Text Example
White with #E2ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABBF; }
p { color: rgb(226,171,191); }
H1.HeaderClassName
{
color: #E2ABBF;
}
.AnyTagClassName
{
color: #E2ABBF;
}
</style>
background-color css
<style>
a { background-color: #E2ABBF; }
a { background-color: rgb(226,171,191); }
div.DivClassName
{
background-color: #E2ABBF;
}
.BgClassName
{
background-color: #E2ABBF;
}
</style>
border-color css
<style>
span { border-color: #E2ABBF; }
span { border-color: rgb(226,171,191); }
td.TdClassName
{
border-color: #E2ABBF;
}
.TagClassName
{
border-color: #E2ABBF;
}
</style>