Shades of My Pink #E18E81
Tints of My Pink #E18E81
RGB
CMYK
RGB Variations
Color information
#E18E81 (or 0xE18E81) is known color: My Pink. HEX triplet: E1, 8E and 81. RGB value is (225,142,129). Sum of RGB (Red+Green+Blue) = 225+142+129=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18E81 is #1E717E. Grayscale: #A5A5A5. Windows color (decimal): -1995135 or 8490721. OLE color: 8490721.
HSL color Cylindrical-coordinate representation of color #E18E81: hue angle of 8.12º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E18E81 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 129 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.12 |
| HSL | 8.13º | 0.62% | 0.69% | - |
| HSV(B) | 8.13º | 0.43% | 0.88% | - |
| XYZ | 44.69 | 36.94 | 25.54 | - |
| YUV | 165.34 | 107.5 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 129 | 0 | 0.37 | 0.43 | 0.12 | 8.13 | 0.62 | 0.69 |
| Hex | E1 | 8E | 81 | 0 | 25 | 2B | C | 8 | 3E | 45 |
| Octal | 341 | 216 | 201 | 0 | 45 | 53 | 14 | 10 | 76 | 105 |
| Binary | 11100001 | 10001110 | 10000001 | 0 | 100101 | 101011 | 1100 | 1000 | 111110 | 1000101 |
Color Harmonies of #E18E81
Complementary color
Monochromatic Colors of #E18E81
Black with #E18E81
Text Example
Text Example
White with #E18E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18E81; }
p { color: rgb(225,142,129); }
H1.HeaderClassName
{
color: #E18E81;
}
.AnyTagClassName
{
color: #E18E81;
}
</style>
background-color css
<style>
a { background-color: #E18E81; }
a { background-color: rgb(225,142,129); }
div.DivClassName
{
background-color: #E18E81;
}
.BgClassName
{
background-color: #E18E81;
}
</style>
border-color css
<style>
span { border-color: #E18E81; }
span { border-color: rgb(225,142,129); }
td.TdClassName
{
border-color: #E18E81;
}
.TagClassName
{
border-color: #E18E81;
}
</style>