Shades of Dark Pink #E64F7A
Tints of Dark Pink #E64F7A
RGB
CMYK
RGB Variations
Color information
#E64F7A (or 0xE64F7A) is known color: Dark Pink. HEX triplet: E6, 4F and 7A. RGB value is (230,79,122). Sum of RGB (Red+Green+Blue) = 230+79+122=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F7A is #19B085. Grayscale: #818181. Windows color (decimal): -1683590 or 8015846. OLE color: 8015846.
HSL color Cylindrical-coordinate representation of color #E64F7A: hue angle of 342.91º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64F7A is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 122 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.10 |
| HSL | 342.91º | 0.75% | 0.61% | - |
| HSV(B) | 342.91º | 0.66% | 0.9% | - |
| XYZ | 38.94 | 23.82 | 20.96 | - |
| YUV | 129.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 122 | 0 | 0.66 | 0.47 | 0.10 | 342.91 | 0.75 | 0.61 |
| Hex | E6 | 4F | 7A | 0 | 42 | 2F | A | 157 | 4B | 3D |
| Octal | 346 | 117 | 172 | 0 | 102 | 57 | 12 | 527 | 113 | 75 |
| Binary | 11100110 | 1001111 | 1111010 | 0 | 1000010 | 101111 | 1010 | 101010111 | 1001011 | 111101 |
Color Harmonies of #E64F7A
Complementary color
Monochromatic Colors of #E64F7A
Black with #E64F7A
Text Example
Text Example
White with #E64F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F7A; }
p { color: rgb(230,79,122); }
H1.HeaderClassName
{
color: #E64F7A;
}
.AnyTagClassName
{
color: #E64F7A;
}
</style>
background-color css
<style>
a { background-color: #E64F7A; }
a { background-color: rgb(230,79,122); }
div.DivClassName
{
background-color: #E64F7A;
}
.BgClassName
{
background-color: #E64F7A;
}
</style>
border-color css
<style>
span { border-color: #E64F7A; }
span { border-color: rgb(230,79,122); }
td.TdClassName
{
border-color: #E64F7A;
}
.TagClassName
{
border-color: #E64F7A;
}
</style>