Shades of Dark Pink #E64F87
Tints of Dark Pink #E64F87
RGB
CMYK
RGB Variations
Color information
#E64F87 (or 0xE64F87) is known color: Dark Pink. HEX triplet: E6, 4F and 87. RGB value is (230,79,135). Sum of RGB (Red+Green+Blue) = 230+79+135=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F87 is #19B078. Grayscale: #828282. Windows color (decimal): -1683577 or 8867814. OLE color: 8867814.
HSL color Cylindrical-coordinate representation of color #E64F87: hue angle of 337.75º 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 #E64F87 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 135 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.10 |
| HSL | 337.75º | 0.75% | 0.61% | - |
| HSV(B) | 337.75º | 0.66% | 0.9% | - |
| XYZ | 39.8 | 24.16 | 25.49 | - |
| YUV | 130.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 135 | 0 | 0.66 | 0.41 | 0.10 | 337.75 | 0.75 | 0.61 |
| Hex | E6 | 4F | 87 | 0 | 42 | 29 | A | 152 | 4B | 3D |
| Octal | 346 | 117 | 207 | 0 | 102 | 51 | 12 | 522 | 113 | 75 |
| Binary | 11100110 | 1001111 | 10000111 | 0 | 1000010 | 101001 | 1010 | 101010010 | 1001011 | 111101 |
Color Harmonies of #E64F87
Complementary color
Monochromatic Colors of #E64F87
Black with #E64F87
Text Example
Text Example
White with #E64F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F87; }
p { color: rgb(230,79,135); }
H1.HeaderClassName
{
color: #E64F87;
}
.AnyTagClassName
{
color: #E64F87;
}
</style>
background-color css
<style>
a { background-color: #E64F87; }
a { background-color: rgb(230,79,135); }
div.DivClassName
{
background-color: #E64F87;
}
.BgClassName
{
background-color: #E64F87;
}
</style>
border-color css
<style>
span { border-color: #E64F87; }
span { border-color: rgb(230,79,135); }
td.TdClassName
{
border-color: #E64F87;
}
.TagClassName
{
border-color: #E64F87;
}
</style>