Shades of Dark Pink #E64A7A
Tints of Dark Pink #E64A7A
RGB
CMYK
RGB Variations
Color information
#E64A7A (or 0xE64A7A) is known color: Dark Pink. HEX triplet: E6, 4A and 7A. RGB value is (230,74,122). Sum of RGB (Red+Green+Blue) = 230+74+122=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A7A is #19B585. Grayscale: #7E7E7E. Windows color (decimal): -1684870 or 8014566. OLE color: 8014566.
HSL color Cylindrical-coordinate representation of color #E64A7A: hue angle of 341.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 #E64A7A is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 122 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.10 |
| HSL | 341.54º | 0.76% | 0.6% | - |
| HSV(B) | 341.54º | 0.68% | 0.9% | - |
| XYZ | 38.59 | 23.13 | 20.84 | - |
| YUV | 126.12 | 125.68 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 122 | 0 | 0.68 | 0.47 | 0.10 | 341.54 | 0.76 | 0.6 |
| Hex | E6 | 4A | 7A | 0 | 44 | 2F | A | 156 | 4C | 3C |
| Octal | 346 | 112 | 172 | 0 | 104 | 57 | 12 | 526 | 114 | 74 |
| Binary | 11100110 | 1001010 | 1111010 | 0 | 1000100 | 101111 | 1010 | 101010110 | 1001100 | 111100 |
Color Harmonies of #E64A7A
Complementary color
Monochromatic Colors of #E64A7A
Black with #E64A7A
Text Example
Text Example
White with #E64A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A7A; }
p { color: rgb(230,74,122); }
H1.HeaderClassName
{
color: #E64A7A;
}
.AnyTagClassName
{
color: #E64A7A;
}
</style>
background-color css
<style>
a { background-color: #E64A7A; }
a { background-color: rgb(230,74,122); }
div.DivClassName
{
background-color: #E64A7A;
}
.BgClassName
{
background-color: #E64A7A;
}
</style>
border-color css
<style>
span { border-color: #E64A7A; }
span { border-color: rgb(230,74,122); }
td.TdClassName
{
border-color: #E64A7A;
}
.TagClassName
{
border-color: #E64A7A;
}
</style>