Shades of Dark Pink #EA5B89
Tints of Dark Pink #EA5B89
RGB
CMYK
RGB Variations
Color information
#EA5B89 (or 0xEA5B89) is known color: Dark Pink. HEX triplet: EA, 5B and 89. RGB value is (234,91,137). Sum of RGB (Red+Green+Blue) = 234+91+137=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5B89 is #15A476. Grayscale: #8A8A8A. Windows color (decimal): -1418359 or 9001962. OLE color: 9001962.
HSL color Cylindrical-coordinate representation of color #EA5B89: hue angle of 340.7º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5B89 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 91 | 137 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.08 |
| HSL | 340.7º | 0.77% | 0.64% | - |
| HSV(B) | 340.7º | 0.61% | 0.92% | - |
| XYZ | 42.19 | 26.78 | 26.61 | - |
| YUV | 139 | 126.88 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 91 | 137 | 0 | 0.61 | 0.41 | 0.08 | 340.7 | 0.77 | 0.64 |
| Hex | EA | 5B | 89 | 0 | 3D | 29 | 8 | 155 | 4D | 40 |
| Octal | 352 | 133 | 211 | 0 | 75 | 51 | 10 | 525 | 115 | 100 |
| Binary | 11101010 | 1011011 | 10001001 | 0 | 111101 | 101001 | 1000 | 101010101 | 1001101 | 1000000 |
Color Harmonies of #EA5B89
Complementary color
Monochromatic Colors of #EA5B89
Black with #EA5B89
Text Example
Text Example
White with #EA5B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5B89; }
p { color: rgb(234,91,137); }
H1.HeaderClassName
{
color: #EA5B89;
}
.AnyTagClassName
{
color: #EA5B89;
}
</style>
background-color css
<style>
a { background-color: #EA5B89; }
a { background-color: rgb(234,91,137); }
div.DivClassName
{
background-color: #EA5B89;
}
.BgClassName
{
background-color: #EA5B89;
}
</style>
border-color css
<style>
span { border-color: #EA5B89; }
span { border-color: rgb(234,91,137); }
td.TdClassName
{
border-color: #EA5B89;
}
.TagClassName
{
border-color: #EA5B89;
}
</style>