Shades of Dark Pink #EA5575
Tints of Dark Pink #EA5575
RGB
CMYK
RGB Variations
Color information
#EA5575 (or 0xEA5575) is known color: Dark Pink. HEX triplet: EA, 55 and 75. RGB value is (234,85,117). Sum of RGB (Red+Green+Blue) = 234+85+117=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5575 is #15AA8A. Grayscale: #858585. Windows color (decimal): -1419915 or 7689706. OLE color: 7689706.
HSL color Cylindrical-coordinate representation of color #EA5575: hue angle of 347.11º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5575 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 117 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.08 |
| HSL | 347.11º | 0.78% | 0.63% | - |
| HSV(B) | 347.11º | 0.64% | 0.92% | - |
| XYZ | 40.39 | 25.27 | 19.58 | - |
| YUV | 133.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 117 | 0 | 0.64 | 0.5 | 0.08 | 347.11 | 0.78 | 0.63 |
| Hex | EA | 55 | 75 | 0 | 40 | 32 | 8 | 15B | 4E | 3F |
| Octal | 352 | 125 | 165 | 0 | 100 | 62 | 10 | 533 | 116 | 77 |
| Binary | 11101010 | 1010101 | 1110101 | 0 | 1000000 | 110010 | 1000 | 101011011 | 1001110 | 111111 |
Color Harmonies of #EA5575
Complementary color
Monochromatic Colors of #EA5575
Black with #EA5575
Text Example
Text Example
White with #EA5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5575; }
p { color: rgb(234,85,117); }
H1.HeaderClassName
{
color: #EA5575;
}
.AnyTagClassName
{
color: #EA5575;
}
</style>
background-color css
<style>
a { background-color: #EA5575; }
a { background-color: rgb(234,85,117); }
div.DivClassName
{
background-color: #EA5575;
}
.BgClassName
{
background-color: #EA5575;
}
</style>
border-color css
<style>
span { border-color: #EA5575; }
span { border-color: rgb(234,85,117); }
td.TdClassName
{
border-color: #EA5575;
}
.TagClassName
{
border-color: #EA5575;
}
</style>