Shades of Dark Pink #EA5A80
Tints of Dark Pink #EA5A80
RGB
CMYK
RGB Variations
Color information
#EA5A80 (or 0xEA5A80) is known color: Dark Pink. HEX triplet: EA, 5A and 80. RGB value is (234,90,128). Sum of RGB (Red+Green+Blue) = 234+90+128=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5A80 is #15A57F. Grayscale: #898989. Windows color (decimal): -1418624 or 8411882. OLE color: 8411882.
HSL color Cylindrical-coordinate representation of color #EA5A80: hue angle of 344.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5A80 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 128 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.08 |
| HSL | 344.17º | 0.77% | 0.64% | - |
| HSV(B) | 344.17º | 0.62% | 0.92% | - |
| XYZ | 41.48 | 26.36 | 23.32 | - |
| YUV | 137.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 128 | 0 | 0.62 | 0.45 | 0.08 | 344.17 | 0.77 | 0.64 |
| Hex | EA | 5A | 80 | 0 | 3E | 2D | 8 | 158 | 4D | 40 |
| Octal | 352 | 132 | 200 | 0 | 76 | 55 | 10 | 530 | 115 | 100 |
| Binary | 11101010 | 1011010 | 10000000 | 0 | 111110 | 101101 | 1000 | 101011000 | 1001101 | 1000000 |
Color Harmonies of #EA5A80
Complementary color
Monochromatic Colors of #EA5A80
Black with #EA5A80
Text Example
Text Example
White with #EA5A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5A80; }
p { color: rgb(234,90,128); }
H1.HeaderClassName
{
color: #EA5A80;
}
.AnyTagClassName
{
color: #EA5A80;
}
</style>
background-color css
<style>
a { background-color: #EA5A80; }
a { background-color: rgb(234,90,128); }
div.DivClassName
{
background-color: #EA5A80;
}
.BgClassName
{
background-color: #EA5A80;
}
</style>
border-color css
<style>
span { border-color: #EA5A80; }
span { border-color: rgb(234,90,128); }
td.TdClassName
{
border-color: #EA5A80;
}
.TagClassName
{
border-color: #EA5A80;
}
</style>