Shades of Dark Pink #E64E7A
Tints of Dark Pink #E64E7A
RGB
CMYK
RGB Variations
Color information
#E64E7A (or 0xE64E7A) is known color: Dark Pink. HEX triplet: E6, 4E and 7A. RGB value is (230,78,122). Sum of RGB (Red+Green+Blue) = 230+78+122=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64E7A is #19B185. Grayscale: #808080. Windows color (decimal): -1683846 or 8015590. OLE color: 8015590.
HSL color Cylindrical-coordinate representation of color #E64E7A: hue angle of 342.63º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64E7A is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 122 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.10 |
| HSL | 342.63º | 0.75% | 0.6% | - |
| HSV(B) | 342.63º | 0.66% | 0.9% | - |
| XYZ | 38.87 | 23.68 | 20.93 | - |
| YUV | 128.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 122 | 0 | 0.66 | 0.47 | 0.10 | 342.63 | 0.75 | 0.6 |
| Hex | E6 | 4E | 7A | 0 | 42 | 2F | A | 157 | 4B | 3C |
| Octal | 346 | 116 | 172 | 0 | 102 | 57 | 12 | 527 | 113 | 74 |
| Binary | 11100110 | 1001110 | 1111010 | 0 | 1000010 | 101111 | 1010 | 101010111 | 1001011 | 111100 |
Color Harmonies of #E64E7A
Complementary color
Monochromatic Colors of #E64E7A
Black with #E64E7A
Text Example
Text Example
White with #E64E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E7A; }
p { color: rgb(230,78,122); }
H1.HeaderClassName
{
color: #E64E7A;
}
.AnyTagClassName
{
color: #E64E7A;
}
</style>
background-color css
<style>
a { background-color: #E64E7A; }
a { background-color: rgb(230,78,122); }
div.DivClassName
{
background-color: #E64E7A;
}
.BgClassName
{
background-color: #E64E7A;
}
</style>
border-color css
<style>
span { border-color: #E64E7A; }
span { border-color: rgb(230,78,122); }
td.TdClassName
{
border-color: #E64E7A;
}
.TagClassName
{
border-color: #E64E7A;
}
</style>