Shades of Dark Pink #EA5D84
Tints of Dark Pink #EA5D84
RGB
CMYK
RGB Variations
Color information
#EA5D84 (or 0xEA5D84) is known color: Dark Pink. HEX triplet: EA, 5D and 84. RGB value is (234,93,132). Sum of RGB (Red+Green+Blue) = 234+93+132=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5D84 is #15A27B. Grayscale: #8B8B8B. Windows color (decimal): -1417852 or 8674794. OLE color: 8674794.
HSL color Cylindrical-coordinate representation of color #EA5D84: hue angle of 343.4º 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 #EA5D84 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 132 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.08 |
| HSL | 343.4º | 0.77% | 0.64% | - |
| HSV(B) | 343.4º | 0.6% | 0.92% | - |
| XYZ | 42.01 | 26.99 | 24.82 | - |
| YUV | 139.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 132 | 0 | 0.60 | 0.44 | 0.08 | 343.4 | 0.77 | 0.64 |
| Hex | EA | 5D | 84 | 0 | 3C | 2C | 8 | 157 | 4D | 40 |
| Octal | 352 | 135 | 204 | 0 | 74 | 54 | 10 | 527 | 115 | 100 |
| Binary | 11101010 | 1011101 | 10000100 | 0 | 111100 | 101100 | 1000 | 101010111 | 1001101 | 1000000 |
Color Harmonies of #EA5D84
Complementary color
Monochromatic Colors of #EA5D84
Black with #EA5D84
Text Example
Text Example
White with #EA5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5D84; }
p { color: rgb(234,93,132); }
H1.HeaderClassName
{
color: #EA5D84;
}
.AnyTagClassName
{
color: #EA5D84;
}
</style>
background-color css
<style>
a { background-color: #EA5D84; }
a { background-color: rgb(234,93,132); }
div.DivClassName
{
background-color: #EA5D84;
}
.BgClassName
{
background-color: #EA5D84;
}
</style>
border-color css
<style>
span { border-color: #EA5D84; }
span { border-color: rgb(234,93,132); }
td.TdClassName
{
border-color: #EA5D84;
}
.TagClassName
{
border-color: #EA5D84;
}
</style>