Shades of My Pink #E18E84
Tints of My Pink #E18E84
RGB
CMYK
RGB Variations
Color information
#E18E84 (or 0xE18E84) is known color: My Pink. HEX triplet: E1, 8E and 84. RGB value is (225,142,132). Sum of RGB (Red+Green+Blue) = 225+142+132=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18E84 is #1E717B. Grayscale: #A5A5A5. Windows color (decimal): -1995132 or 8687329. OLE color: 8687329.
HSL color Cylindrical-coordinate representation of color #E18E84: hue angle of 6.45º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E18E84 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 132 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.12 |
| HSL | 6.45º | 0.61% | 0.7% | - |
| HSV(B) | 6.45º | 0.41% | 0.88% | - |
| XYZ | 44.89 | 37.02 | 26.61 | - |
| YUV | 165.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 132 | 0 | 0.37 | 0.41 | 0.12 | 6.45 | 0.61 | 0.7 |
| Hex | E1 | 8E | 84 | 0 | 25 | 29 | C | 6 | 3D | 46 |
| Octal | 341 | 216 | 204 | 0 | 45 | 51 | 14 | 6 | 75 | 106 |
| Binary | 11100001 | 10001110 | 10000100 | 0 | 100101 | 101001 | 1100 | 110 | 111101 | 1000110 |
Color Harmonies of #E18E84
Complementary color
Monochromatic Colors of #E18E84
Black with #E18E84
Text Example
Text Example
White with #E18E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18E84; }
p { color: rgb(225,142,132); }
H1.HeaderClassName
{
color: #E18E84;
}
.AnyTagClassName
{
color: #E18E84;
}
</style>
background-color css
<style>
a { background-color: #E18E84; }
a { background-color: rgb(225,142,132); }
div.DivClassName
{
background-color: #E18E84;
}
.BgClassName
{
background-color: #E18E84;
}
</style>
border-color css
<style>
span { border-color: #E18E84; }
span { border-color: rgb(225,142,132); }
td.TdClassName
{
border-color: #E18E84;
}
.TagClassName
{
border-color: #E18E84;
}
</style>