Shades of Dark Pink #E64A87
Tints of Dark Pink #E64A87
RGB
CMYK
RGB Variations
Color information
#E64A87 (or 0xE64A87) is known color: Dark Pink. HEX triplet: E6, 4A and 87. RGB value is (230,74,135). Sum of RGB (Red+Green+Blue) = 230+74+135=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64A87 is #19B578. Grayscale: #7F7F7F. Windows color (decimal): -1684857 or 8866534. OLE color: 8866534.
HSL color Cylindrical-coordinate representation of color #E64A87: hue angle of 336.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64A87 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 135 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.10 |
| HSL | 336.54º | 0.76% | 0.6% | - |
| HSV(B) | 336.54º | 0.68% | 0.9% | - |
| XYZ | 39.46 | 23.47 | 25.37 | - |
| YUV | 127.6 | 132.18 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 135 | 0 | 0.68 | 0.41 | 0.10 | 336.54 | 0.76 | 0.6 |
| Hex | E6 | 4A | 87 | 0 | 44 | 29 | A | 151 | 4C | 3C |
| Octal | 346 | 112 | 207 | 0 | 104 | 51 | 12 | 521 | 114 | 74 |
| Binary | 11100110 | 1001010 | 10000111 | 0 | 1000100 | 101001 | 1010 | 101010001 | 1001100 | 111100 |
Color Harmonies of #E64A87
Complementary color
Monochromatic Colors of #E64A87
Black with #E64A87
Text Example
Text Example
White with #E64A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A87; }
p { color: rgb(230,74,135); }
H1.HeaderClassName
{
color: #E64A87;
}
.AnyTagClassName
{
color: #E64A87;
}
</style>
background-color css
<style>
a { background-color: #E64A87; }
a { background-color: rgb(230,74,135); }
div.DivClassName
{
background-color: #E64A87;
}
.BgClassName
{
background-color: #E64A87;
}
</style>
border-color css
<style>
span { border-color: #E64A87; }
span { border-color: rgb(230,74,135); }
td.TdClassName
{
border-color: #E64A87;
}
.TagClassName
{
border-color: #E64A87;
}
</style>