Shades of Dark Pink #E25C82
Tints of Dark Pink #E25C82
RGB
CMYK
RGB Variations
Color information
#E25C82 (or 0xE25C82) is known color: Dark Pink. HEX triplet: E2, 5C and 82. RGB value is (226,92,130). Sum of RGB (Red+Green+Blue) = 226+92+130=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25C82 is #1DA37D. Grayscale: #888888. Windows color (decimal): -1942398 or 8543458. OLE color: 8543458.
HSL color Cylindrical-coordinate representation of color #E25C82: hue angle of 342.99º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25C82 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 130 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.11 |
| HSL | 342.99º | 0.7% | 0.62% | - |
| HSV(B) | 342.99º | 0.59% | 0.89% | - |
| XYZ | 39.22 | 25.43 | 23.96 | - |
| YUV | 136.4 | 124.39 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 130 | 0 | 0.59 | 0.42 | 0.11 | 342.99 | 0.7 | 0.62 |
| Hex | E2 | 5C | 82 | 0 | 3B | 2A | B | 157 | 46 | 3E |
| Octal | 342 | 134 | 202 | 0 | 73 | 52 | 13 | 527 | 106 | 76 |
| Binary | 11100010 | 1011100 | 10000010 | 0 | 111011 | 101010 | 1011 | 101010111 | 1000110 | 111110 |
Color Harmonies of #E25C82
Complementary color
Monochromatic Colors of #E25C82
Black with #E25C82
Text Example
Text Example
White with #E25C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C82; }
p { color: rgb(226,92,130); }
H1.HeaderClassName
{
color: #E25C82;
}
.AnyTagClassName
{
color: #E25C82;
}
</style>
background-color css
<style>
a { background-color: #E25C82; }
a { background-color: rgb(226,92,130); }
div.DivClassName
{
background-color: #E25C82;
}
.BgClassName
{
background-color: #E25C82;
}
</style>
border-color css
<style>
span { border-color: #E25C82; }
span { border-color: rgb(226,92,130); }
td.TdClassName
{
border-color: #E25C82;
}
.TagClassName
{
border-color: #E25C82;
}
</style>