Shades of Dark Pink #E64D88
Tints of Dark Pink #E64D88
RGB
CMYK
RGB Variations
Color information
#E64D88 (or 0xE64D88) is known color: Dark Pink. HEX triplet: E6, 4D and 88. RGB value is (230,77,136). Sum of RGB (Red+Green+Blue) = 230+77+136=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D88 is #19B277. Grayscale: #818181. Windows color (decimal): -1684088 or 8932838. OLE color: 8932838.
HSL color Cylindrical-coordinate representation of color #E64D88: hue angle of 336.86º 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 #E64D88 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 136 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.10 |
| HSL | 336.86º | 0.75% | 0.6% | - |
| HSV(B) | 336.86º | 0.67% | 0.9% | - |
| XYZ | 39.73 | 23.91 | 25.81 | - |
| YUV | 129.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 136 | 0 | 0.67 | 0.41 | 0.10 | 336.86 | 0.75 | 0.6 |
| Hex | E6 | 4D | 88 | 0 | 43 | 29 | A | 151 | 4B | 3C |
| Octal | 346 | 115 | 210 | 0 | 103 | 51 | 12 | 521 | 113 | 74 |
| Binary | 11100110 | 1001101 | 10001000 | 0 | 1000011 | 101001 | 1010 | 101010001 | 1001011 | 111100 |
Color Harmonies of #E64D88
Complementary color
Monochromatic Colors of #E64D88
Black with #E64D88
Text Example
Text Example
White with #E64D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D88; }
p { color: rgb(230,77,136); }
H1.HeaderClassName
{
color: #E64D88;
}
.AnyTagClassName
{
color: #E64D88;
}
</style>
background-color css
<style>
a { background-color: #E64D88; }
a { background-color: rgb(230,77,136); }
div.DivClassName
{
background-color: #E64D88;
}
.BgClassName
{
background-color: #E64D88;
}
</style>
border-color css
<style>
span { border-color: #E64D88; }
span { border-color: rgb(230,77,136); }
td.TdClassName
{
border-color: #E64D88;
}
.TagClassName
{
border-color: #E64D88;
}
</style>