Shades of My Pink #E28C86
Tints of My Pink #E28C86
RGB
CMYK
RGB Variations
Color information
#E28C86 (or 0xE28C86) is known color: My Pink. HEX triplet: E2, 8C and 86. RGB value is (226,140,134). Sum of RGB (Red+Green+Blue) = 226+140+134=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28C86 is #1D7379. Grayscale: #A5A5A5. Windows color (decimal): -1930106 or 8817890. OLE color: 8817890.
HSL color Cylindrical-coordinate representation of color #E28C86: hue angle of 3.91º 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 #E28C86 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 134 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.11 |
| HSL | 3.91º | 0.61% | 0.71% | - |
| HSV(B) | 3.91º | 0.41% | 0.89% | - |
| XYZ | 45.05 | 36.65 | 27.25 | - |
| YUV | 165.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 134 | 0 | 0.38 | 0.41 | 0.11 | 3.91 | 0.61 | 0.71 |
| Hex | E2 | 8C | 86 | 0 | 26 | 29 | B | 4 | 3D | 47 |
| Octal | 342 | 214 | 206 | 0 | 46 | 51 | 13 | 4 | 75 | 107 |
| Binary | 11100010 | 10001100 | 10000110 | 0 | 100110 | 101001 | 1011 | 100 | 111101 | 1000111 |
Color Harmonies of #E28C86
Complementary color
Monochromatic Colors of #E28C86
Black with #E28C86
Text Example
Text Example
White with #E28C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C86; }
p { color: rgb(226,140,134); }
H1.HeaderClassName
{
color: #E28C86;
}
.AnyTagClassName
{
color: #E28C86;
}
</style>
background-color css
<style>
a { background-color: #E28C86; }
a { background-color: rgb(226,140,134); }
div.DivClassName
{
background-color: #E28C86;
}
.BgClassName
{
background-color: #E28C86;
}
</style>
border-color css
<style>
span { border-color: #E28C86; }
span { border-color: rgb(226,140,134); }
td.TdClassName
{
border-color: #E28C86;
}
.TagClassName
{
border-color: #E28C86;
}
</style>