Shades of Melanie #E1AFC2
Tints of Melanie #E1AFC2
RGB
CMYK
RGB Variations
Color information
#E1AFC2 (or 0xE1AFC2) is known color: Melanie. HEX triplet: E1, AF and C2. RGB value is (225,175,194). Sum of RGB (Red+Green+Blue) = 225+175+194=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFC2 is #1E503D. Grayscale: #C0C0C0. Windows color (decimal): -1986622 or 12759009. OLE color: 12759009.
HSL color Cylindrical-coordinate representation of color #E1AFC2: hue angle of 337.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFC2 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 194 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.12 |
| HSL | 337.2º | 0.45% | 0.78% | - |
| HSV(B) | 337.2º | 0.22% | 0.88% | - |
| XYZ | 56.12 | 50.56 | 57.84 | - |
| YUV | 192.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 194 | 0 | 0.22 | 0.14 | 0.12 | 337.2 | 0.45 | 0.78 |
| Hex | E1 | AF | C2 | 0 | 16 | E | C | 151 | 2D | 4E |
| Octal | 341 | 257 | 302 | 0 | 26 | 16 | 14 | 521 | 55 | 116 |
| Binary | 11100001 | 10101111 | 11000010 | 0 | 10110 | 1110 | 1100 | 101010001 | 101101 | 1001110 |
Color Harmonies of #E1AFC2
Complementary color
Monochromatic Colors of #E1AFC2
Black with #E1AFC2
Text Example
Text Example
White with #E1AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFC2; }
p { color: rgb(225,175,194); }
H1.HeaderClassName
{
color: #E1AFC2;
}
.AnyTagClassName
{
color: #E1AFC2;
}
</style>
background-color css
<style>
a { background-color: #E1AFC2; }
a { background-color: rgb(225,175,194); }
div.DivClassName
{
background-color: #E1AFC2;
}
.BgClassName
{
background-color: #E1AFC2;
}
</style>
border-color css
<style>
span { border-color: #E1AFC2; }
span { border-color: rgb(225,175,194); }
td.TdClassName
{
border-color: #E1AFC2;
}
.TagClassName
{
border-color: #E1AFC2;
}
</style>