Shades of Dark Pink #ED4E84
Tints of Dark Pink #ED4E84
RGB
CMYK
RGB Variations
Color information
#ED4E84 (or 0xED4E84) is known color: Dark Pink. HEX triplet: ED, 4E and 84. RGB value is (237,78,132). Sum of RGB (Red+Green+Blue) = 237+78+132=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4E84 is #12B17B. Grayscale: #838383. Windows color (decimal): -1225084 or 8670957. OLE color: 8670957.
HSL color Cylindrical-coordinate representation of color #ED4E84: hue angle of 339.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4E84 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 132 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.07 |
| HSL | 339.62º | 0.82% | 0.62% | - |
| HSV(B) | 339.62º | 0.67% | 0.93% | - |
| XYZ | 41.81 | 25.12 | 24.47 | - |
| YUV | 131.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 132 | 0 | 0.67 | 0.44 | 0.07 | 339.62 | 0.82 | 0.62 |
| Hex | ED | 4E | 84 | 0 | 43 | 2C | 7 | 154 | 52 | 3E |
| Octal | 355 | 116 | 204 | 0 | 103 | 54 | 7 | 524 | 122 | 76 |
| Binary | 11101101 | 1001110 | 10000100 | 0 | 1000011 | 101100 | 111 | 101010100 | 1010010 | 111110 |
Color Harmonies of #ED4E84
Complementary color
Monochromatic Colors of #ED4E84
Black with #ED4E84
Text Example
Text Example
White with #ED4E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4E84; }
p { color: rgb(237,78,132); }
H1.HeaderClassName
{
color: #ED4E84;
}
.AnyTagClassName
{
color: #ED4E84;
}
</style>
background-color css
<style>
a { background-color: #ED4E84; }
a { background-color: rgb(237,78,132); }
div.DivClassName
{
background-color: #ED4E84;
}
.BgClassName
{
background-color: #ED4E84;
}
</style>
border-color css
<style>
span { border-color: #ED4E84; }
span { border-color: rgb(237,78,132); }
td.TdClassName
{
border-color: #ED4E84;
}
.TagClassName
{
border-color: #ED4E84;
}
</style>