Shades of Melanie #E6ABC4
Tints of Melanie #E6ABC4
RGB
CMYK
RGB Variations
Color information
#E6ABC4 (or 0xE6ABC4) is known color: Melanie. HEX triplet: E6, AB and C4. RGB value is (230,171,196). Sum of RGB (Red+Green+Blue) = 230+171+196=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABC4 is #19543B. Grayscale: #BFBFBF. Windows color (decimal): -1659964 or 12889062. OLE color: 12889062.
HSL color Cylindrical-coordinate representation of color #E6ABC4: hue angle of 334.58º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ABC4 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 196 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.10 |
| HSL | 334.58º | 0.54% | 0.79% | - |
| HSV(B) | 334.58º | 0.26% | 0.9% | - |
| XYZ | 57.16 | 49.93 | 58.85 | - |
| YUV | 191.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 196 | 0 | 0.26 | 0.15 | 0.10 | 334.58 | 0.54 | 0.79 |
| Hex | E6 | AB | C4 | 0 | 1A | F | A | 14F | 36 | 4F |
| Octal | 346 | 253 | 304 | 0 | 32 | 17 | 12 | 517 | 66 | 117 |
| Binary | 11100110 | 10101011 | 11000100 | 0 | 11010 | 1111 | 1010 | 101001111 | 110110 | 1001111 |
Color Harmonies of #E6ABC4
Complementary color
Monochromatic Colors of #E6ABC4
Black with #E6ABC4
Text Example
Text Example
White with #E6ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABC4; }
p { color: rgb(230,171,196); }
H1.HeaderClassName
{
color: #E6ABC4;
}
.AnyTagClassName
{
color: #E6ABC4;
}
</style>
background-color css
<style>
a { background-color: #E6ABC4; }
a { background-color: rgb(230,171,196); }
div.DivClassName
{
background-color: #E6ABC4;
}
.BgClassName
{
background-color: #E6ABC4;
}
</style>
border-color css
<style>
span { border-color: #E6ABC4; }
span { border-color: rgb(230,171,196); }
td.TdClassName
{
border-color: #E6ABC4;
}
.TagClassName
{
border-color: #E6ABC4;
}
</style>