Shades of Dark Pink #E25482
Tints of Dark Pink #E25482
RGB
CMYK
RGB Variations
Color information
#E25482 (or 0xE25482) is known color: Dark Pink. HEX triplet: E2, 54 and 82. RGB value is (226,84,130). Sum of RGB (Red+Green+Blue) = 226+84+130=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E25482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25482 is #1DAB7D. Grayscale: #838383. Windows color (decimal): -1944446 or 8541410. OLE color: 8541410.
HSL color Cylindrical-coordinate representation of color #E25482: hue angle of 340.56º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25482 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 130 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.11 |
| HSL | 340.56º | 0.71% | 0.61% | - |
| HSV(B) | 340.56º | 0.63% | 0.89% | - |
| XYZ | 38.56 | 24.12 | 23.74 | - |
| YUV | 131.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 130 | 0 | 0.63 | 0.42 | 0.11 | 340.56 | 0.71 | 0.61 |
| Hex | E2 | 54 | 82 | 0 | 3F | 2A | B | 155 | 47 | 3D |
| Octal | 342 | 124 | 202 | 0 | 77 | 52 | 13 | 525 | 107 | 75 |
| Binary | 11100010 | 1010100 | 10000010 | 0 | 111111 | 101010 | 1011 | 101010101 | 1000111 | 111101 |
Color Harmonies of #E25482
Complementary color
Monochromatic Colors of #E25482
Black with #E25482
Text Example
Text Example
White with #E25482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25482; }
p { color: rgb(226,84,130); }
H1.HeaderClassName
{
color: #E25482;
}
.AnyTagClassName
{
color: #E25482;
}
</style>
background-color css
<style>
a { background-color: #E25482; }
a { background-color: rgb(226,84,130); }
div.DivClassName
{
background-color: #E25482;
}
.BgClassName
{
background-color: #E25482;
}
</style>
border-color css
<style>
span { border-color: #E25482; }
span { border-color: rgb(226,84,130); }
td.TdClassName
{
border-color: #E25482;
}
.TagClassName
{
border-color: #E25482;
}
</style>