Shades of Dark Pink #E64F78
Tints of Dark Pink #E64F78
RGB
CMYK
RGB Variations
Color information
#E64F78 (or 0xE64F78) is known color: Dark Pink. HEX triplet: E6, 4F and 78. RGB value is (230,79,120). Sum of RGB (Red+Green+Blue) = 230+79+120=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F78 is #19B087. Grayscale: #808080. Windows color (decimal): -1683592 or 7884774. OLE color: 7884774.
HSL color Cylindrical-coordinate representation of color #E64F78: hue angle of 343.71º 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 #E64F78 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 120 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.10 |
| HSL | 343.71º | 0.75% | 0.61% | - |
| HSV(B) | 343.71º | 0.66% | 0.9% | - |
| XYZ | 38.82 | 23.77 | 20.31 | - |
| YUV | 128.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 120 | 0 | 0.66 | 0.48 | 0.10 | 343.71 | 0.75 | 0.61 |
| Hex | E6 | 4F | 78 | 0 | 42 | 30 | A | 158 | 4B | 3D |
| Octal | 346 | 117 | 170 | 0 | 102 | 60 | 12 | 530 | 113 | 75 |
| Binary | 11100110 | 1001111 | 1111000 | 0 | 1000010 | 110000 | 1010 | 101011000 | 1001011 | 111101 |
Color Harmonies of #E64F78
Complementary color
Monochromatic Colors of #E64F78
Black with #E64F78
Text Example
Text Example
White with #E64F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F78; }
p { color: rgb(230,79,120); }
H1.HeaderClassName
{
color: #E64F78;
}
.AnyTagClassName
{
color: #E64F78;
}
</style>
background-color css
<style>
a { background-color: #E64F78; }
a { background-color: rgb(230,79,120); }
div.DivClassName
{
background-color: #E64F78;
}
.BgClassName
{
background-color: #E64F78;
}
</style>
border-color css
<style>
span { border-color: #E64F78; }
span { border-color: rgb(230,79,120); }
td.TdClassName
{
border-color: #E64F78;
}
.TagClassName
{
border-color: #E64F78;
}
</style>