Shades of Dark Pink #E25988
Tints of Dark Pink #E25988
RGB
CMYK
RGB Variations
Color information
#E25988 (or 0xE25988) is known color: Dark Pink. HEX triplet: E2, 59 and 88. RGB value is (226,89,136). Sum of RGB (Red+Green+Blue) = 226+89+136=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E25988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25988 is #1DA677. Grayscale: #878787. Windows color (decimal): -1943160 or 8935906. OLE color: 8935906.
HSL color Cylindrical-coordinate representation of color #E25988: hue angle of 339.42º 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 #E25988 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 136 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.11 |
| HSL | 339.42º | 0.7% | 0.62% | - |
| HSV(B) | 339.42º | 0.61% | 0.89% | - |
| XYZ | 39.38 | 25.09 | 26.06 | - |
| YUV | 135.32 | 128.39 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 136 | 0 | 0.61 | 0.40 | 0.11 | 339.42 | 0.7 | 0.62 |
| Hex | E2 | 59 | 88 | 0 | 3D | 28 | B | 153 | 46 | 3E |
| Octal | 342 | 131 | 210 | 0 | 75 | 50 | 13 | 523 | 106 | 76 |
| Binary | 11100010 | 1011001 | 10001000 | 0 | 111101 | 101000 | 1011 | 101010011 | 1000110 | 111110 |
Color Harmonies of #E25988
Complementary color
Monochromatic Colors of #E25988
Black with #E25988
Text Example
Text Example
White with #E25988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25988; }
p { color: rgb(226,89,136); }
H1.HeaderClassName
{
color: #E25988;
}
.AnyTagClassName
{
color: #E25988;
}
</style>
background-color css
<style>
a { background-color: #E25988; }
a { background-color: rgb(226,89,136); }
div.DivClassName
{
background-color: #E25988;
}
.BgClassName
{
background-color: #E25988;
}
</style>
border-color css
<style>
span { border-color: #E25988; }
span { border-color: rgb(226,89,136); }
td.TdClassName
{
border-color: #E25988;
}
.TagClassName
{
border-color: #E25988;
}
</style>