Shades of Melanie #E6AFC4
Tints of Melanie #E6AFC4
RGB
CMYK
RGB Variations
Color information
#E6AFC4 (or 0xE6AFC4) is known color: Melanie. HEX triplet: E6, AF and C4. RGB value is (230,175,196). Sum of RGB (Red+Green+Blue) = 230+175+196=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFC4 is #19503B. Grayscale: #C1C1C1. Windows color (decimal): -1658940 or 12890086. OLE color: 12890086.
HSL color Cylindrical-coordinate representation of color #E6AFC4: hue angle of 337.09º 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 #E6AFC4 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 196 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.10 |
| HSL | 337.09º | 0.52% | 0.79% | - |
| HSV(B) | 337.09º | 0.24% | 0.9% | - |
| XYZ | 57.93 | 51.47 | 59.11 | - |
| YUV | 193.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 196 | 0 | 0.24 | 0.15 | 0.10 | 337.09 | 0.52 | 0.79 |
| Hex | E6 | AF | C4 | 0 | 18 | F | A | 151 | 34 | 4F |
| Octal | 346 | 257 | 304 | 0 | 30 | 17 | 12 | 521 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11000100 | 0 | 11000 | 1111 | 1010 | 101010001 | 110100 | 1001111 |
Color Harmonies of #E6AFC4
Complementary color
Monochromatic Colors of #E6AFC4
Black with #E6AFC4
Text Example
Text Example
White with #E6AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFC4; }
p { color: rgb(230,175,196); }
H1.HeaderClassName
{
color: #E6AFC4;
}
.AnyTagClassName
{
color: #E6AFC4;
}
</style>
background-color css
<style>
a { background-color: #E6AFC4; }
a { background-color: rgb(230,175,196); }
div.DivClassName
{
background-color: #E6AFC4;
}
.BgClassName
{
background-color: #E6AFC4;
}
</style>
border-color css
<style>
span { border-color: #E6AFC4; }
span { border-color: rgb(230,175,196); }
td.TdClassName
{
border-color: #E6AFC4;
}
.TagClassName
{
border-color: #E6AFC4;
}
</style>