Shades of Dark Pink #E64D77
Tints of Dark Pink #E64D77
RGB
CMYK
RGB Variations
Color information
#E64D77 (or 0xE64D77) is known color: Dark Pink. HEX triplet: E6, 4D and 77. RGB value is (230,77,119). Sum of RGB (Red+Green+Blue) = 230+77+119=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64D77 is #19B288. Grayscale: #7F7F7F. Windows color (decimal): -1684105 or 7818726. OLE color: 7818726.
HSL color Cylindrical-coordinate representation of color #E64D77: hue angle of 343.53º 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 #E64D77 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 119 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.10 |
| HSL | 343.53º | 0.75% | 0.6% | - |
| HSV(B) | 343.53º | 0.67% | 0.9% | - |
| XYZ | 38.62 | 23.46 | 19.95 | - |
| YUV | 127.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 119 | 0 | 0.67 | 0.48 | 0.10 | 343.53 | 0.75 | 0.6 |
| Hex | E6 | 4D | 77 | 0 | 43 | 30 | A | 158 | 4B | 3C |
| Octal | 346 | 115 | 167 | 0 | 103 | 60 | 12 | 530 | 113 | 74 |
| Binary | 11100110 | 1001101 | 1110111 | 0 | 1000011 | 110000 | 1010 | 101011000 | 1001011 | 111100 |
Color Harmonies of #E64D77
Complementary color
Monochromatic Colors of #E64D77
Black with #E64D77
Text Example
Text Example
White with #E64D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D77; }
p { color: rgb(230,77,119); }
H1.HeaderClassName
{
color: #E64D77;
}
.AnyTagClassName
{
color: #E64D77;
}
</style>
background-color css
<style>
a { background-color: #E64D77; }
a { background-color: rgb(230,77,119); }
div.DivClassName
{
background-color: #E64D77;
}
.BgClassName
{
background-color: #E64D77;
}
</style>
border-color css
<style>
span { border-color: #E64D77; }
span { border-color: rgb(230,77,119); }
td.TdClassName
{
border-color: #E64D77;
}
.TagClassName
{
border-color: #E64D77;
}
</style>