Shades of Dark Pink #EA607C
Tints of Dark Pink #EA607C
RGB
CMYK
RGB Variations
Color information
#EA607C (or 0xEA607C) is known color: Dark Pink. HEX triplet: EA, 60 and 7C. RGB value is (234,96,124). Sum of RGB (Red+Green+Blue) = 234+96+124=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA607C is #159F83. Grayscale: #8C8C8C. Windows color (decimal): -1417092 or 8151274. OLE color: 8151274.
HSL color Cylindrical-coordinate representation of color #EA607C: hue angle of 347.83º 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 #EA607C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 124 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.08 |
| HSL | 347.83º | 0.77% | 0.65% | - |
| HSV(B) | 347.83º | 0.59% | 0.92% | - |
| XYZ | 41.75 | 27.31 | 22.14 | - |
| YUV | 140.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 124 | 0 | 0.59 | 0.47 | 0.08 | 347.83 | 0.77 | 0.65 |
| Hex | EA | 60 | 7C | 0 | 3B | 2F | 8 | 15C | 4D | 41 |
| Octal | 352 | 140 | 174 | 0 | 73 | 57 | 10 | 534 | 115 | 101 |
| Binary | 11101010 | 1100000 | 1111100 | 0 | 111011 | 101111 | 1000 | 101011100 | 1001101 | 1000001 |
Color Harmonies of #EA607C
Complementary color
Monochromatic Colors of #EA607C
Black with #EA607C
Text Example
Text Example
White with #EA607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA607C; }
p { color: rgb(234,96,124); }
H1.HeaderClassName
{
color: #EA607C;
}
.AnyTagClassName
{
color: #EA607C;
}
</style>
background-color css
<style>
a { background-color: #EA607C; }
a { background-color: rgb(234,96,124); }
div.DivClassName
{
background-color: #EA607C;
}
.BgClassName
{
background-color: #EA607C;
}
</style>
border-color css
<style>
span { border-color: #EA607C; }
span { border-color: rgb(234,96,124); }
td.TdClassName
{
border-color: #EA607C;
}
.TagClassName
{
border-color: #EA607C;
}
</style>