Shades of Dark Pink #EA5876
Tints of Dark Pink #EA5876
RGB
CMYK
RGB Variations
Color information
#EA5876 (or 0xEA5876) is known color: Dark Pink. HEX triplet: EA, 58 and 76. RGB value is (234,88,118). Sum of RGB (Red+Green+Blue) = 234+88+118=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5876 is #15A789. Grayscale: #878787. Windows color (decimal): -1419146 or 7756010. OLE color: 7756010.
HSL color Cylindrical-coordinate representation of color #EA5876: hue angle of 347.67º 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 #EA5876 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 118 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.08 |
| HSL | 347.67º | 0.78% | 0.63% | - |
| HSV(B) | 347.67º | 0.62% | 0.92% | - |
| XYZ | 40.69 | 25.78 | 19.97 | - |
| YUV | 135.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 118 | 0 | 0.62 | 0.50 | 0.08 | 347.67 | 0.78 | 0.63 |
| Hex | EA | 58 | 76 | 0 | 3E | 32 | 8 | 15C | 4E | 3F |
| Octal | 352 | 130 | 166 | 0 | 76 | 62 | 10 | 534 | 116 | 77 |
| Binary | 11101010 | 1011000 | 1110110 | 0 | 111110 | 110010 | 1000 | 101011100 | 1001110 | 111111 |
Color Harmonies of #EA5876
Complementary color
Monochromatic Colors of #EA5876
Black with #EA5876
Text Example
Text Example
White with #EA5876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5876; }
p { color: rgb(234,88,118); }
H1.HeaderClassName
{
color: #EA5876;
}
.AnyTagClassName
{
color: #EA5876;
}
</style>
background-color css
<style>
a { background-color: #EA5876; }
a { background-color: rgb(234,88,118); }
div.DivClassName
{
background-color: #EA5876;
}
.BgClassName
{
background-color: #EA5876;
}
</style>
border-color css
<style>
span { border-color: #EA5876; }
span { border-color: rgb(234,88,118); }
td.TdClassName
{
border-color: #EA5876;
}
.TagClassName
{
border-color: #EA5876;
}
</style>