Shades of Dark Pink #E64D8A
Tints of Dark Pink #E64D8A
RGB
CMYK
RGB Variations
Color information
#E64D8A (or 0xE64D8A) is known color: Dark Pink. HEX triplet: E6, 4D and 8A. RGB value is (230,77,138). Sum of RGB (Red+Green+Blue) = 230+77+138=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D8A is #19B275. Grayscale: #818181. Windows color (decimal): -1684086 or 9063910. OLE color: 9063910.
HSL color Cylindrical-coordinate representation of color #E64D8A: hue angle of 336.08º 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 #E64D8A is Cyan = 0, Magento = 0.67, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 138 | - |
| CMYK | 0 | 0.67 | 0.4 | 0.10 |
| HSL | 336.08º | 0.75% | 0.6% | - |
| HSV(B) | 336.08º | 0.67% | 0.9% | - |
| XYZ | 39.87 | 23.97 | 26.57 | - |
| YUV | 129.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 138 | 0 | 0.67 | 0.4 | 0.10 | 336.08 | 0.75 | 0.6 |
| Hex | E6 | 4D | 8A | 0 | 43 | 28 | A | 150 | 4B | 3C |
| Octal | 346 | 115 | 212 | 0 | 103 | 50 | 12 | 520 | 113 | 74 |
| Binary | 11100110 | 1001101 | 10001010 | 0 | 1000011 | 101000 | 1010 | 101010000 | 1001011 | 111100 |
Color Harmonies of #E64D8A
Complementary color
Monochromatic Colors of #E64D8A
Black with #E64D8A
Text Example
Text Example
White with #E64D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D8A; }
p { color: rgb(230,77,138); }
H1.HeaderClassName
{
color: #E64D8A;
}
.AnyTagClassName
{
color: #E64D8A;
}
</style>
background-color css
<style>
a { background-color: #E64D8A; }
a { background-color: rgb(230,77,138); }
div.DivClassName
{
background-color: #E64D8A;
}
.BgClassName
{
background-color: #E64D8A;
}
</style>
border-color css
<style>
span { border-color: #E64D8A; }
span { border-color: rgb(230,77,138); }
td.TdClassName
{
border-color: #E64D8A;
}
.TagClassName
{
border-color: #E64D8A;
}
</style>