Shades of Dark Pink #E64C80
Tints of Dark Pink #E64C80
RGB
CMYK
RGB Variations
Color information
#E64C80 (or 0xE64C80) is known color: Dark Pink. HEX triplet: E6, 4C and 80. RGB value is (230,76,128). Sum of RGB (Red+Green+Blue) = 230+76+128=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64C80 is #19B37F. Grayscale: #7F7F7F. Windows color (decimal): -1684352 or 8408294. OLE color: 8408294.
HSL color Cylindrical-coordinate representation of color #E64C80: hue angle of 339.74º 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 #E64C80 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 128 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.10 |
| HSL | 339.74º | 0.75% | 0.6% | - |
| HSV(B) | 339.74º | 0.67% | 0.9% | - |
| XYZ | 39.11 | 23.55 | 22.91 | - |
| YUV | 127.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 128 | 0 | 0.67 | 0.44 | 0.10 | 339.74 | 0.75 | 0.6 |
| Hex | E6 | 4C | 80 | 0 | 43 | 2C | A | 154 | 4B | 3C |
| Octal | 346 | 114 | 200 | 0 | 103 | 54 | 12 | 524 | 113 | 74 |
| Binary | 11100110 | 1001100 | 10000000 | 0 | 1000011 | 101100 | 1010 | 101010100 | 1001011 | 111100 |
Color Harmonies of #E64C80
Complementary color
Monochromatic Colors of #E64C80
Black with #E64C80
Text Example
Text Example
White with #E64C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C80; }
p { color: rgb(230,76,128); }
H1.HeaderClassName
{
color: #E64C80;
}
.AnyTagClassName
{
color: #E64C80;
}
</style>
background-color css
<style>
a { background-color: #E64C80; }
a { background-color: rgb(230,76,128); }
div.DivClassName
{
background-color: #E64C80;
}
.BgClassName
{
background-color: #E64C80;
}
</style>
border-color css
<style>
span { border-color: #E64C80; }
span { border-color: rgb(230,76,128); }
td.TdClassName
{
border-color: #E64C80;
}
.TagClassName
{
border-color: #E64C80;
}
</style>