Shades of Dark Pink #E64F7D
Tints of Dark Pink #E64F7D
RGB
CMYK
RGB Variations
Color information
#E64F7D (or 0xE64F7D) is known color: Dark Pink. HEX triplet: E6, 4F and 7D. RGB value is (230,79,125). Sum of RGB (Red+Green+Blue) = 230+79+125=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F7D is #19B082. Grayscale: #818181. Windows color (decimal): -1683587 or 8212454. OLE color: 8212454.
HSL color Cylindrical-coordinate representation of color #E64F7D: hue angle of 341.72º 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 #E64F7D is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 125 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.10 |
| HSL | 341.72º | 0.75% | 0.61% | - |
| HSV(B) | 341.72º | 0.66% | 0.9% | - |
| XYZ | 39.13 | 23.9 | 21.95 | - |
| YUV | 129.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 125 | 0 | 0.66 | 0.46 | 0.10 | 341.72 | 0.75 | 0.61 |
| Hex | E6 | 4F | 7D | 0 | 42 | 2E | A | 156 | 4B | 3D |
| Octal | 346 | 117 | 175 | 0 | 102 | 56 | 12 | 526 | 113 | 75 |
| Binary | 11100110 | 1001111 | 1111101 | 0 | 1000010 | 101110 | 1010 | 101010110 | 1001011 | 111101 |
Color Harmonies of #E64F7D
Complementary color
Monochromatic Colors of #E64F7D
Black with #E64F7D
Text Example
Text Example
White with #E64F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F7D; }
p { color: rgb(230,79,125); }
H1.HeaderClassName
{
color: #E64F7D;
}
.AnyTagClassName
{
color: #E64F7D;
}
</style>
background-color css
<style>
a { background-color: #E64F7D; }
a { background-color: rgb(230,79,125); }
div.DivClassName
{
background-color: #E64F7D;
}
.BgClassName
{
background-color: #E64F7D;
}
</style>
border-color css
<style>
span { border-color: #E64F7D; }
span { border-color: rgb(230,79,125); }
td.TdClassName
{
border-color: #E64F7D;
}
.TagClassName
{
border-color: #E64F7D;
}
</style>