Shades of Dark Pink #EA598E
Tints of Dark Pink #EA598E
RGB
CMYK
RGB Variations
Color information
#EA598E (or 0xEA598E) is known color: Dark Pink. HEX triplet: EA, 59 and 8E. RGB value is (234,89,142). Sum of RGB (Red+Green+Blue) = 234+89+142=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA598E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA598E is #15A671. Grayscale: #8A8A8A. Windows color (decimal): -1418866 or 9329130. OLE color: 9329130.
HSL color Cylindrical-coordinate representation of color #EA598E: hue angle of 338.07º 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 #EA598E is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 142 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.08 |
| HSL | 338.07º | 0.78% | 0.63% | - |
| HSV(B) | 338.07º | 0.62% | 0.92% | - |
| XYZ | 42.39 | 26.59 | 28.49 | - |
| YUV | 138.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 142 | 0 | 0.62 | 0.39 | 0.08 | 338.07 | 0.78 | 0.63 |
| Hex | EA | 59 | 8E | 0 | 3E | 27 | 8 | 152 | 4E | 3F |
| Octal | 352 | 131 | 216 | 0 | 76 | 47 | 10 | 522 | 116 | 77 |
| Binary | 11101010 | 1011001 | 10001110 | 0 | 111110 | 100111 | 1000 | 101010010 | 1001110 | 111111 |
Color Harmonies of #EA598E
Complementary color
Monochromatic Colors of #EA598E
Black with #EA598E
Text Example
Text Example
White with #EA598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA598E; }
p { color: rgb(234,89,142); }
H1.HeaderClassName
{
color: #EA598E;
}
.AnyTagClassName
{
color: #EA598E;
}
</style>
background-color css
<style>
a { background-color: #EA598E; }
a { background-color: rgb(234,89,142); }
div.DivClassName
{
background-color: #EA598E;
}
.BgClassName
{
background-color: #EA598E;
}
</style>
border-color css
<style>
span { border-color: #EA598E; }
span { border-color: rgb(234,89,142); }
td.TdClassName
{
border-color: #EA598E;
}
.TagClassName
{
border-color: #EA598E;
}
</style>