Shades of Dark Pink #EA4A7D
Tints of Dark Pink #EA4A7D
RGB
CMYK
RGB Variations
Color information
#EA4A7D (or 0xEA4A7D) is known color: Dark Pink. HEX triplet: EA, 4A and 7D. RGB value is (234,74,125). Sum of RGB (Red+Green+Blue) = 234+74+125=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4A7D is #15B582. Grayscale: #7F7F7F. Windows color (decimal): -1422723 or 8211178. OLE color: 8211178.
HSL color Cylindrical-coordinate representation of color #EA4A7D: hue angle of 340.88º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4A7D is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 74 | 125 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.08 |
| HSL | 340.88º | 0.79% | 0.6% | - |
| HSV(B) | 340.88º | 0.68% | 0.92% | - |
| XYZ | 40.08 | 23.87 | 21.9 | - |
| YUV | 127.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 74 | 125 | 0 | 0.68 | 0.47 | 0.08 | 340.88 | 0.79 | 0.6 |
| Hex | EA | 4A | 7D | 0 | 44 | 2F | 8 | 155 | 4F | 3C |
| Octal | 352 | 112 | 175 | 0 | 104 | 57 | 10 | 525 | 117 | 74 |
| Binary | 11101010 | 1001010 | 1111101 | 0 | 1000100 | 101111 | 1000 | 101010101 | 1001111 | 111100 |
Color Harmonies of #EA4A7D
Complementary color
Monochromatic Colors of #EA4A7D
Black with #EA4A7D
Text Example
Text Example
White with #EA4A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4A7D; }
p { color: rgb(234,74,125); }
H1.HeaderClassName
{
color: #EA4A7D;
}
.AnyTagClassName
{
color: #EA4A7D;
}
</style>
background-color css
<style>
a { background-color: #EA4A7D; }
a { background-color: rgb(234,74,125); }
div.DivClassName
{
background-color: #EA4A7D;
}
.BgClassName
{
background-color: #EA4A7D;
}
</style>
border-color css
<style>
span { border-color: #EA4A7D; }
span { border-color: rgb(234,74,125); }
td.TdClassName
{
border-color: #EA4A7D;
}
.TagClassName
{
border-color: #EA4A7D;
}
</style>