Shades of Melanie #E1BFC2
Tints of Melanie #E1BFC2
RGB
CMYK
RGB Variations
Color information
#E1BFC2 (or 0xE1BFC2) is known color: Melanie. HEX triplet: E1, BF and C2. RGB value is (225,191,194). Sum of RGB (Red+Green+Blue) = 225+191+194=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFC2 is #1E403D. Grayscale: #C9C9C9. Windows color (decimal): -1982526 or 12763105. OLE color: 12763105.
HSL color Cylindrical-coordinate representation of color #E1BFC2: hue angle of 354.71º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1BFC2 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 194 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.12 |
| HSL | 354.71º | 0.36% | 0.82% | - |
| HSV(B) | 354.71º | 0.15% | 0.88% | - |
| XYZ | 59.42 | 57.16 | 58.94 | - |
| YUV | 201.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 194 | 0 | 0.15 | 0.14 | 0.12 | 354.71 | 0.36 | 0.82 |
| Hex | E1 | BF | C2 | 0 | F | E | C | 163 | 24 | 52 |
| Octal | 341 | 277 | 302 | 0 | 17 | 16 | 14 | 543 | 44 | 122 |
| Binary | 11100001 | 10111111 | 11000010 | 0 | 1111 | 1110 | 1100 | 101100011 | 100100 | 1010010 |
Color Harmonies of #E1BFC2
Complementary color
Monochromatic Colors of #E1BFC2
Black with #E1BFC2
Text Example
Text Example
White with #E1BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFC2; }
p { color: rgb(225,191,194); }
H1.HeaderClassName
{
color: #E1BFC2;
}
.AnyTagClassName
{
color: #E1BFC2;
}
</style>
background-color css
<style>
a { background-color: #E1BFC2; }
a { background-color: rgb(225,191,194); }
div.DivClassName
{
background-color: #E1BFC2;
}
.BgClassName
{
background-color: #E1BFC2;
}
</style>
border-color css
<style>
span { border-color: #E1BFC2; }
span { border-color: rgb(225,191,194); }
td.TdClassName
{
border-color: #E1BFC2;
}
.TagClassName
{
border-color: #E1BFC2;
}
</style>