Shades of Dark Pink #E25980
Tints of Dark Pink #E25980
RGB
CMYK
RGB Variations
Color information
#E25980 (or 0xE25980) is known color: Dark Pink. HEX triplet: E2, 59 and 80. RGB value is (226,89,128). Sum of RGB (Red+Green+Blue) = 226+89+128=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E25980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25980 is #1DA67F. Grayscale: #868686. Windows color (decimal): -1943168 or 8411618. OLE color: 8411618.
HSL color Cylindrical-coordinate representation of color #E25980: hue angle of 342.92º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25980 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 128 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.11 |
| HSL | 342.92º | 0.7% | 0.62% | - |
| HSV(B) | 342.92º | 0.61% | 0.89% | - |
| XYZ | 38.83 | 24.87 | 23.18 | - |
| YUV | 134.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 128 | 0 | 0.61 | 0.43 | 0.11 | 342.92 | 0.7 | 0.62 |
| Hex | E2 | 59 | 80 | 0 | 3D | 2B | B | 157 | 46 | 3E |
| Octal | 342 | 131 | 200 | 0 | 75 | 53 | 13 | 527 | 106 | 76 |
| Binary | 11100010 | 1011001 | 10000000 | 0 | 111101 | 101011 | 1011 | 101010111 | 1000110 | 111110 |
Color Harmonies of #E25980
Complementary color
Monochromatic Colors of #E25980
Black with #E25980
Text Example
Text Example
White with #E25980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25980; }
p { color: rgb(226,89,128); }
H1.HeaderClassName
{
color: #E25980;
}
.AnyTagClassName
{
color: #E25980;
}
</style>
background-color css
<style>
a { background-color: #E25980; }
a { background-color: rgb(226,89,128); }
div.DivClassName
{
background-color: #E25980;
}
.BgClassName
{
background-color: #E25980;
}
</style>
border-color css
<style>
span { border-color: #E25980; }
span { border-color: rgb(226,89,128); }
td.TdClassName
{
border-color: #E25980;
}
.TagClassName
{
border-color: #E25980;
}
</style>