Shades of Melanie #E6AFC2
Tints of Melanie #E6AFC2
RGB
CMYK
RGB Variations
Color information
#E6AFC2 (or 0xE6AFC2) is known color: Melanie. HEX triplet: E6, AF and C2. RGB value is (230,175,194). Sum of RGB (Red+Green+Blue) = 230+175+194=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFC2 is #19503D. Grayscale: #C1C1C1. Windows color (decimal): -1658942 or 12759014. OLE color: 12759014.
HSL color Cylindrical-coordinate representation of color #E6AFC2: hue angle of 339.27º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFC2 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 194 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.10 |
| HSL | 339.27º | 0.52% | 0.79% | - |
| HSV(B) | 339.27º | 0.24% | 0.9% | - |
| XYZ | 57.7 | 51.38 | 57.91 | - |
| YUV | 193.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 194 | 0 | 0.24 | 0.16 | 0.10 | 339.27 | 0.52 | 0.79 |
| Hex | E6 | AF | C2 | 0 | 18 | 10 | A | 153 | 34 | 4F |
| Octal | 346 | 257 | 302 | 0 | 30 | 20 | 12 | 523 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11000010 | 0 | 11000 | 10000 | 1010 | 101010011 | 110100 | 1001111 |
Color Harmonies of #E6AFC2
Complementary color
Monochromatic Colors of #E6AFC2
Black with #E6AFC2
Text Example
Text Example
White with #E6AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFC2; }
p { color: rgb(230,175,194); }
H1.HeaderClassName
{
color: #E6AFC2;
}
.AnyTagClassName
{
color: #E6AFC2;
}
</style>
background-color css
<style>
a { background-color: #E6AFC2; }
a { background-color: rgb(230,175,194); }
div.DivClassName
{
background-color: #E6AFC2;
}
.BgClassName
{
background-color: #E6AFC2;
}
</style>
border-color css
<style>
span { border-color: #E6AFC2; }
span { border-color: rgb(230,175,194); }
td.TdClassName
{
border-color: #E6AFC2;
}
.TagClassName
{
border-color: #E6AFC2;
}
</style>