Shades of Dark Pink #E64F84
Tints of Dark Pink #E64F84
RGB
CMYK
RGB Variations
Color information
#E64F84 (or 0xE64F84) is known color: Dark Pink. HEX triplet: E6, 4F and 84. RGB value is (230,79,132). Sum of RGB (Red+Green+Blue) = 230+79+132=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F84 is #19B07B. Grayscale: #828282. Windows color (decimal): -1683580 or 8671206. OLE color: 8671206.
HSL color Cylindrical-coordinate representation of color #E64F84: hue angle of 338.94º 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 #E64F84 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 132 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.10 |
| HSL | 338.94º | 0.75% | 0.61% | - |
| HSV(B) | 338.94º | 0.66% | 0.9% | - |
| XYZ | 39.59 | 24.08 | 24.39 | - |
| YUV | 130.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 132 | 0 | 0.66 | 0.43 | 0.10 | 338.94 | 0.75 | 0.61 |
| Hex | E6 | 4F | 84 | 0 | 42 | 2B | A | 153 | 4B | 3D |
| Octal | 346 | 117 | 204 | 0 | 102 | 53 | 12 | 523 | 113 | 75 |
| Binary | 11100110 | 1001111 | 10000100 | 0 | 1000010 | 101011 | 1010 | 101010011 | 1001011 | 111101 |
Color Harmonies of #E64F84
Complementary color
Monochromatic Colors of #E64F84
Black with #E64F84
Text Example
Text Example
White with #E64F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F84; }
p { color: rgb(230,79,132); }
H1.HeaderClassName
{
color: #E64F84;
}
.AnyTagClassName
{
color: #E64F84;
}
</style>
background-color css
<style>
a { background-color: #E64F84; }
a { background-color: rgb(230,79,132); }
div.DivClassName
{
background-color: #E64F84;
}
.BgClassName
{
background-color: #E64F84;
}
</style>
border-color css
<style>
span { border-color: #E64F84; }
span { border-color: rgb(230,79,132); }
td.TdClassName
{
border-color: #E64F84;
}
.TagClassName
{
border-color: #E64F84;
}
</style>