Shades of Dark Pink #E64C7D
Tints of Dark Pink #E64C7D
RGB
CMYK
RGB Variations
Color information
#E64C7D (or 0xE64C7D) is known color: Dark Pink. HEX triplet: E6, 4C and 7D. RGB value is (230,76,125). Sum of RGB (Red+Green+Blue) = 230+76+125=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64C7D is #19B382. Grayscale: #7F7F7F. Windows color (decimal): -1684355 or 8211686. OLE color: 8211686.
HSL color Cylindrical-coordinate representation of color #E64C7D: hue angle of 340.91º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64C7D is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 125 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.10 |
| HSL | 340.91º | 0.75% | 0.6% | - |
| HSV(B) | 340.91º | 0.67% | 0.9% | - |
| XYZ | 38.92 | 23.47 | 21.88 | - |
| YUV | 127.63 | 126.52 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 125 | 0 | 0.67 | 0.46 | 0.10 | 340.91 | 0.75 | 0.6 |
| Hex | E6 | 4C | 7D | 0 | 43 | 2E | A | 155 | 4B | 3C |
| Octal | 346 | 114 | 175 | 0 | 103 | 56 | 12 | 525 | 113 | 74 |
| Binary | 11100110 | 1001100 | 1111101 | 0 | 1000011 | 101110 | 1010 | 101010101 | 1001011 | 111100 |
Color Harmonies of #E64C7D
Complementary color
Monochromatic Colors of #E64C7D
Black with #E64C7D
Text Example
Text Example
White with #E64C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C7D; }
p { color: rgb(230,76,125); }
H1.HeaderClassName
{
color: #E64C7D;
}
.AnyTagClassName
{
color: #E64C7D;
}
</style>
background-color css
<style>
a { background-color: #E64C7D; }
a { background-color: rgb(230,76,125); }
div.DivClassName
{
background-color: #E64C7D;
}
.BgClassName
{
background-color: #E64C7D;
}
</style>
border-color css
<style>
span { border-color: #E64C7D; }
span { border-color: rgb(230,76,125); }
td.TdClassName
{
border-color: #E64C7D;
}
.TagClassName
{
border-color: #E64C7D;
}
</style>