Shades of Dark Pink #E25E85
Tints of Dark Pink #E25E85
RGB
CMYK
RGB Variations
Color information
#E25E85 (or 0xE25E85) is known color: Dark Pink. HEX triplet: E2, 5E and 85. RGB value is (226,94,133). Sum of RGB (Red+Green+Blue) = 226+94+133=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E85 is #1DA17A. Grayscale: #898989. Windows color (decimal): -1941883 or 8740578. OLE color: 8740578.
HSL color Cylindrical-coordinate representation of color #E25E85: hue angle of 342.27º 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 #E25E85 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 133 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.11 |
| HSL | 342.27º | 0.69% | 0.63% | - |
| HSV(B) | 342.27º | 0.58% | 0.89% | - |
| XYZ | 39.6 | 25.87 | 25.1 | - |
| YUV | 137.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 133 | 0 | 0.58 | 0.41 | 0.11 | 342.27 | 0.69 | 0.63 |
| Hex | E2 | 5E | 85 | 0 | 3A | 29 | B | 156 | 45 | 3F |
| Octal | 342 | 136 | 205 | 0 | 72 | 51 | 13 | 526 | 105 | 77 |
| Binary | 11100010 | 1011110 | 10000101 | 0 | 111010 | 101001 | 1011 | 101010110 | 1000101 | 111111 |
Color Harmonies of #E25E85
Complementary color
Monochromatic Colors of #E25E85
Black with #E25E85
Text Example
Text Example
White with #E25E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E85; }
p { color: rgb(226,94,133); }
H1.HeaderClassName
{
color: #E25E85;
}
.AnyTagClassName
{
color: #E25E85;
}
</style>
background-color css
<style>
a { background-color: #E25E85; }
a { background-color: rgb(226,94,133); }
div.DivClassName
{
background-color: #E25E85;
}
.BgClassName
{
background-color: #E25E85;
}
</style>
border-color css
<style>
span { border-color: #E25E85; }
span { border-color: rgb(226,94,133); }
td.TdClassName
{
border-color: #E25E85;
}
.TagClassName
{
border-color: #E25E85;
}
</style>