Shades of Dark Pink #EA5F79
Tints of Dark Pink #EA5F79
RGB
CMYK
RGB Variations
Color information
#EA5F79 (or 0xEA5F79) is known color: Dark Pink. HEX triplet: EA, 5F and 79. RGB value is (234,95,121). Sum of RGB (Red+Green+Blue) = 234+95+121=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5F79 is #15A086. Grayscale: #8B8B8B. Windows color (decimal): -1417351 or 7954410. OLE color: 7954410.
HSL color Cylindrical-coordinate representation of color #EA5F79: hue angle of 348.78º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA5F79 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 95 | 121 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.08 |
| HSL | 348.78º | 0.77% | 0.65% | - |
| HSV(B) | 348.78º | 0.59% | 0.92% | - |
| XYZ | 41.48 | 27.06 | 21.13 | - |
| YUV | 139.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 95 | 121 | 0 | 0.59 | 0.48 | 0.08 | 348.78 | 0.77 | 0.65 |
| Hex | EA | 5F | 79 | 0 | 3B | 30 | 8 | 15D | 4D | 41 |
| Octal | 352 | 137 | 171 | 0 | 73 | 60 | 10 | 535 | 115 | 101 |
| Binary | 11101010 | 1011111 | 1111001 | 0 | 111011 | 110000 | 1000 | 101011101 | 1001101 | 1000001 |
Color Harmonies of #EA5F79
Complementary color
Monochromatic Colors of #EA5F79
Black with #EA5F79
Text Example
Text Example
White with #EA5F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5F79; }
p { color: rgb(234,95,121); }
H1.HeaderClassName
{
color: #EA5F79;
}
.AnyTagClassName
{
color: #EA5F79;
}
</style>
background-color css
<style>
a { background-color: #EA5F79; }
a { background-color: rgb(234,95,121); }
div.DivClassName
{
background-color: #EA5F79;
}
.BgClassName
{
background-color: #EA5F79;
}
</style>
border-color css
<style>
span { border-color: #EA5F79; }
span { border-color: rgb(234,95,121); }
td.TdClassName
{
border-color: #EA5F79;
}
.TagClassName
{
border-color: #EA5F79;
}
</style>