Shades of Dark Pink #EA5E94
Tints of Dark Pink #EA5E94
RGB
CMYK
RGB Variations
Color information
#EA5E94 (or 0xEA5E94) is known color: Dark Pink. HEX triplet: EA, 5E and 94. RGB value is (234,94,148). Sum of RGB (Red+Green+Blue) = 234+94+148=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5E94 is #15A16B. Grayscale: #8D8D8D. Windows color (decimal): -1417580 or 9723626. OLE color: 9723626.
HSL color Cylindrical-coordinate representation of color #EA5E94: hue angle of 336.86º 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 #EA5E94 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 148 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.08 |
| HSL | 336.86º | 0.77% | 0.64% | - |
| HSV(B) | 336.86º | 0.6% | 0.92% | - |
| XYZ | 43.28 | 27.64 | 31.07 | - |
| YUV | 142.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 148 | 0 | 0.60 | 0.37 | 0.08 | 336.86 | 0.77 | 0.64 |
| Hex | EA | 5E | 94 | 0 | 3C | 25 | 8 | 151 | 4D | 40 |
| Octal | 352 | 136 | 224 | 0 | 74 | 45 | 10 | 521 | 115 | 100 |
| Binary | 11101010 | 1011110 | 10010100 | 0 | 111100 | 100101 | 1000 | 101010001 | 1001101 | 1000000 |
Color Harmonies of #EA5E94
Complementary color
Monochromatic Colors of #EA5E94
Black with #EA5E94
Text Example
Text Example
White with #EA5E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E94; }
p { color: rgb(234,94,148); }
H1.HeaderClassName
{
color: #EA5E94;
}
.AnyTagClassName
{
color: #EA5E94;
}
</style>
background-color css
<style>
a { background-color: #EA5E94; }
a { background-color: rgb(234,94,148); }
div.DivClassName
{
background-color: #EA5E94;
}
.BgClassName
{
background-color: #EA5E94;
}
</style>
border-color css
<style>
span { border-color: #EA5E94; }
span { border-color: rgb(234,94,148); }
td.TdClassName
{
border-color: #EA5E94;
}
.TagClassName
{
border-color: #EA5E94;
}
</style>