Shades of Dark Pink #EA5E84
Tints of Dark Pink #EA5E84
RGB
CMYK
RGB Variations
Color information
#EA5E84 (or 0xEA5E84) is known color: Dark Pink. HEX triplet: EA, 5E and 84. RGB value is (234,94,132). Sum of RGB (Red+Green+Blue) = 234+94+132=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5E84 is #15A17B. Grayscale: #8C8C8C. Windows color (decimal): -1417596 or 8675050. OLE color: 8675050.
HSL color Cylindrical-coordinate representation of color #EA5E84: hue angle of 343.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5E84 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 132 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.08 |
| HSL | 343.71º | 0.77% | 0.64% | - |
| HSV(B) | 343.71º | 0.6% | 0.92% | - |
| XYZ | 42.1 | 27.16 | 24.85 | - |
| YUV | 140.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 132 | 0 | 0.60 | 0.44 | 0.08 | 343.71 | 0.77 | 0.64 |
| Hex | EA | 5E | 84 | 0 | 3C | 2C | 8 | 158 | 4D | 40 |
| Octal | 352 | 136 | 204 | 0 | 74 | 54 | 10 | 530 | 115 | 100 |
| Binary | 11101010 | 1011110 | 10000100 | 0 | 111100 | 101100 | 1000 | 101011000 | 1001101 | 1000000 |
Color Harmonies of #EA5E84
Complementary color
Monochromatic Colors of #EA5E84
Black with #EA5E84
Text Example
Text Example
White with #EA5E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E84; }
p { color: rgb(234,94,132); }
H1.HeaderClassName
{
color: #EA5E84;
}
.AnyTagClassName
{
color: #EA5E84;
}
</style>
background-color css
<style>
a { background-color: #EA5E84; }
a { background-color: rgb(234,94,132); }
div.DivClassName
{
background-color: #EA5E84;
}
.BgClassName
{
background-color: #EA5E84;
}
</style>
border-color css
<style>
span { border-color: #EA5E84; }
span { border-color: rgb(234,94,132); }
td.TdClassName
{
border-color: #EA5E84;
}
.TagClassName
{
border-color: #EA5E84;
}
</style>