Shades of Dark Pink #EA4780
Tints of Dark Pink #EA4780
RGB
CMYK
RGB Variations
Color information
#EA4780 (or 0xEA4780) is known color: Dark Pink. HEX triplet: EA, 47 and 80. RGB value is (234,71,128). Sum of RGB (Red+Green+Blue) = 234+71+128=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4780 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4780 is #15B87F. Grayscale: #7E7E7E. Windows color (decimal): -1423488 or 8407018. OLE color: 8407018.
HSL color Cylindrical-coordinate representation of color #EA4780: hue angle of 339.02º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4780 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 128 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.08 |
| HSL | 339.02º | 0.8% | 0.6% | - |
| HSV(B) | 339.02º | 0.7% | 0.92% | - |
| XYZ | 40.08 | 23.56 | 22.86 | - |
| YUV | 126.24 | 129 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 128 | 0 | 0.70 | 0.45 | 0.08 | 339.02 | 0.8 | 0.6 |
| Hex | EA | 47 | 80 | 0 | 46 | 2D | 8 | 153 | 50 | 3C |
| Octal | 352 | 107 | 200 | 0 | 106 | 55 | 10 | 523 | 120 | 74 |
| Binary | 11101010 | 1000111 | 10000000 | 0 | 1000110 | 101101 | 1000 | 101010011 | 1010000 | 111100 |
Color Harmonies of #EA4780
Complementary color
Monochromatic Colors of #EA4780
Black with #EA4780
Text Example
Text Example
White with #EA4780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4780; }
p { color: rgb(234,71,128); }
H1.HeaderClassName
{
color: #EA4780;
}
.AnyTagClassName
{
color: #EA4780;
}
</style>
background-color css
<style>
a { background-color: #EA4780; }
a { background-color: rgb(234,71,128); }
div.DivClassName
{
background-color: #EA4780;
}
.BgClassName
{
background-color: #EA4780;
}
</style>
border-color css
<style>
span { border-color: #EA4780; }
span { border-color: rgb(234,71,128); }
td.TdClassName
{
border-color: #EA4780;
}
.TagClassName
{
border-color: #EA4780;
}
</style>