Shades of Dark Pink #EA5E85
Tints of Dark Pink #EA5E85
RGB
CMYK
RGB Variations
Color information
#EA5E85 (or 0xEA5E85) is known color: Dark Pink. HEX triplet: EA, 5E and 85. RGB value is (234,94,133). Sum of RGB (Red+Green+Blue) = 234+94+133=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5E85 is #15A17A. Grayscale: #8C8C8C. Windows color (decimal): -1417595 or 8740586. OLE color: 8740586.
HSL color Cylindrical-coordinate representation of color #EA5E85: hue angle of 343.29º 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 #EA5E85 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 133 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.08 |
| HSL | 343.29º | 0.77% | 0.64% | - |
| HSV(B) | 343.29º | 0.6% | 0.92% | - |
| XYZ | 42.17 | 27.19 | 25.22 | - |
| YUV | 140.31 | 123.88 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 133 | 0 | 0.60 | 0.43 | 0.08 | 343.29 | 0.77 | 0.64 |
| Hex | EA | 5E | 85 | 0 | 3C | 2B | 8 | 157 | 4D | 40 |
| Octal | 352 | 136 | 205 | 0 | 74 | 53 | 10 | 527 | 115 | 100 |
| Binary | 11101010 | 1011110 | 10000101 | 0 | 111100 | 101011 | 1000 | 101010111 | 1001101 | 1000000 |
Color Harmonies of #EA5E85
Complementary color
Monochromatic Colors of #EA5E85
Black with #EA5E85
Text Example
Text Example
White with #EA5E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E85; }
p { color: rgb(234,94,133); }
H1.HeaderClassName
{
color: #EA5E85;
}
.AnyTagClassName
{
color: #EA5E85;
}
</style>
background-color css
<style>
a { background-color: #EA5E85; }
a { background-color: rgb(234,94,133); }
div.DivClassName
{
background-color: #EA5E85;
}
.BgClassName
{
background-color: #EA5E85;
}
</style>
border-color css
<style>
span { border-color: #EA5E85; }
span { border-color: rgb(234,94,133); }
td.TdClassName
{
border-color: #EA5E85;
}
.TagClassName
{
border-color: #EA5E85;
}
</style>