Shades of Dark Pink #E25986
Tints of Dark Pink #E25986
RGB
CMYK
RGB Variations
Color information
#E25986 (or 0xE25986) is known color: Dark Pink. HEX triplet: E2, 59 and 86. RGB value is (226,89,134). Sum of RGB (Red+Green+Blue) = 226+89+134=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E25986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25986 is #1DA679. Grayscale: #878787. Windows color (decimal): -1943162 or 8804834. OLE color: 8804834.
HSL color Cylindrical-coordinate representation of color #E25986: hue angle of 340.29º 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 #E25986 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 134 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.11 |
| HSL | 340.29º | 0.7% | 0.62% | - |
| HSV(B) | 340.29º | 0.61% | 0.89% | - |
| XYZ | 39.24 | 25.03 | 25.32 | - |
| YUV | 135.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 134 | 0 | 0.61 | 0.41 | 0.11 | 340.29 | 0.7 | 0.62 |
| Hex | E2 | 59 | 86 | 0 | 3D | 29 | B | 154 | 46 | 3E |
| Octal | 342 | 131 | 206 | 0 | 75 | 51 | 13 | 524 | 106 | 76 |
| Binary | 11100010 | 1011001 | 10000110 | 0 | 111101 | 101001 | 1011 | 101010100 | 1000110 | 111110 |
Color Harmonies of #E25986
Complementary color
Monochromatic Colors of #E25986
Black with #E25986
Text Example
Text Example
White with #E25986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25986; }
p { color: rgb(226,89,134); }
H1.HeaderClassName
{
color: #E25986;
}
.AnyTagClassName
{
color: #E25986;
}
</style>
background-color css
<style>
a { background-color: #E25986; }
a { background-color: rgb(226,89,134); }
div.DivClassName
{
background-color: #E25986;
}
.BgClassName
{
background-color: #E25986;
}
</style>
border-color css
<style>
span { border-color: #E25986; }
span { border-color: rgb(226,89,134); }
td.TdClassName
{
border-color: #E25986;
}
.TagClassName
{
border-color: #E25986;
}
</style>