Shades of Dark Pink #E64D7D
Tints of Dark Pink #E64D7D
RGB
CMYK
RGB Variations
Color information
#E64D7D (or 0xE64D7D) is known color: Dark Pink. HEX triplet: E6, 4D and 7D. RGB value is (230,77,125). Sum of RGB (Red+Green+Blue) = 230+77+125=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64D7D is #19B282. Grayscale: #808080. Windows color (decimal): -1684099 or 8211942. OLE color: 8211942.
HSL color Cylindrical-coordinate representation of color #E64D7D: hue angle of 341.18º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64D7D is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 125 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.10 |
| HSL | 341.18º | 0.75% | 0.6% | - |
| HSV(B) | 341.18º | 0.67% | 0.9% | - |
| XYZ | 38.99 | 23.61 | 21.9 | - |
| YUV | 128.22 | 126.19 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 125 | 0 | 0.67 | 0.46 | 0.10 | 341.18 | 0.75 | 0.6 |
| Hex | E6 | 4D | 7D | 0 | 43 | 2E | A | 155 | 4B | 3C |
| Octal | 346 | 115 | 175 | 0 | 103 | 56 | 12 | 525 | 113 | 74 |
| Binary | 11100110 | 1001101 | 1111101 | 0 | 1000011 | 101110 | 1010 | 101010101 | 1001011 | 111100 |
Color Harmonies of #E64D7D
Complementary color
Monochromatic Colors of #E64D7D
Black with #E64D7D
Text Example
Text Example
White with #E64D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D7D; }
p { color: rgb(230,77,125); }
H1.HeaderClassName
{
color: #E64D7D;
}
.AnyTagClassName
{
color: #E64D7D;
}
</style>
background-color css
<style>
a { background-color: #E64D7D; }
a { background-color: rgb(230,77,125); }
div.DivClassName
{
background-color: #E64D7D;
}
.BgClassName
{
background-color: #E64D7D;
}
</style>
border-color css
<style>
span { border-color: #E64D7D; }
span { border-color: rgb(230,77,125); }
td.TdClassName
{
border-color: #E64D7D;
}
.TagClassName
{
border-color: #E64D7D;
}
</style>