Shades of My Pink #E28A80
Tints of My Pink #E28A80
RGB
CMYK
RGB Variations
Color information
#E28A80 (or 0xE28A80) is known color: My Pink. HEX triplet: E2, 8A and 80. RGB value is (226,138,128). Sum of RGB (Red+Green+Blue) = 226+138+128=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28A80 is #1D757F. Grayscale: #A3A3A3. Windows color (decimal): -1930624 or 8424162. OLE color: 8424162.
HSL color Cylindrical-coordinate representation of color #E28A80: hue angle of 6.12º 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 #E28A80 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 128 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.11 |
| HSL | 6.12º | 0.63% | 0.69% | - |
| HSV(B) | 6.12º | 0.43% | 0.89% | - |
| XYZ | 44.35 | 35.9 | 25.01 | - |
| YUV | 163.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 128 | 0 | 0.39 | 0.43 | 0.11 | 6.12 | 0.63 | 0.69 |
| Hex | E2 | 8A | 80 | 0 | 27 | 2B | B | 6 | 3F | 45 |
| Octal | 342 | 212 | 200 | 0 | 47 | 53 | 13 | 6 | 77 | 105 |
| Binary | 11100010 | 10001010 | 10000000 | 0 | 100111 | 101011 | 1011 | 110 | 111111 | 1000101 |
Color Harmonies of #E28A80
Complementary color
Monochromatic Colors of #E28A80
Black with #E28A80
Text Example
Text Example
White with #E28A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A80; }
p { color: rgb(226,138,128); }
H1.HeaderClassName
{
color: #E28A80;
}
.AnyTagClassName
{
color: #E28A80;
}
</style>
background-color css
<style>
a { background-color: #E28A80; }
a { background-color: rgb(226,138,128); }
div.DivClassName
{
background-color: #E28A80;
}
.BgClassName
{
background-color: #E28A80;
}
</style>
border-color css
<style>
span { border-color: #E28A80; }
span { border-color: rgb(226,138,128); }
td.TdClassName
{
border-color: #E28A80;
}
.TagClassName
{
border-color: #E28A80;
}
</style>