Shades of Dark Pink #E25D82
Tints of Dark Pink #E25D82
RGB
CMYK
RGB Variations
Color information
#E25D82 (or 0xE25D82) is known color: Dark Pink. HEX triplet: E2, 5D and 82. RGB value is (226,93,130). Sum of RGB (Red+Green+Blue) = 226+93+130=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D82 is #1DA27D. Grayscale: #888888. Windows color (decimal): -1942142 or 8543714. OLE color: 8543714.
HSL color Cylindrical-coordinate representation of color #E25D82: hue angle of 343.31º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D82 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 130 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.11 |
| HSL | 343.31º | 0.7% | 0.63% | - |
| HSV(B) | 343.31º | 0.59% | 0.89% | - |
| XYZ | 39.31 | 25.61 | 23.99 | - |
| YUV | 136.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 130 | 0 | 0.59 | 0.42 | 0.11 | 343.31 | 0.7 | 0.63 |
| Hex | E2 | 5D | 82 | 0 | 3B | 2A | B | 157 | 46 | 3F |
| Octal | 342 | 135 | 202 | 0 | 73 | 52 | 13 | 527 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10000010 | 0 | 111011 | 101010 | 1011 | 101010111 | 1000110 | 111111 |
Color Harmonies of #E25D82
Complementary color
Monochromatic Colors of #E25D82
Black with #E25D82
Text Example
Text Example
White with #E25D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D82; }
p { color: rgb(226,93,130); }
H1.HeaderClassName
{
color: #E25D82;
}
.AnyTagClassName
{
color: #E25D82;
}
</style>
background-color css
<style>
a { background-color: #E25D82; }
a { background-color: rgb(226,93,130); }
div.DivClassName
{
background-color: #E25D82;
}
.BgClassName
{
background-color: #E25D82;
}
</style>
border-color css
<style>
span { border-color: #E25D82; }
span { border-color: rgb(226,93,130); }
td.TdClassName
{
border-color: #E25D82;
}
.TagClassName
{
border-color: #E25D82;
}
</style>