Shades of Dark Pink #E25E87
Tints of Dark Pink #E25E87
RGB
CMYK
RGB Variations
Color information
#E25E87 (or 0xE25E87) is known color: Dark Pink. HEX triplet: E2, 5E and 87. RGB value is (226,94,135). Sum of RGB (Red+Green+Blue) = 226+94+135=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E87 is #1DA178. Grayscale: #8A8A8A. Windows color (decimal): -1941881 or 8871650. OLE color: 8871650.
HSL color Cylindrical-coordinate representation of color #E25E87: hue angle of 341.36º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25E87 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 135 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.11 |
| HSL | 341.36º | 0.69% | 0.63% | - |
| HSV(B) | 341.36º | 0.58% | 0.89% | - |
| XYZ | 39.74 | 25.92 | 25.83 | - |
| YUV | 138.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 135 | 0 | 0.58 | 0.40 | 0.11 | 341.36 | 0.69 | 0.63 |
| Hex | E2 | 5E | 87 | 0 | 3A | 28 | B | 155 | 45 | 3F |
| Octal | 342 | 136 | 207 | 0 | 72 | 50 | 13 | 525 | 105 | 77 |
| Binary | 11100010 | 1011110 | 10000111 | 0 | 111010 | 101000 | 1011 | 101010101 | 1000101 | 111111 |
Color Harmonies of #E25E87
Complementary color
Monochromatic Colors of #E25E87
Black with #E25E87
Text Example
Text Example
White with #E25E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E87; }
p { color: rgb(226,94,135); }
H1.HeaderClassName
{
color: #E25E87;
}
.AnyTagClassName
{
color: #E25E87;
}
</style>
background-color css
<style>
a { background-color: #E25E87; }
a { background-color: rgb(226,94,135); }
div.DivClassName
{
background-color: #E25E87;
}
.BgClassName
{
background-color: #E25E87;
}
</style>
border-color css
<style>
span { border-color: #E25E87; }
span { border-color: rgb(226,94,135); }
td.TdClassName
{
border-color: #E25E87;
}
.TagClassName
{
border-color: #E25E87;
}
</style>