Shades of Dark Pink #E25080
Tints of Dark Pink #E25080
RGB
CMYK
RGB Variations
Color information
#E25080 (or 0xE25080) is known color: Dark Pink. HEX triplet: E2, 50 and 80. RGB value is (226,80,128). Sum of RGB (Red+Green+Blue) = 226+80+128=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E25080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25080 is #1DAF7F. Grayscale: #818181. Windows color (decimal): -1945472 or 8409314. OLE color: 8409314.
HSL color Cylindrical-coordinate representation of color #E25080: hue angle of 340.27º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E25080 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 128 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.11 |
| HSL | 340.27º | 0.72% | 0.6% | - |
| HSV(B) | 340.27º | 0.65% | 0.89% | - |
| XYZ | 38.13 | 23.46 | 22.94 | - |
| YUV | 129.13 | 127.37 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 128 | 0 | 0.65 | 0.43 | 0.11 | 340.27 | 0.72 | 0.6 |
| Hex | E2 | 50 | 80 | 0 | 41 | 2B | B | 154 | 48 | 3C |
| Octal | 342 | 120 | 200 | 0 | 101 | 53 | 13 | 524 | 110 | 74 |
| Binary | 11100010 | 1010000 | 10000000 | 0 | 1000001 | 101011 | 1011 | 101010100 | 1001000 | 111100 |
Color Harmonies of #E25080
Complementary color
Monochromatic Colors of #E25080
Black with #E25080
Text Example
Text Example
White with #E25080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25080; }
p { color: rgb(226,80,128); }
H1.HeaderClassName
{
color: #E25080;
}
.AnyTagClassName
{
color: #E25080;
}
</style>
background-color css
<style>
a { background-color: #E25080; }
a { background-color: rgb(226,80,128); }
div.DivClassName
{
background-color: #E25080;
}
.BgClassName
{
background-color: #E25080;
}
</style>
border-color css
<style>
span { border-color: #E25080; }
span { border-color: rgb(226,80,128); }
td.TdClassName
{
border-color: #E25080;
}
.TagClassName
{
border-color: #E25080;
}
</style>