Shades of Melanie #E1BECA
Tints of Melanie #E1BECA
RGB
CMYK
RGB Variations
Color information
#E1BECA (or 0xE1BECA) is known color: Melanie. HEX triplet: E1, BE and CA. RGB value is (225,190,202). Sum of RGB (Red+Green+Blue) = 225+190+202=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BECA is #1E4135. Grayscale: #C9C9C9. Windows color (decimal): -1982774 or 13287137. OLE color: 13287137.
HSL color Cylindrical-coordinate representation of color #E1BECA: hue angle of 339.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BECA is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 190 | 202 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.12 |
| HSL | 339.43º | 0.37% | 0.81% | - |
| HSV(B) | 339.43º | 0.16% | 0.88% | - |
| XYZ | 60.13 | 57.1 | 63.73 | - |
| YUV | 201.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 202 | 0 | 0.16 | 0.10 | 0.12 | 339.43 | 0.37 | 0.81 |
| Hex | E1 | BE | CA | 0 | 10 | A | C | 153 | 25 | 51 |
| Octal | 341 | 276 | 312 | 0 | 20 | 12 | 14 | 523 | 45 | 121 |
| Binary | 11100001 | 10111110 | 11001010 | 0 | 10000 | 1010 | 1100 | 101010011 | 100101 | 1010001 |
Color Harmonies of #E1BECA
Complementary color
Monochromatic Colors of #E1BECA
Black with #E1BECA
Text Example
Text Example
White with #E1BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BECA; }
p { color: rgb(225,190,202); }
H1.HeaderClassName
{
color: #E1BECA;
}
.AnyTagClassName
{
color: #E1BECA;
}
</style>
background-color css
<style>
a { background-color: #E1BECA; }
a { background-color: rgb(225,190,202); }
div.DivClassName
{
background-color: #E1BECA;
}
.BgClassName
{
background-color: #E1BECA;
}
</style>
border-color css
<style>
span { border-color: #E1BECA; }
span { border-color: rgb(225,190,202); }
td.TdClassName
{
border-color: #E1BECA;
}
.TagClassName
{
border-color: #E1BECA;
}
</style>