Shades of Dark Pink #E25E7D
Tints of Dark Pink #E25E7D
RGB
CMYK
RGB Variations
Color information
#E25E7D (or 0xE25E7D) is known color: Dark Pink. HEX triplet: E2, 5E and 7D. RGB value is (226,94,125). Sum of RGB (Red+Green+Blue) = 226+94+125=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E7D is #1DA182. Grayscale: #898989. Windows color (decimal): -1941891 or 8216290. OLE color: 8216290.
HSL color Cylindrical-coordinate representation of color #E25E7D: hue angle of 345.91º 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 #E25E7D is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 125 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.11 |
| HSL | 345.91º | 0.69% | 0.63% | - |
| HSV(B) | 345.91º | 0.58% | 0.89% | - |
| XYZ | 39.07 | 25.65 | 22.29 | - |
| YUV | 137 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 125 | 0 | 0.58 | 0.45 | 0.11 | 345.91 | 0.69 | 0.63 |
| Hex | E2 | 5E | 7D | 0 | 3A | 2D | B | 15A | 45 | 3F |
| Octal | 342 | 136 | 175 | 0 | 72 | 55 | 13 | 532 | 105 | 77 |
| Binary | 11100010 | 1011110 | 1111101 | 0 | 111010 | 101101 | 1011 | 101011010 | 1000101 | 111111 |
Color Harmonies of #E25E7D
Complementary color
Monochromatic Colors of #E25E7D
Black with #E25E7D
Text Example
Text Example
White with #E25E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E7D; }
p { color: rgb(226,94,125); }
H1.HeaderClassName
{
color: #E25E7D;
}
.AnyTagClassName
{
color: #E25E7D;
}
</style>
background-color css
<style>
a { background-color: #E25E7D; }
a { background-color: rgb(226,94,125); }
div.DivClassName
{
background-color: #E25E7D;
}
.BgClassName
{
background-color: #E25E7D;
}
</style>
border-color css
<style>
span { border-color: #E25E7D; }
span { border-color: rgb(226,94,125); }
td.TdClassName
{
border-color: #E25E7D;
}
.TagClassName
{
border-color: #E25E7D;
}
</style>