Shades of Dark Pink #EA5871
Tints of Dark Pink #EA5871
RGB
CMYK
RGB Variations
Color information
#EA5871 (or 0xEA5871) is known color: Dark Pink. HEX triplet: EA, 58 and 71. RGB value is (234,88,113). Sum of RGB (Red+Green+Blue) = 234+88+113=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5871 is #15A78E. Grayscale: #868686. Windows color (decimal): -1419151 or 7428330. OLE color: 7428330.
HSL color Cylindrical-coordinate representation of color #EA5871: hue angle of 349.73º 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 #EA5871 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 113 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.08 |
| HSL | 349.73º | 0.78% | 0.63% | - |
| HSV(B) | 349.73º | 0.62% | 0.92% | - |
| XYZ | 40.4 | 25.66 | 18.45 | - |
| YUV | 134.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 113 | 0 | 0.62 | 0.52 | 0.08 | 349.73 | 0.78 | 0.63 |
| Hex | EA | 58 | 71 | 0 | 3E | 34 | 8 | 15E | 4E | 3F |
| Octal | 352 | 130 | 161 | 0 | 76 | 64 | 10 | 536 | 116 | 77 |
| Binary | 11101010 | 1011000 | 1110001 | 0 | 111110 | 110100 | 1000 | 101011110 | 1001110 | 111111 |
Color Harmonies of #EA5871
Complementary color
Monochromatic Colors of #EA5871
Black with #EA5871
Text Example
Text Example
White with #EA5871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5871; }
p { color: rgb(234,88,113); }
H1.HeaderClassName
{
color: #EA5871;
}
.AnyTagClassName
{
color: #EA5871;
}
</style>
background-color css
<style>
a { background-color: #EA5871; }
a { background-color: rgb(234,88,113); }
div.DivClassName
{
background-color: #EA5871;
}
.BgClassName
{
background-color: #EA5871;
}
</style>
border-color css
<style>
span { border-color: #EA5871; }
span { border-color: rgb(234,88,113); }
td.TdClassName
{
border-color: #EA5871;
}
.TagClassName
{
border-color: #EA5871;
}
</style>