Shades of Dark Pink #E25F87
Tints of Dark Pink #E25F87
RGB
CMYK
RGB Variations
Color information
#E25F87 (or 0xE25F87) is known color: Dark Pink. HEX triplet: E2, 5F and 87. RGB value is (226,95,135). Sum of RGB (Red+Green+Blue) = 226+95+135=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25F87 is #1DA078. Grayscale: #8A8A8A. Windows color (decimal): -1941625 or 8871906. OLE color: 8871906.
HSL color Cylindrical-coordinate representation of color #E25F87: hue angle of 341.68º 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 #E25F87 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 135 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.11 |
| HSL | 341.68º | 0.69% | 0.63% | - |
| HSV(B) | 341.68º | 0.58% | 0.89% | - |
| XYZ | 39.83 | 26.1 | 25.86 | - |
| YUV | 138.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 135 | 0 | 0.58 | 0.40 | 0.11 | 341.68 | 0.69 | 0.63 |
| Hex | E2 | 5F | 87 | 0 | 3A | 28 | B | 156 | 45 | 3F |
| Octal | 342 | 137 | 207 | 0 | 72 | 50 | 13 | 526 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10000111 | 0 | 111010 | 101000 | 1011 | 101010110 | 1000101 | 111111 |
Color Harmonies of #E25F87
Complementary color
Monochromatic Colors of #E25F87
Black with #E25F87
Text Example
Text Example
White with #E25F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F87; }
p { color: rgb(226,95,135); }
H1.HeaderClassName
{
color: #E25F87;
}
.AnyTagClassName
{
color: #E25F87;
}
</style>
background-color css
<style>
a { background-color: #E25F87; }
a { background-color: rgb(226,95,135); }
div.DivClassName
{
background-color: #E25F87;
}
.BgClassName
{
background-color: #E25F87;
}
</style>
border-color css
<style>
span { border-color: #E25F87; }
span { border-color: rgb(226,95,135); }
td.TdClassName
{
border-color: #E25F87;
}
.TagClassName
{
border-color: #E25F87;
}
</style>