Shades of Dark Pink #E64F76
Tints of Dark Pink #E64F76
RGB
CMYK
RGB Variations
Color information
#E64F76 (or 0xE64F76) is known color: Dark Pink. HEX triplet: E6, 4F and 76. RGB value is (230,79,118). Sum of RGB (Red+Green+Blue) = 230+79+118=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F76 is #19B089. Grayscale: #808080. Windows color (decimal): -1683594 or 7753702. OLE color: 7753702.
HSL color Cylindrical-coordinate representation of color #E64F76: hue angle of 344.5º 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 #E64F76 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 118 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.10 |
| HSL | 344.5º | 0.75% | 0.61% | - |
| HSV(B) | 344.5º | 0.66% | 0.9% | - |
| XYZ | 38.7 | 23.72 | 19.68 | - |
| YUV | 128.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 118 | 0 | 0.66 | 0.49 | 0.10 | 344.5 | 0.75 | 0.61 |
| Hex | E6 | 4F | 76 | 0 | 42 | 31 | A | 159 | 4B | 3D |
| Octal | 346 | 117 | 166 | 0 | 102 | 61 | 12 | 531 | 113 | 75 |
| Binary | 11100110 | 1001111 | 1110110 | 0 | 1000010 | 110001 | 1010 | 101011001 | 1001011 | 111101 |
Color Harmonies of #E64F76
Complementary color
Monochromatic Colors of #E64F76
Black with #E64F76
Text Example
Text Example
White with #E64F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F76; }
p { color: rgb(230,79,118); }
H1.HeaderClassName
{
color: #E64F76;
}
.AnyTagClassName
{
color: #E64F76;
}
</style>
background-color css
<style>
a { background-color: #E64F76; }
a { background-color: rgb(230,79,118); }
div.DivClassName
{
background-color: #E64F76;
}
.BgClassName
{
background-color: #E64F76;
}
</style>
border-color css
<style>
span { border-color: #E64F76; }
span { border-color: rgb(230,79,118); }
td.TdClassName
{
border-color: #E64F76;
}
.TagClassName
{
border-color: #E64F76;
}
</style>