Shades of Dark Pink #EA4E7D
Tints of Dark Pink #EA4E7D
RGB
CMYK
RGB Variations
Color information
#EA4E7D (or 0xEA4E7D) is known color: Dark Pink. HEX triplet: EA, 4E and 7D. RGB value is (234,78,125). Sum of RGB (Red+Green+Blue) = 234+78+125=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4E7D is #15B182. Grayscale: #818181. Windows color (decimal): -1421699 or 8212202. OLE color: 8212202.
HSL color Cylindrical-coordinate representation of color #EA4E7D: hue angle of 341.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4E7D is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 125 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.08 |
| HSL | 341.92º | 0.79% | 0.61% | - |
| HSV(B) | 341.92º | 0.67% | 0.92% | - |
| XYZ | 40.36 | 24.42 | 21.99 | - |
| YUV | 130 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 125 | 0 | 0.67 | 0.47 | 0.08 | 341.92 | 0.79 | 0.61 |
| Hex | EA | 4E | 7D | 0 | 43 | 2F | 8 | 156 | 4F | 3D |
| Octal | 352 | 116 | 175 | 0 | 103 | 57 | 10 | 526 | 117 | 75 |
| Binary | 11101010 | 1001110 | 1111101 | 0 | 1000011 | 101111 | 1000 | 101010110 | 1001111 | 111101 |
Color Harmonies of #EA4E7D
Complementary color
Monochromatic Colors of #EA4E7D
Black with #EA4E7D
Text Example
Text Example
White with #EA4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4E7D; }
p { color: rgb(234,78,125); }
H1.HeaderClassName
{
color: #EA4E7D;
}
.AnyTagClassName
{
color: #EA4E7D;
}
</style>
background-color css
<style>
a { background-color: #EA4E7D; }
a { background-color: rgb(234,78,125); }
div.DivClassName
{
background-color: #EA4E7D;
}
.BgClassName
{
background-color: #EA4E7D;
}
</style>
border-color css
<style>
span { border-color: #EA4E7D; }
span { border-color: rgb(234,78,125); }
td.TdClassName
{
border-color: #EA4E7D;
}
.TagClassName
{
border-color: #EA4E7D;
}
</style>