Shades of My Pink #E18F84
Tints of My Pink #E18F84
RGB
CMYK
RGB Variations
Color information
#E18F84 (or 0xE18F84) is known color: My Pink. HEX triplet: E1, 8F and 84. RGB value is (225,143,132). Sum of RGB (Red+Green+Blue) = 225+143+132=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18F84 is #1E707B. Grayscale: #A6A6A6. Windows color (decimal): -1994876 or 8687585. OLE color: 8687585.
HSL color Cylindrical-coordinate representation of color #E18F84: hue angle of 7.1º 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 #E18F84 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 132 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.12 |
| HSL | 7.1º | 0.61% | 0.7% | - |
| HSV(B) | 7.1º | 0.41% | 0.88% | - |
| XYZ | 45.04 | 37.32 | 26.66 | - |
| YUV | 166.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 132 | 0 | 0.36 | 0.41 | 0.12 | 7.1 | 0.61 | 0.7 |
| Hex | E1 | 8F | 84 | 0 | 24 | 29 | C | 7 | 3D | 46 |
| Octal | 341 | 217 | 204 | 0 | 44 | 51 | 14 | 7 | 75 | 106 |
| Binary | 11100001 | 10001111 | 10000100 | 0 | 100100 | 101001 | 1100 | 111 | 111101 | 1000110 |
Color Harmonies of #E18F84
Complementary color
Monochromatic Colors of #E18F84
Black with #E18F84
Text Example
Text Example
White with #E18F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F84; }
p { color: rgb(225,143,132); }
H1.HeaderClassName
{
color: #E18F84;
}
.AnyTagClassName
{
color: #E18F84;
}
</style>
background-color css
<style>
a { background-color: #E18F84; }
a { background-color: rgb(225,143,132); }
div.DivClassName
{
background-color: #E18F84;
}
.BgClassName
{
background-color: #E18F84;
}
</style>
border-color css
<style>
span { border-color: #E18F84; }
span { border-color: rgb(225,143,132); }
td.TdClassName
{
border-color: #E18F84;
}
.TagClassName
{
border-color: #E18F84;
}
</style>