Shades of My Pink #E18D86
Tints of My Pink #E18D86
RGB
CMYK
RGB Variations
Color information
#E18D86 (or 0xE18D86) is known color: My Pink. HEX triplet: E1, 8D and 86. RGB value is (225,141,134). Sum of RGB (Red+Green+Blue) = 225+141+134=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18D86 is #1E7279. Grayscale: #A5A5A5. Windows color (decimal): -1995386 or 8818145. OLE color: 8818145.
HSL color Cylindrical-coordinate representation of color #E18D86: hue angle of 4.62º 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 #E18D86 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 134 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.12 |
| HSL | 4.62º | 0.6% | 0.7% | - |
| HSV(B) | 4.62º | 0.4% | 0.88% | - |
| XYZ | 44.88 | 36.78 | 27.29 | - |
| YUV | 165.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 134 | 0 | 0.37 | 0.40 | 0.12 | 4.62 | 0.6 | 0.7 |
| Hex | E1 | 8D | 86 | 0 | 25 | 28 | C | 5 | 3C | 46 |
| Octal | 341 | 215 | 206 | 0 | 45 | 50 | 14 | 5 | 74 | 106 |
| Binary | 11100001 | 10001101 | 10000110 | 0 | 100101 | 101000 | 1100 | 101 | 111100 | 1000110 |
Color Harmonies of #E18D86
Complementary color
Monochromatic Colors of #E18D86
Black with #E18D86
Text Example
Text Example
White with #E18D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D86; }
p { color: rgb(225,141,134); }
H1.HeaderClassName
{
color: #E18D86;
}
.AnyTagClassName
{
color: #E18D86;
}
</style>
background-color css
<style>
a { background-color: #E18D86; }
a { background-color: rgb(225,141,134); }
div.DivClassName
{
background-color: #E18D86;
}
.BgClassName
{
background-color: #E18D86;
}
</style>
border-color css
<style>
span { border-color: #E18D86; }
span { border-color: rgb(225,141,134); }
td.TdClassName
{
border-color: #E18D86;
}
.TagClassName
{
border-color: #E18D86;
}
</style>