Shades of Dark Pink #E2617C
Tints of Dark Pink #E2617C
RGB
CMYK
RGB Variations
Color information
#E2617C (or 0xE2617C) is known color: Dark Pink. HEX triplet: E2, 61 and 7C. RGB value is (226,97,124). Sum of RGB (Red+Green+Blue) = 226+97+124=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2617C is #1D9E83. Grayscale: #8A8A8A. Windows color (decimal): -1941124 or 8151522. OLE color: 8151522.
HSL color Cylindrical-coordinate representation of color #E2617C: hue angle of 347.44º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2617C is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 124 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.11 |
| HSL | 347.44º | 0.69% | 0.63% | - |
| HSV(B) | 347.44º | 0.57% | 0.89% | - |
| XYZ | 39.28 | 26.17 | 22.05 | - |
| YUV | 138.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 124 | 0 | 0.57 | 0.45 | 0.11 | 347.44 | 0.69 | 0.63 |
| Hex | E2 | 61 | 7C | 0 | 39 | 2D | B | 15B | 45 | 3F |
| Octal | 342 | 141 | 174 | 0 | 71 | 55 | 13 | 533 | 105 | 77 |
| Binary | 11100010 | 1100001 | 1111100 | 0 | 111001 | 101101 | 1011 | 101011011 | 1000101 | 111111 |
Color Harmonies of #E2617C
Complementary color
Monochromatic Colors of #E2617C
Black with #E2617C
Text Example
Text Example
White with #E2617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2617C; }
p { color: rgb(226,97,124); }
H1.HeaderClassName
{
color: #E2617C;
}
.AnyTagClassName
{
color: #E2617C;
}
</style>
background-color css
<style>
a { background-color: #E2617C; }
a { background-color: rgb(226,97,124); }
div.DivClassName
{
background-color: #E2617C;
}
.BgClassName
{
background-color: #E2617C;
}
</style>
border-color css
<style>
span { border-color: #E2617C; }
span { border-color: rgb(226,97,124); }
td.TdClassName
{
border-color: #E2617C;
}
.TagClassName
{
border-color: #E2617C;
}
</style>