Shades of Dark Pink #ED4E79
Tints of Dark Pink #ED4E79
RGB
CMYK
RGB Variations
Color information
#ED4E79 (or 0xED4E79) is known color: Dark Pink. HEX triplet: ED, 4E and 79. RGB value is (237,78,121). Sum of RGB (Red+Green+Blue) = 237+78+121=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4E79 is #12B186. Grayscale: #828282. Windows color (decimal): -1225095 or 7950061. OLE color: 7950061.
HSL color Cylindrical-coordinate representation of color #ED4E79: hue angle of 343.77º 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 #ED4E79 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 121 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.07 |
| HSL | 343.77º | 0.82% | 0.62% | - |
| HSV(B) | 343.77º | 0.67% | 0.93% | - |
| XYZ | 41.1 | 24.83 | 20.72 | - |
| YUV | 130.44 | 122.68 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 121 | 0 | 0.67 | 0.49 | 0.07 | 343.77 | 0.82 | 0.62 |
| Hex | ED | 4E | 79 | 0 | 43 | 31 | 7 | 158 | 52 | 3E |
| Octal | 355 | 116 | 171 | 0 | 103 | 61 | 7 | 530 | 122 | 76 |
| Binary | 11101101 | 1001110 | 1111001 | 0 | 1000011 | 110001 | 111 | 101011000 | 1010010 | 111110 |
Color Harmonies of #ED4E79
Complementary color
Monochromatic Colors of #ED4E79
Black with #ED4E79
Text Example
Text Example
White with #ED4E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4E79; }
p { color: rgb(237,78,121); }
H1.HeaderClassName
{
color: #ED4E79;
}
.AnyTagClassName
{
color: #ED4E79;
}
</style>
background-color css
<style>
a { background-color: #ED4E79; }
a { background-color: rgb(237,78,121); }
div.DivClassName
{
background-color: #ED4E79;
}
.BgClassName
{
background-color: #ED4E79;
}
</style>
border-color css
<style>
span { border-color: #ED4E79; }
span { border-color: rgb(237,78,121); }
td.TdClassName
{
border-color: #ED4E79;
}
.TagClassName
{
border-color: #ED4E79;
}
</style>