Shades of Dark Pink #E64F8C
Tints of Dark Pink #E64F8C
RGB
CMYK
RGB Variations
Color information
#E64F8C (or 0xE64F8C) is known color: Dark Pink. HEX triplet: E6, 4F and 8C. RGB value is (230,79,140). Sum of RGB (Red+Green+Blue) = 230+79+140=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F8C is #19B073. Grayscale: #838383. Windows color (decimal): -1683572 or 9195494. OLE color: 9195494.
HSL color Cylindrical-coordinate representation of color #E64F8C: hue angle of 335.76º 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 #E64F8C is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 140 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.10 |
| HSL | 335.76º | 0.75% | 0.61% | - |
| HSV(B) | 335.76º | 0.66% | 0.9% | - |
| XYZ | 40.16 | 24.31 | 27.39 | - |
| YUV | 131.1 | 133.03 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 140 | 0 | 0.66 | 0.39 | 0.10 | 335.76 | 0.75 | 0.61 |
| Hex | E6 | 4F | 8C | 0 | 42 | 27 | A | 150 | 4B | 3D |
| Octal | 346 | 117 | 214 | 0 | 102 | 47 | 12 | 520 | 113 | 75 |
| Binary | 11100110 | 1001111 | 10001100 | 0 | 1000010 | 100111 | 1010 | 101010000 | 1001011 | 111101 |
Color Harmonies of #E64F8C
Complementary color
Monochromatic Colors of #E64F8C
Black with #E64F8C
Text Example
Text Example
White with #E64F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F8C; }
p { color: rgb(230,79,140); }
H1.HeaderClassName
{
color: #E64F8C;
}
.AnyTagClassName
{
color: #E64F8C;
}
</style>
background-color css
<style>
a { background-color: #E64F8C; }
a { background-color: rgb(230,79,140); }
div.DivClassName
{
background-color: #E64F8C;
}
.BgClassName
{
background-color: #E64F8C;
}
</style>
border-color css
<style>
span { border-color: #E64F8C; }
span { border-color: rgb(230,79,140); }
td.TdClassName
{
border-color: #E64F8C;
}
.TagClassName
{
border-color: #E64F8C;
}
</style>