Shades of Dark Pink #E64A79
Tints of Dark Pink #E64A79
RGB
CMYK
RGB Variations
Color information
#E64A79 (or 0xE64A79) is known color: Dark Pink. HEX triplet: E6, 4A and 79. RGB value is (230,74,121). Sum of RGB (Red+Green+Blue) = 230+74+121=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A79 is #19B586. Grayscale: #7D7D7D. Windows color (decimal): -1684871 or 7949030. OLE color: 7949030.
HSL color Cylindrical-coordinate representation of color #E64A79: hue angle of 341.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 #E64A79 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 121 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.10 |
| HSL | 341.92º | 0.76% | 0.6% | - |
| HSV(B) | 341.92º | 0.68% | 0.9% | - |
| XYZ | 38.53 | 23.1 | 20.52 | - |
| YUV | 126 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 121 | 0 | 0.68 | 0.47 | 0.10 | 341.92 | 0.76 | 0.6 |
| Hex | E6 | 4A | 79 | 0 | 44 | 2F | A | 156 | 4C | 3C |
| Octal | 346 | 112 | 171 | 0 | 104 | 57 | 12 | 526 | 114 | 74 |
| Binary | 11100110 | 1001010 | 1111001 | 0 | 1000100 | 101111 | 1010 | 101010110 | 1001100 | 111100 |
Color Harmonies of #E64A79
Complementary color
Monochromatic Colors of #E64A79
Black with #E64A79
Text Example
Text Example
White with #E64A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A79; }
p { color: rgb(230,74,121); }
H1.HeaderClassName
{
color: #E64A79;
}
.AnyTagClassName
{
color: #E64A79;
}
</style>
background-color css
<style>
a { background-color: #E64A79; }
a { background-color: rgb(230,74,121); }
div.DivClassName
{
background-color: #E64A79;
}
.BgClassName
{
background-color: #E64A79;
}
</style>
border-color css
<style>
span { border-color: #E64A79; }
span { border-color: rgb(230,74,121); }
td.TdClassName
{
border-color: #E64A79;
}
.TagClassName
{
border-color: #E64A79;
}
</style>