Shades of Dark Pink #EA5E7A
Tints of Dark Pink #EA5E7A
RGB
CMYK
RGB Variations
Color information
#EA5E7A (or 0xEA5E7A) is known color: Dark Pink. HEX triplet: EA, 5E and 7A. RGB value is (234,94,122). Sum of RGB (Red+Green+Blue) = 234+94+122=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E7A is #15A185. Grayscale: #8B8B8B. Windows color (decimal): -1417606 or 8019690. OLE color: 8019690.
HSL color Cylindrical-coordinate representation of color #EA5E7A: hue angle of 348º 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 #EA5E7A is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 122 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.08 |
| HSL | 348º | 0.77% | 0.64% | - |
| HSV(B) | 348º | 0.6% | 0.92% | - |
| XYZ | 41.45 | 26.9 | 21.42 | - |
| YUV | 139.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 122 | 0 | 0.60 | 0.48 | 0.08 | 348 | 0.77 | 0.64 |
| Hex | EA | 5E | 7A | 0 | 3C | 30 | 8 | 15C | 4D | 40 |
| Octal | 352 | 136 | 172 | 0 | 74 | 60 | 10 | 534 | 115 | 100 |
| Binary | 11101010 | 1011110 | 1111010 | 0 | 111100 | 110000 | 1000 | 101011100 | 1001101 | 1000000 |
Color Harmonies of #EA5E7A
Complementary color
Monochromatic Colors of #EA5E7A
Black with #EA5E7A
Text Example
Text Example
White with #EA5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E7A; }
p { color: rgb(234,94,122); }
H1.HeaderClassName
{
color: #EA5E7A;
}
.AnyTagClassName
{
color: #EA5E7A;
}
</style>
background-color css
<style>
a { background-color: #EA5E7A; }
a { background-color: rgb(234,94,122); }
div.DivClassName
{
background-color: #EA5E7A;
}
.BgClassName
{
background-color: #EA5E7A;
}
</style>
border-color css
<style>
span { border-color: #EA5E7A; }
span { border-color: rgb(234,94,122); }
td.TdClassName
{
border-color: #EA5E7A;
}
.TagClassName
{
border-color: #EA5E7A;
}
</style>