Shades of Dark Pink #E6617D
Tints of Dark Pink #E6617D
RGB
CMYK
RGB Variations
Color information
#E6617D (or 0xE6617D) is known color: Dark Pink. HEX triplet: E6, 61 and 7D. RGB value is (230,97,125). Sum of RGB (Red+Green+Blue) = 230+97+125=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6617D is #199E82. Grayscale: #8B8B8B. Windows color (decimal): -1678979 or 8217062. OLE color: 8217062.
HSL color Cylindrical-coordinate representation of color #E6617D: hue angle of 347.37º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6617D is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 125 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.10 |
| HSL | 347.37º | 0.73% | 0.64% | - |
| HSV(B) | 347.37º | 0.58% | 0.9% | - |
| XYZ | 40.61 | 26.85 | 22.44 | - |
| YUV | 139.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 125 | 0 | 0.58 | 0.46 | 0.10 | 347.37 | 0.73 | 0.64 |
| Hex | E6 | 61 | 7D | 0 | 3A | 2E | A | 15B | 49 | 40 |
| Octal | 346 | 141 | 175 | 0 | 72 | 56 | 12 | 533 | 111 | 100 |
| Binary | 11100110 | 1100001 | 1111101 | 0 | 111010 | 101110 | 1010 | 101011011 | 1001001 | 1000000 |
Color Harmonies of #E6617D
Complementary color
Monochromatic Colors of #E6617D
Black with #E6617D
Text Example
Text Example
White with #E6617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6617D; }
p { color: rgb(230,97,125); }
H1.HeaderClassName
{
color: #E6617D;
}
.AnyTagClassName
{
color: #E6617D;
}
</style>
background-color css
<style>
a { background-color: #E6617D; }
a { background-color: rgb(230,97,125); }
div.DivClassName
{
background-color: #E6617D;
}
.BgClassName
{
background-color: #E6617D;
}
</style>
border-color css
<style>
span { border-color: #E6617D; }
span { border-color: rgb(230,97,125); }
td.TdClassName
{
border-color: #E6617D;
}
.TagClassName
{
border-color: #E6617D;
}
</style>