Shades of Dark Pink #E25F7D
Tints of Dark Pink #E25F7D
RGB
CMYK
RGB Variations
Color information
#E25F7D (or 0xE25F7D) is known color: Dark Pink. HEX triplet: E2, 5F and 7D. RGB value is (226,95,125). Sum of RGB (Red+Green+Blue) = 226+95+125=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F7D is #1DA082. Grayscale: #898989. Windows color (decimal): -1941635 or 8216546. OLE color: 8216546.
HSL color Cylindrical-coordinate representation of color #E25F7D: hue angle of 346.26º 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 #E25F7D is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 125 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.11 |
| HSL | 346.26º | 0.69% | 0.63% | - |
| HSV(B) | 346.26º | 0.58% | 0.89% | - |
| XYZ | 39.16 | 25.83 | 22.32 | - |
| YUV | 137.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 125 | 0 | 0.58 | 0.45 | 0.11 | 346.26 | 0.69 | 0.63 |
| Hex | E2 | 5F | 7D | 0 | 3A | 2D | B | 15A | 45 | 3F |
| Octal | 342 | 137 | 175 | 0 | 72 | 55 | 13 | 532 | 105 | 77 |
| Binary | 11100010 | 1011111 | 1111101 | 0 | 111010 | 101101 | 1011 | 101011010 | 1000101 | 111111 |
Color Harmonies of #E25F7D
Complementary color
Monochromatic Colors of #E25F7D
Black with #E25F7D
Text Example
Text Example
White with #E25F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F7D; }
p { color: rgb(226,95,125); }
H1.HeaderClassName
{
color: #E25F7D;
}
.AnyTagClassName
{
color: #E25F7D;
}
</style>
background-color css
<style>
a { background-color: #E25F7D; }
a { background-color: rgb(226,95,125); }
div.DivClassName
{
background-color: #E25F7D;
}
.BgClassName
{
background-color: #E25F7D;
}
</style>
border-color css
<style>
span { border-color: #E25F7D; }
span { border-color: rgb(226,95,125); }
td.TdClassName
{
border-color: #E25F7D;
}
.TagClassName
{
border-color: #E25F7D;
}
</style>