Shades of Dark Pink #E25C8E
Tints of Dark Pink #E25C8E
RGB
CMYK
RGB Variations
Color information
#E25C8E (or 0xE25C8E) is known color: Dark Pink. HEX triplet: E2, 5C and 8E. RGB value is (226,92,142). Sum of RGB (Red+Green+Blue) = 226+92+142=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25C8E is #1DA371. Grayscale: #898989. Windows color (decimal): -1942386 or 9329890. OLE color: 9329890.
HSL color Cylindrical-coordinate representation of color #E25C8E: hue angle of 337.61º 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 #E25C8E is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 142 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.11 |
| HSL | 337.61º | 0.7% | 0.62% | - |
| HSV(B) | 337.61º | 0.59% | 0.89% | - |
| XYZ | 40.07 | 25.78 | 28.45 | - |
| YUV | 137.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 142 | 0 | 0.59 | 0.37 | 0.11 | 337.61 | 0.7 | 0.62 |
| Hex | E2 | 5C | 8E | 0 | 3B | 25 | B | 152 | 46 | 3E |
| Octal | 342 | 134 | 216 | 0 | 73 | 45 | 13 | 522 | 106 | 76 |
| Binary | 11100010 | 1011100 | 10001110 | 0 | 111011 | 100101 | 1011 | 101010010 | 1000110 | 111110 |
Color Harmonies of #E25C8E
Complementary color
Monochromatic Colors of #E25C8E
Black with #E25C8E
Text Example
Text Example
White with #E25C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C8E; }
p { color: rgb(226,92,142); }
H1.HeaderClassName
{
color: #E25C8E;
}
.AnyTagClassName
{
color: #E25C8E;
}
</style>
background-color css
<style>
a { background-color: #E25C8E; }
a { background-color: rgb(226,92,142); }
div.DivClassName
{
background-color: #E25C8E;
}
.BgClassName
{
background-color: #E25C8E;
}
</style>
border-color css
<style>
span { border-color: #E25C8E; }
span { border-color: rgb(226,92,142); }
td.TdClassName
{
border-color: #E25C8E;
}
.TagClassName
{
border-color: #E25C8E;
}
</style>