Shades of My Pink #E28E80
Tints of My Pink #E28E80
RGB
CMYK
RGB Variations
Color information
#E28E80 (or 0xE28E80) is known color: My Pink. HEX triplet: E2, 8E and 80. RGB value is (226,142,128). Sum of RGB (Red+Green+Blue) = 226+142+128=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28E80 is #1D717F. Grayscale: #A5A5A5. Windows color (decimal): -1929600 or 8425186. OLE color: 8425186.
HSL color Cylindrical-coordinate representation of color #E28E80: hue angle of 8.57º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28E80 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 128 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.11 |
| HSL | 8.57º | 0.63% | 0.69% | - |
| HSV(B) | 8.57º | 0.43% | 0.89% | - |
| XYZ | 44.93 | 37.07 | 25.21 | - |
| YUV | 165.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 128 | 0 | 0.37 | 0.43 | 0.11 | 8.57 | 0.63 | 0.69 |
| Hex | E2 | 8E | 80 | 0 | 25 | 2B | B | 9 | 3F | 45 |
| Octal | 342 | 216 | 200 | 0 | 45 | 53 | 13 | 11 | 77 | 105 |
| Binary | 11100010 | 10001110 | 10000000 | 0 | 100101 | 101011 | 1011 | 1001 | 111111 | 1000101 |
Color Harmonies of #E28E80
Complementary color
Monochromatic Colors of #E28E80
Black with #E28E80
Text Example
Text Example
White with #E28E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E80; }
p { color: rgb(226,142,128); }
H1.HeaderClassName
{
color: #E28E80;
}
.AnyTagClassName
{
color: #E28E80;
}
</style>
background-color css
<style>
a { background-color: #E28E80; }
a { background-color: rgb(226,142,128); }
div.DivClassName
{
background-color: #E28E80;
}
.BgClassName
{
background-color: #E28E80;
}
</style>
border-color css
<style>
span { border-color: #E28E80; }
span { border-color: rgb(226,142,128); }
td.TdClassName
{
border-color: #E28E80;
}
.TagClassName
{
border-color: #E28E80;
}
</style>