Shades of Dark Pink #EA588F
Tints of Dark Pink #EA588F
RGB
CMYK
RGB Variations
Color information
#EA588F (or 0xEA588F) is known color: Dark Pink. HEX triplet: EA, 58 and 8F. RGB value is (234,88,143). Sum of RGB (Red+Green+Blue) = 234+88+143=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA588F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA588F is #15A770. Grayscale: #898989. Windows color (decimal): -1419121 or 9394410. OLE color: 9394410.
HSL color Cylindrical-coordinate representation of color #EA588F: hue angle of 337.4º 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 #EA588F is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 143 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.08 |
| HSL | 337.4º | 0.78% | 0.63% | - |
| HSV(B) | 337.4º | 0.62% | 0.92% | - |
| XYZ | 42.38 | 26.46 | 28.86 | - |
| YUV | 137.92 | 130.87 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 143 | 0 | 0.62 | 0.39 | 0.08 | 337.4 | 0.78 | 0.63 |
| Hex | EA | 58 | 8F | 0 | 3E | 27 | 8 | 151 | 4E | 3F |
| Octal | 352 | 130 | 217 | 0 | 76 | 47 | 10 | 521 | 116 | 77 |
| Binary | 11101010 | 1011000 | 10001111 | 0 | 111110 | 100111 | 1000 | 101010001 | 1001110 | 111111 |
Color Harmonies of #EA588F
Complementary color
Monochromatic Colors of #EA588F
Black with #EA588F
Text Example
Text Example
White with #EA588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA588F; }
p { color: rgb(234,88,143); }
H1.HeaderClassName
{
color: #EA588F;
}
.AnyTagClassName
{
color: #EA588F;
}
</style>
background-color css
<style>
a { background-color: #EA588F; }
a { background-color: rgb(234,88,143); }
div.DivClassName
{
background-color: #EA588F;
}
.BgClassName
{
background-color: #EA588F;
}
</style>
border-color css
<style>
span { border-color: #EA588F; }
span { border-color: rgb(234,88,143); }
td.TdClassName
{
border-color: #EA588F;
}
.TagClassName
{
border-color: #EA588F;
}
</style>