Shades of Dark Pink #EA5888
Tints of Dark Pink #EA5888
RGB
CMYK
RGB Variations
Color information
#EA5888 (or 0xEA5888) is known color: Dark Pink. HEX triplet: EA, 58 and 88. RGB value is (234,88,136). Sum of RGB (Red+Green+Blue) = 234+88+136=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5888 is #15A777. Grayscale: #898989. Windows color (decimal): -1419128 or 8935658. OLE color: 8935658.
HSL color Cylindrical-coordinate representation of color #EA5888: hue angle of 340.27º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5888 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 136 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.08 |
| HSL | 340.27º | 0.78% | 0.63% | - |
| HSV(B) | 340.27º | 0.62% | 0.92% | - |
| XYZ | 41.87 | 26.25 | 26.15 | - |
| YUV | 137.13 | 127.37 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 136 | 0 | 0.62 | 0.42 | 0.08 | 340.27 | 0.78 | 0.63 |
| Hex | EA | 58 | 88 | 0 | 3E | 2A | 8 | 154 | 4E | 3F |
| Octal | 352 | 130 | 210 | 0 | 76 | 52 | 10 | 524 | 116 | 77 |
| Binary | 11101010 | 1011000 | 10001000 | 0 | 111110 | 101010 | 1000 | 101010100 | 1001110 | 111111 |
Color Harmonies of #EA5888
Complementary color
Monochromatic Colors of #EA5888
Black with #EA5888
Text Example
Text Example
White with #EA5888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5888; }
p { color: rgb(234,88,136); }
H1.HeaderClassName
{
color: #EA5888;
}
.AnyTagClassName
{
color: #EA5888;
}
</style>
background-color css
<style>
a { background-color: #EA5888; }
a { background-color: rgb(234,88,136); }
div.DivClassName
{
background-color: #EA5888;
}
.BgClassName
{
background-color: #EA5888;
}
</style>
border-color css
<style>
span { border-color: #EA5888; }
span { border-color: rgb(234,88,136); }
td.TdClassName
{
border-color: #EA5888;
}
.TagClassName
{
border-color: #EA5888;
}
</style>