Shades of Dark Pink #E25F7A
Tints of Dark Pink #E25F7A
RGB
CMYK
RGB Variations
Color information
#E25F7A (or 0xE25F7A) is known color: Dark Pink. HEX triplet: E2, 5F and 7A. RGB value is (226,95,122). Sum of RGB (Red+Green+Blue) = 226+95+122=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F7A is #1DA085. Grayscale: #898989. Windows color (decimal): -1941638 or 8019938. OLE color: 8019938.
HSL color Cylindrical-coordinate representation of color #E25F7A: hue angle of 347.63º 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 #E25F7A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 122 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.11 |
| HSL | 347.63º | 0.69% | 0.63% | - |
| HSV(B) | 347.63º | 0.58% | 0.89% | - |
| XYZ | 38.97 | 25.76 | 21.33 | - |
| YUV | 137.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 122 | 0 | 0.58 | 0.46 | 0.11 | 347.63 | 0.69 | 0.63 |
| Hex | E2 | 5F | 7A | 0 | 3A | 2E | B | 15C | 45 | 3F |
| Octal | 342 | 137 | 172 | 0 | 72 | 56 | 13 | 534 | 105 | 77 |
| Binary | 11100010 | 1011111 | 1111010 | 0 | 111010 | 101110 | 1011 | 101011100 | 1000101 | 111111 |
Color Harmonies of #E25F7A
Complementary color
Monochromatic Colors of #E25F7A
Black with #E25F7A
Text Example
Text Example
White with #E25F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F7A; }
p { color: rgb(226,95,122); }
H1.HeaderClassName
{
color: #E25F7A;
}
.AnyTagClassName
{
color: #E25F7A;
}
</style>
background-color css
<style>
a { background-color: #E25F7A; }
a { background-color: rgb(226,95,122); }
div.DivClassName
{
background-color: #E25F7A;
}
.BgClassName
{
background-color: #E25F7A;
}
</style>
border-color css
<style>
span { border-color: #E25F7A; }
span { border-color: rgb(226,95,122); }
td.TdClassName
{
border-color: #E25F7A;
}
.TagClassName
{
border-color: #E25F7A;
}
</style>