Shades of My Pink #E18C86
Tints of My Pink #E18C86
RGB
CMYK
RGB Variations
Color information
#E18C86 (or 0xE18C86) is known color: My Pink. HEX triplet: E1, 8C and 86. RGB value is (225,140,134). Sum of RGB (Red+Green+Blue) = 225+140+134=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18C86 is #1E7379. Grayscale: #A4A4A4. Windows color (decimal): -1995642 or 8817889. OLE color: 8817889.
HSL color Cylindrical-coordinate representation of color #E18C86: hue angle of 3.96º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18C86 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 134 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.12 |
| HSL | 3.96º | 0.6% | 0.7% | - |
| HSV(B) | 3.96º | 0.4% | 0.88% | - |
| XYZ | 44.73 | 36.48 | 27.24 | - |
| YUV | 164.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 134 | 0 | 0.38 | 0.40 | 0.12 | 3.96 | 0.6 | 0.7 |
| Hex | E1 | 8C | 86 | 0 | 26 | 28 | C | 4 | 3C | 46 |
| Octal | 341 | 214 | 206 | 0 | 46 | 50 | 14 | 4 | 74 | 106 |
| Binary | 11100001 | 10001100 | 10000110 | 0 | 100110 | 101000 | 1100 | 100 | 111100 | 1000110 |
Color Harmonies of #E18C86
Complementary color
Monochromatic Colors of #E18C86
Black with #E18C86
Text Example
Text Example
White with #E18C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C86; }
p { color: rgb(225,140,134); }
H1.HeaderClassName
{
color: #E18C86;
}
.AnyTagClassName
{
color: #E18C86;
}
</style>
background-color css
<style>
a { background-color: #E18C86; }
a { background-color: rgb(225,140,134); }
div.DivClassName
{
background-color: #E18C86;
}
.BgClassName
{
background-color: #E18C86;
}
</style>
border-color css
<style>
span { border-color: #E18C86; }
span { border-color: rgb(225,140,134); }
td.TdClassName
{
border-color: #E18C86;
}
.TagClassName
{
border-color: #E18C86;
}
</style>