Shades of Dark Pink #EA5E88
Tints of Dark Pink #EA5E88
RGB
CMYK
RGB Variations
Color information
#EA5E88 (or 0xEA5E88) is known color: Dark Pink. HEX triplet: EA, 5E and 88. RGB value is (234,94,136). Sum of RGB (Red+Green+Blue) = 234+94+136=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5E88 is #15A177. Grayscale: #8C8C8C. Windows color (decimal): -1417592 or 8937194. OLE color: 8937194.
HSL color Cylindrical-coordinate representation of color #EA5E88: hue angle of 342º 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 #EA5E88 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 136 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.08 |
| HSL | 342º | 0.77% | 0.64% | - |
| HSV(B) | 342º | 0.6% | 0.92% | - |
| XYZ | 42.38 | 27.28 | 26.32 | - |
| YUV | 140.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 136 | 0 | 0.60 | 0.42 | 0.08 | 342 | 0.77 | 0.64 |
| Hex | EA | 5E | 88 | 0 | 3C | 2A | 8 | 156 | 4D | 40 |
| Octal | 352 | 136 | 210 | 0 | 74 | 52 | 10 | 526 | 115 | 100 |
| Binary | 11101010 | 1011110 | 10001000 | 0 | 111100 | 101010 | 1000 | 101010110 | 1001101 | 1000000 |
Color Harmonies of #EA5E88
Complementary color
Monochromatic Colors of #EA5E88
Black with #EA5E88
Text Example
Text Example
White with #EA5E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E88; }
p { color: rgb(234,94,136); }
H1.HeaderClassName
{
color: #EA5E88;
}
.AnyTagClassName
{
color: #EA5E88;
}
</style>
background-color css
<style>
a { background-color: #EA5E88; }
a { background-color: rgb(234,94,136); }
div.DivClassName
{
background-color: #EA5E88;
}
.BgClassName
{
background-color: #EA5E88;
}
</style>
border-color css
<style>
span { border-color: #EA5E88; }
span { border-color: rgb(234,94,136); }
td.TdClassName
{
border-color: #EA5E88;
}
.TagClassName
{
border-color: #EA5E88;
}
</style>