Shades of My Pink #E28E86
Tints of My Pink #E28E86
RGB
CMYK
RGB Variations
Color information
#E28E86 (or 0xE28E86) is known color: My Pink. HEX triplet: E2, 8E and 86. RGB value is (226,142,134). Sum of RGB (Red+Green+Blue) = 226+142+134=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28E86 is #1D7179. Grayscale: #A6A6A6. Windows color (decimal): -1929594 or 8818402. OLE color: 8818402.
HSL color Cylindrical-coordinate representation of color #E28E86: hue angle of 5.22º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E28E86 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 134 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.11 |
| HSL | 5.22º | 0.61% | 0.71% | - |
| HSV(B) | 5.22º | 0.41% | 0.89% | - |
| XYZ | 45.34 | 37.24 | 27.35 | - |
| YUV | 166.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 134 | 0 | 0.37 | 0.41 | 0.11 | 5.22 | 0.61 | 0.71 |
| Hex | E2 | 8E | 86 | 0 | 25 | 29 | B | 5 | 3D | 47 |
| Octal | 342 | 216 | 206 | 0 | 45 | 51 | 13 | 5 | 75 | 107 |
| Binary | 11100010 | 10001110 | 10000110 | 0 | 100101 | 101001 | 1011 | 101 | 111101 | 1000111 |
Color Harmonies of #E28E86
Complementary color
Monochromatic Colors of #E28E86
Black with #E28E86
Text Example
Text Example
White with #E28E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E86; }
p { color: rgb(226,142,134); }
H1.HeaderClassName
{
color: #E28E86;
}
.AnyTagClassName
{
color: #E28E86;
}
</style>
background-color css
<style>
a { background-color: #E28E86; }
a { background-color: rgb(226,142,134); }
div.DivClassName
{
background-color: #E28E86;
}
.BgClassName
{
background-color: #E28E86;
}
</style>
border-color css
<style>
span { border-color: #E28E86; }
span { border-color: rgb(226,142,134); }
td.TdClassName
{
border-color: #E28E86;
}
.TagClassName
{
border-color: #E28E86;
}
</style>