Shades of Dark Pink #EA5673
Tints of Dark Pink #EA5673
RGB
CMYK
RGB Variations
Color information
#EA5673 (or 0xEA5673) is known color: Dark Pink. HEX triplet: EA, 56 and 73. RGB value is (234,86,115). Sum of RGB (Red+Green+Blue) = 234+86+115=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5673 is #15A98C. Grayscale: #858585. Windows color (decimal): -1419661 or 7558890. OLE color: 7558890.
HSL color Cylindrical-coordinate representation of color #EA5673: hue angle of 348.24º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5673 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 115 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.08 |
| HSL | 348.24º | 0.78% | 0.63% | - |
| HSV(B) | 348.24º | 0.63% | 0.92% | - |
| XYZ | 40.35 | 25.39 | 18.99 | - |
| YUV | 133.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 115 | 0 | 0.63 | 0.51 | 0.08 | 348.24 | 0.78 | 0.63 |
| Hex | EA | 56 | 73 | 0 | 3F | 33 | 8 | 15C | 4E | 3F |
| Octal | 352 | 126 | 163 | 0 | 77 | 63 | 10 | 534 | 116 | 77 |
| Binary | 11101010 | 1010110 | 1110011 | 0 | 111111 | 110011 | 1000 | 101011100 | 1001110 | 111111 |
Color Harmonies of #EA5673
Complementary color
Monochromatic Colors of #EA5673
Black with #EA5673
Text Example
Text Example
White with #EA5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5673; }
p { color: rgb(234,86,115); }
H1.HeaderClassName
{
color: #EA5673;
}
.AnyTagClassName
{
color: #EA5673;
}
</style>
background-color css
<style>
a { background-color: #EA5673; }
a { background-color: rgb(234,86,115); }
div.DivClassName
{
background-color: #EA5673;
}
.BgClassName
{
background-color: #EA5673;
}
</style>
border-color css
<style>
span { border-color: #EA5673; }
span { border-color: rgb(234,86,115); }
td.TdClassName
{
border-color: #EA5673;
}
.TagClassName
{
border-color: #EA5673;
}
</style>