Shades of Dark Pink #EA5890
Tints of Dark Pink #EA5890
RGB
CMYK
RGB Variations
Color information
#EA5890 (or 0xEA5890) is known color: Dark Pink. HEX triplet: EA, 58 and 90. RGB value is (234,88,144). Sum of RGB (Red+Green+Blue) = 234+88+144=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5890 is #15A76F. Grayscale: #898989. Windows color (decimal): -1419120 or 9459946. OLE color: 9459946.
HSL color Cylindrical-coordinate representation of color #EA5890: hue angle of 336.99º 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 #EA5890 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 144 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.08 |
| HSL | 336.99º | 0.78% | 0.63% | - |
| HSV(B) | 336.99º | 0.62% | 0.92% | - |
| XYZ | 42.46 | 26.49 | 29.26 | - |
| YUV | 138.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 144 | 0 | 0.62 | 0.38 | 0.08 | 336.99 | 0.78 | 0.63 |
| Hex | EA | 58 | 90 | 0 | 3E | 26 | 8 | 151 | 4E | 3F |
| Octal | 352 | 130 | 220 | 0 | 76 | 46 | 10 | 521 | 116 | 77 |
| Binary | 11101010 | 1011000 | 10010000 | 0 | 111110 | 100110 | 1000 | 101010001 | 1001110 | 111111 |
Color Harmonies of #EA5890
Complementary color
Monochromatic Colors of #EA5890
Black with #EA5890
Text Example
Text Example
White with #EA5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5890; }
p { color: rgb(234,88,144); }
H1.HeaderClassName
{
color: #EA5890;
}
.AnyTagClassName
{
color: #EA5890;
}
</style>
background-color css
<style>
a { background-color: #EA5890; }
a { background-color: rgb(234,88,144); }
div.DivClassName
{
background-color: #EA5890;
}
.BgClassName
{
background-color: #EA5890;
}
</style>
border-color css
<style>
span { border-color: #EA5890; }
span { border-color: rgb(234,88,144); }
td.TdClassName
{
border-color: #EA5890;
}
.TagClassName
{
border-color: #EA5890;
}
</style>