Shades of Dark Pink #E25F82
Tints of Dark Pink #E25F82
RGB
CMYK
RGB Variations
Color information
#E25F82 (or 0xE25F82) is known color: Dark Pink. HEX triplet: E2, 5F and 82. RGB value is (226,95,130). Sum of RGB (Red+Green+Blue) = 226+95+130=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25F82 is #1DA07D. Grayscale: #8A8A8A. Windows color (decimal): -1941630 or 8544226. OLE color: 8544226.
HSL color Cylindrical-coordinate representation of color #E25F82: hue angle of 343.97º 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 #E25F82 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 130 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.11 |
| HSL | 343.97º | 0.69% | 0.63% | - |
| HSV(B) | 343.97º | 0.58% | 0.89% | - |
| XYZ | 39.49 | 25.96 | 24.05 | - |
| YUV | 138.16 | 123.4 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 130 | 0 | 0.58 | 0.42 | 0.11 | 343.97 | 0.69 | 0.63 |
| Hex | E2 | 5F | 82 | 0 | 3A | 2A | B | 158 | 45 | 3F |
| Octal | 342 | 137 | 202 | 0 | 72 | 52 | 13 | 530 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10000010 | 0 | 111010 | 101010 | 1011 | 101011000 | 1000101 | 111111 |
Color Harmonies of #E25F82
Complementary color
Monochromatic Colors of #E25F82
Black with #E25F82
Text Example
Text Example
White with #E25F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F82; }
p { color: rgb(226,95,130); }
H1.HeaderClassName
{
color: #E25F82;
}
.AnyTagClassName
{
color: #E25F82;
}
</style>
background-color css
<style>
a { background-color: #E25F82; }
a { background-color: rgb(226,95,130); }
div.DivClassName
{
background-color: #E25F82;
}
.BgClassName
{
background-color: #E25F82;
}
</style>
border-color css
<style>
span { border-color: #E25F82; }
span { border-color: rgb(226,95,130); }
td.TdClassName
{
border-color: #E25F82;
}
.TagClassName
{
border-color: #E25F82;
}
</style>