Shades of Dark Pink #EA4D74
Tints of Dark Pink #EA4D74
RGB
CMYK
RGB Variations
Color information
#EA4D74 (or 0xEA4D74) is known color: Dark Pink. HEX triplet: EA, 4D and 74. RGB value is (234,77,116). Sum of RGB (Red+Green+Blue) = 234+77+116=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D74 is #15B28B. Grayscale: #808080. Windows color (decimal): -1421964 or 7622122. OLE color: 7622122.
HSL color Cylindrical-coordinate representation of color #EA4D74: hue angle of 345.1º 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 #EA4D74 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 116 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.08 |
| HSL | 345.1º | 0.79% | 0.61% | - |
| HSV(B) | 345.1º | 0.67% | 0.92% | - |
| XYZ | 39.74 | 24.06 | 19.07 | - |
| YUV | 128.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 116 | 0 | 0.67 | 0.50 | 0.08 | 345.1 | 0.79 | 0.61 |
| Hex | EA | 4D | 74 | 0 | 43 | 32 | 8 | 159 | 4F | 3D |
| Octal | 352 | 115 | 164 | 0 | 103 | 62 | 10 | 531 | 117 | 75 |
| Binary | 11101010 | 1001101 | 1110100 | 0 | 1000011 | 110010 | 1000 | 101011001 | 1001111 | 111101 |
Color Harmonies of #EA4D74
Complementary color
Monochromatic Colors of #EA4D74
Black with #EA4D74
Text Example
Text Example
White with #EA4D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D74; }
p { color: rgb(234,77,116); }
H1.HeaderClassName
{
color: #EA4D74;
}
.AnyTagClassName
{
color: #EA4D74;
}
</style>
background-color css
<style>
a { background-color: #EA4D74; }
a { background-color: rgb(234,77,116); }
div.DivClassName
{
background-color: #EA4D74;
}
.BgClassName
{
background-color: #EA4D74;
}
</style>
border-color css
<style>
span { border-color: #EA4D74; }
span { border-color: rgb(234,77,116); }
td.TdClassName
{
border-color: #EA4D74;
}
.TagClassName
{
border-color: #EA4D74;
}
</style>