Shades of Dark Pink #EA5881
Tints of Dark Pink #EA5881
RGB
CMYK
RGB Variations
Color information
#EA5881 (or 0xEA5881) is known color: Dark Pink. HEX triplet: EA, 58 and 81. RGB value is (234,88,129). Sum of RGB (Red+Green+Blue) = 234+88+129=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5881 is #15A77E. Grayscale: #888888. Windows color (decimal): -1419135 or 8476906. OLE color: 8476906.
HSL color Cylindrical-coordinate representation of color #EA5881: hue angle of 343.15º 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 #EA5881 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 129 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.08 |
| HSL | 343.15º | 0.78% | 0.63% | - |
| HSV(B) | 343.15º | 0.62% | 0.92% | - |
| XYZ | 41.38 | 26.06 | 23.62 | - |
| YUV | 136.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 129 | 0 | 0.62 | 0.45 | 0.08 | 343.15 | 0.78 | 0.63 |
| Hex | EA | 58 | 81 | 0 | 3E | 2D | 8 | 157 | 4E | 3F |
| Octal | 352 | 130 | 201 | 0 | 76 | 55 | 10 | 527 | 116 | 77 |
| Binary | 11101010 | 1011000 | 10000001 | 0 | 111110 | 101101 | 1000 | 101010111 | 1001110 | 111111 |
Color Harmonies of #EA5881
Complementary color
Monochromatic Colors of #EA5881
Black with #EA5881
Text Example
Text Example
White with #EA5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5881; }
p { color: rgb(234,88,129); }
H1.HeaderClassName
{
color: #EA5881;
}
.AnyTagClassName
{
color: #EA5881;
}
</style>
background-color css
<style>
a { background-color: #EA5881; }
a { background-color: rgb(234,88,129); }
div.DivClassName
{
background-color: #EA5881;
}
.BgClassName
{
background-color: #EA5881;
}
</style>
border-color css
<style>
span { border-color: #EA5881; }
span { border-color: rgb(234,88,129); }
td.TdClassName
{
border-color: #EA5881;
}
.TagClassName
{
border-color: #EA5881;
}
</style>