Shades of Dark Pink #E25F7E
Tints of Dark Pink #E25F7E
RGB
CMYK
RGB Variations
Color information
#E25F7E (or 0xE25F7E) is known color: Dark Pink. HEX triplet: E2, 5F and 7E. RGB value is (226,95,126). Sum of RGB (Red+Green+Blue) = 226+95+126=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F7E is #1DA081. Grayscale: #898989. Windows color (decimal): -1941634 or 8282082. OLE color: 8282082.
HSL color Cylindrical-coordinate representation of color #E25F7E: hue angle of 345.8º 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 #E25F7E is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 126 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.11 |
| HSL | 345.8º | 0.69% | 0.63% | - |
| HSV(B) | 345.8º | 0.58% | 0.89% | - |
| XYZ | 39.22 | 25.86 | 22.66 | - |
| YUV | 137.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 126 | 0 | 0.58 | 0.44 | 0.11 | 345.8 | 0.69 | 0.63 |
| Hex | E2 | 5F | 7E | 0 | 3A | 2C | B | 15A | 45 | 3F |
| Octal | 342 | 137 | 176 | 0 | 72 | 54 | 13 | 532 | 105 | 77 |
| Binary | 11100010 | 1011111 | 1111110 | 0 | 111010 | 101100 | 1011 | 101011010 | 1000101 | 111111 |
Color Harmonies of #E25F7E
Complementary color
Monochromatic Colors of #E25F7E
Black with #E25F7E
Text Example
Text Example
White with #E25F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F7E; }
p { color: rgb(226,95,126); }
H1.HeaderClassName
{
color: #E25F7E;
}
.AnyTagClassName
{
color: #E25F7E;
}
</style>
background-color css
<style>
a { background-color: #E25F7E; }
a { background-color: rgb(226,95,126); }
div.DivClassName
{
background-color: #E25F7E;
}
.BgClassName
{
background-color: #E25F7E;
}
</style>
border-color css
<style>
span { border-color: #E25F7E; }
span { border-color: rgb(226,95,126); }
td.TdClassName
{
border-color: #E25F7E;
}
.TagClassName
{
border-color: #E25F7E;
}
</style>