Shades of Dark Pink #E8617D
Tints of Dark Pink #E8617D
RGB
CMYK
RGB Variations
Color information
#E8617D (or 0xE8617D) is known color: Dark Pink. HEX triplet: E8, 61 and 7D. RGB value is (232,97,125). Sum of RGB (Red+Green+Blue) = 232+97+125=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E8617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8617D is #179E82. Grayscale: #8C8C8C. Windows color (decimal): -1547907 or 8217064. OLE color: 8217064.
HSL color Cylindrical-coordinate representation of color #E8617D: hue angle of 347.56º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E8617D is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 125 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.09 |
| HSL | 347.56º | 0.75% | 0.65% | - |
| HSV(B) | 347.56º | 0.58% | 0.91% | - |
| XYZ | 41.26 | 27.19 | 22.48 | - |
| YUV | 140.56 | 119.23 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 125 | 0 | 0.58 | 0.46 | 0.09 | 347.56 | 0.75 | 0.65 |
| Hex | E8 | 61 | 7D | 0 | 3A | 2E | 9 | 15C | 4B | 41 |
| Octal | 350 | 141 | 175 | 0 | 72 | 56 | 11 | 534 | 113 | 101 |
| Binary | 11101000 | 1100001 | 1111101 | 0 | 111010 | 101110 | 1001 | 101011100 | 1001011 | 1000001 |
Color Harmonies of #E8617D
Complementary color
Monochromatic Colors of #E8617D
Black with #E8617D
Text Example
Text Example
White with #E8617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8617D; }
p { color: rgb(232,97,125); }
H1.HeaderClassName
{
color: #E8617D;
}
.AnyTagClassName
{
color: #E8617D;
}
</style>
background-color css
<style>
a { background-color: #E8617D; }
a { background-color: rgb(232,97,125); }
div.DivClassName
{
background-color: #E8617D;
}
.BgClassName
{
background-color: #E8617D;
}
</style>
border-color css
<style>
span { border-color: #E8617D; }
span { border-color: rgb(232,97,125); }
td.TdClassName
{
border-color: #E8617D;
}
.TagClassName
{
border-color: #E8617D;
}
</style>