Shades of Dark Pink #EA5982
Tints of Dark Pink #EA5982
RGB
CMYK
RGB Variations
Color information
#EA5982 (or 0xEA5982) is known color: Dark Pink. HEX triplet: EA, 59 and 82. RGB value is (234,89,130). Sum of RGB (Red+Green+Blue) = 234+89+130=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5982 is #15A67D. Grayscale: #898989. Windows color (decimal): -1418878 or 8542698. OLE color: 8542698.
HSL color Cylindrical-coordinate representation of color #EA5982: hue angle of 343.03º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5982 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 130 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.08 |
| HSL | 343.03º | 0.78% | 0.63% | - |
| HSV(B) | 343.03º | 0.62% | 0.92% | - |
| XYZ | 41.53 | 26.25 | 24 | - |
| YUV | 137.03 | 124.04 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 130 | 0 | 0.62 | 0.44 | 0.08 | 343.03 | 0.78 | 0.63 |
| Hex | EA | 59 | 82 | 0 | 3E | 2C | 8 | 157 | 4E | 3F |
| Octal | 352 | 131 | 202 | 0 | 76 | 54 | 10 | 527 | 116 | 77 |
| Binary | 11101010 | 1011001 | 10000010 | 0 | 111110 | 101100 | 1000 | 101010111 | 1001110 | 111111 |
Color Harmonies of #EA5982
Complementary color
Monochromatic Colors of #EA5982
Black with #EA5982
Text Example
Text Example
White with #EA5982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5982; }
p { color: rgb(234,89,130); }
H1.HeaderClassName
{
color: #EA5982;
}
.AnyTagClassName
{
color: #EA5982;
}
</style>
background-color css
<style>
a { background-color: #EA5982; }
a { background-color: rgb(234,89,130); }
div.DivClassName
{
background-color: #EA5982;
}
.BgClassName
{
background-color: #EA5982;
}
</style>
border-color css
<style>
span { border-color: #EA5982; }
span { border-color: rgb(234,89,130); }
td.TdClassName
{
border-color: #EA5982;
}
.TagClassName
{
border-color: #EA5982;
}
</style>