Shades of Dark Pink #E64A86
Tints of Dark Pink #E64A86
RGB
CMYK
RGB Variations
Color information
#E64A86 (or 0xE64A86) is known color: Dark Pink. HEX triplet: E6, 4A and 86. RGB value is (230,74,134). Sum of RGB (Red+Green+Blue) = 230+74+134=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64A86 is #19B579. Grayscale: #7F7F7F. Windows color (decimal): -1684858 or 8800998. OLE color: 8800998.
HSL color Cylindrical-coordinate representation of color #E64A86: hue angle of 336.92º 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 #E64A86 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 134 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.10 |
| HSL | 336.92º | 0.76% | 0.6% | - |
| HSV(B) | 336.92º | 0.68% | 0.9% | - |
| XYZ | 39.38 | 23.44 | 25 | - |
| YUV | 127.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 134 | 0 | 0.68 | 0.42 | 0.10 | 336.92 | 0.76 | 0.6 |
| Hex | E6 | 4A | 86 | 0 | 44 | 2A | A | 151 | 4C | 3C |
| Octal | 346 | 112 | 206 | 0 | 104 | 52 | 12 | 521 | 114 | 74 |
| Binary | 11100110 | 1001010 | 10000110 | 0 | 1000100 | 101010 | 1010 | 101010001 | 1001100 | 111100 |
Color Harmonies of #E64A86
Complementary color
Monochromatic Colors of #E64A86
Black with #E64A86
Text Example
Text Example
White with #E64A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A86; }
p { color: rgb(230,74,134); }
H1.HeaderClassName
{
color: #E64A86;
}
.AnyTagClassName
{
color: #E64A86;
}
</style>
background-color css
<style>
a { background-color: #E64A86; }
a { background-color: rgb(230,74,134); }
div.DivClassName
{
background-color: #E64A86;
}
.BgClassName
{
background-color: #E64A86;
}
</style>
border-color css
<style>
span { border-color: #E64A86; }
span { border-color: rgb(230,74,134); }
td.TdClassName
{
border-color: #E64A86;
}
.TagClassName
{
border-color: #E64A86;
}
</style>