Shades of Melanie #E2ABC1
Tints of Melanie #E2ABC1
RGB
CMYK
RGB Variations
Color information
#E2ABC1 (or 0xE2ABC1) is known color: Melanie. HEX triplet: E2, AB and C1. RGB value is (226,171,193). Sum of RGB (Red+Green+Blue) = 226+171+193=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABC1 is #1D543E. Grayscale: #BDBDBD. Windows color (decimal): -1922111 or 12692450. OLE color: 12692450.
HSL color Cylindrical-coordinate representation of color #E2ABC1: hue angle of 336º 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 #E2ABC1 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 193 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.11 |
| HSL | 336º | 0.49% | 0.78% | - |
| HSV(B) | 336º | 0.24% | 0.89% | - |
| XYZ | 55.55 | 49.14 | 57.01 | - |
| YUV | 189.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 193 | 0 | 0.24 | 0.15 | 0.11 | 336 | 0.49 | 0.78 |
| Hex | E2 | AB | C1 | 0 | 18 | F | B | 150 | 31 | 4E |
| Octal | 342 | 253 | 301 | 0 | 30 | 17 | 13 | 520 | 61 | 116 |
| Binary | 11100010 | 10101011 | 11000001 | 0 | 11000 | 1111 | 1011 | 101010000 | 110001 | 1001110 |
Color Harmonies of #E2ABC1
Complementary color
Monochromatic Colors of #E2ABC1
Black with #E2ABC1
Text Example
Text Example
White with #E2ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABC1; }
p { color: rgb(226,171,193); }
H1.HeaderClassName
{
color: #E2ABC1;
}
.AnyTagClassName
{
color: #E2ABC1;
}
</style>
background-color css
<style>
a { background-color: #E2ABC1; }
a { background-color: rgb(226,171,193); }
div.DivClassName
{
background-color: #E2ABC1;
}
.BgClassName
{
background-color: #E2ABC1;
}
</style>
border-color css
<style>
span { border-color: #E2ABC1; }
span { border-color: rgb(226,171,193); }
td.TdClassName
{
border-color: #E2ABC1;
}
.TagClassName
{
border-color: #E2ABC1;
}
</style>