Shades of Dark Pink #EA5875
Tints of Dark Pink #EA5875
RGB
CMYK
RGB Variations
Color information
#EA5875 (or 0xEA5875) is known color: Dark Pink. HEX triplet: EA, 58 and 75. RGB value is (234,88,117). Sum of RGB (Red+Green+Blue) = 234+88+117=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5875 is #15A78A. Grayscale: #868686. Windows color (decimal): -1419147 or 7690474. OLE color: 7690474.
HSL color Cylindrical-coordinate representation of color #EA5875: hue angle of 348.08º 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 #EA5875 is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 117 | - |
| CMYK | 0 | 0.62 | 0.5 | 0.08 |
| HSL | 348.08º | 0.78% | 0.63% | - |
| HSV(B) | 348.08º | 0.62% | 0.92% | - |
| XYZ | 40.63 | 25.76 | 19.66 | - |
| YUV | 134.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 117 | 0 | 0.62 | 0.5 | 0.08 | 348.08 | 0.78 | 0.63 |
| Hex | EA | 58 | 75 | 0 | 3E | 32 | 8 | 15C | 4E | 3F |
| Octal | 352 | 130 | 165 | 0 | 76 | 62 | 10 | 534 | 116 | 77 |
| Binary | 11101010 | 1011000 | 1110101 | 0 | 111110 | 110010 | 1000 | 101011100 | 1001110 | 111111 |
Color Harmonies of #EA5875
Complementary color
Monochromatic Colors of #EA5875
Black with #EA5875
Text Example
Text Example
White with #EA5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5875; }
p { color: rgb(234,88,117); }
H1.HeaderClassName
{
color: #EA5875;
}
.AnyTagClassName
{
color: #EA5875;
}
</style>
background-color css
<style>
a { background-color: #EA5875; }
a { background-color: rgb(234,88,117); }
div.DivClassName
{
background-color: #EA5875;
}
.BgClassName
{
background-color: #EA5875;
}
</style>
border-color css
<style>
span { border-color: #EA5875; }
span { border-color: rgb(234,88,117); }
td.TdClassName
{
border-color: #EA5875;
}
.TagClassName
{
border-color: #EA5875;
}
</style>