Shades of Dark Pink #EA5C73
Tints of Dark Pink #EA5C73
RGB
CMYK
RGB Variations
Color information
#EA5C73 (or 0xEA5C73) is known color: Dark Pink. HEX triplet: EA, 5C and 73. RGB value is (234,92,115). Sum of RGB (Red+Green+Blue) = 234+92+115=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5C73 is #15A38C. Grayscale: #898989. Windows color (decimal): -1418125 or 7560426. OLE color: 7560426.
HSL color Cylindrical-coordinate representation of color #EA5C73: hue angle of 350.28º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5C73 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 115 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.08 |
| HSL | 350.28º | 0.77% | 0.64% | - |
| HSV(B) | 350.28º | 0.61% | 0.92% | - |
| XYZ | 40.85 | 26.38 | 19.16 | - |
| YUV | 137.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 115 | 0 | 0.61 | 0.51 | 0.08 | 350.28 | 0.77 | 0.64 |
| Hex | EA | 5C | 73 | 0 | 3D | 33 | 8 | 15E | 4D | 40 |
| Octal | 352 | 134 | 163 | 0 | 75 | 63 | 10 | 536 | 115 | 100 |
| Binary | 11101010 | 1011100 | 1110011 | 0 | 111101 | 110011 | 1000 | 101011110 | 1001101 | 1000000 |
Color Harmonies of #EA5C73
Complementary color
Monochromatic Colors of #EA5C73
Black with #EA5C73
Text Example
Text Example
White with #EA5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C73; }
p { color: rgb(234,92,115); }
H1.HeaderClassName
{
color: #EA5C73;
}
.AnyTagClassName
{
color: #EA5C73;
}
</style>
background-color css
<style>
a { background-color: #EA5C73; }
a { background-color: rgb(234,92,115); }
div.DivClassName
{
background-color: #EA5C73;
}
.BgClassName
{
background-color: #EA5C73;
}
</style>
border-color css
<style>
span { border-color: #EA5C73; }
span { border-color: rgb(234,92,115); }
td.TdClassName
{
border-color: #EA5C73;
}
.TagClassName
{
border-color: #EA5C73;
}
</style>