Shades of Dark Pink #EA5188
Tints of Dark Pink #EA5188
RGB
CMYK
RGB Variations
Color information
#EA5188 (or 0xEA5188) is known color: Dark Pink. HEX triplet: EA, 51 and 88. RGB value is (234,81,136). Sum of RGB (Red+Green+Blue) = 234+81+136=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5188 is #15AE77. Grayscale: #848484. Windows color (decimal): -1420920 or 8933866. OLE color: 8933866.
HSL color Cylindrical-coordinate representation of color #EA5188: hue angle of 338.43º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA5188 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 136 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.08 |
| HSL | 338.43º | 0.78% | 0.62% | - |
| HSV(B) | 338.43º | 0.65% | 0.92% | - |
| XYZ | 41.32 | 25.15 | 25.97 | - |
| YUV | 133.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 136 | 0 | 0.65 | 0.42 | 0.08 | 338.43 | 0.78 | 0.62 |
| Hex | EA | 51 | 88 | 0 | 41 | 2A | 8 | 152 | 4E | 3E |
| Octal | 352 | 121 | 210 | 0 | 101 | 52 | 10 | 522 | 116 | 76 |
| Binary | 11101010 | 1010001 | 10001000 | 0 | 1000001 | 101010 | 1000 | 101010010 | 1001110 | 111110 |
Color Harmonies of #EA5188
Complementary color
Monochromatic Colors of #EA5188
Black with #EA5188
Text Example
Text Example
White with #EA5188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5188; }
p { color: rgb(234,81,136); }
H1.HeaderClassName
{
color: #EA5188;
}
.AnyTagClassName
{
color: #EA5188;
}
</style>
background-color css
<style>
a { background-color: #EA5188; }
a { background-color: rgb(234,81,136); }
div.DivClassName
{
background-color: #EA5188;
}
.BgClassName
{
background-color: #EA5188;
}
</style>
border-color css
<style>
span { border-color: #EA5188; }
span { border-color: rgb(234,81,136); }
td.TdClassName
{
border-color: #EA5188;
}
.TagClassName
{
border-color: #EA5188;
}
</style>