Shades of Melanie #E1AFC1
Tints of Melanie #E1AFC1
RGB
CMYK
RGB Variations
Color information
#E1AFC1 (or 0xE1AFC1) is known color: Melanie. HEX triplet: E1, AF and C1. RGB value is (225,175,193). Sum of RGB (Red+Green+Blue) = 225+175+193=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFC1 is #1E503E. Grayscale: #BFBFBF. Windows color (decimal): -1986623 or 12693473. OLE color: 12693473.
HSL color Cylindrical-coordinate representation of color #E1AFC1: hue angle of 338.4º 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 #E1AFC1 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 193 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.12 |
| HSL | 338.4º | 0.45% | 0.78% | - |
| HSV(B) | 338.4º | 0.22% | 0.88% | - |
| XYZ | 56.01 | 50.52 | 57.25 | - |
| YUV | 192 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 193 | 0 | 0.22 | 0.14 | 0.12 | 338.4 | 0.45 | 0.78 |
| Hex | E1 | AF | C1 | 0 | 16 | E | C | 152 | 2D | 4E |
| Octal | 341 | 257 | 301 | 0 | 26 | 16 | 14 | 522 | 55 | 116 |
| Binary | 11100001 | 10101111 | 11000001 | 0 | 10110 | 1110 | 1100 | 101010010 | 101101 | 1001110 |
Color Harmonies of #E1AFC1
Complementary color
Monochromatic Colors of #E1AFC1
Black with #E1AFC1
Text Example
Text Example
White with #E1AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFC1; }
p { color: rgb(225,175,193); }
H1.HeaderClassName
{
color: #E1AFC1;
}
.AnyTagClassName
{
color: #E1AFC1;
}
</style>
background-color css
<style>
a { background-color: #E1AFC1; }
a { background-color: rgb(225,175,193); }
div.DivClassName
{
background-color: #E1AFC1;
}
.BgClassName
{
background-color: #E1AFC1;
}
</style>
border-color css
<style>
span { border-color: #E1AFC1; }
span { border-color: rgb(225,175,193); }
td.TdClassName
{
border-color: #E1AFC1;
}
.TagClassName
{
border-color: #E1AFC1;
}
</style>