Shades of Dark Pink #ED4F77
Tints of Dark Pink #ED4F77
RGB
CMYK
RGB Variations
Color information
#ED4F77 (or 0xED4F77) is known color: Dark Pink. HEX triplet: ED, 4F and 77. RGB value is (237,79,119). Sum of RGB (Red+Green+Blue) = 237+79+119=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4F77 is #12B088. Grayscale: #828282. Windows color (decimal): -1224841 or 7819245. OLE color: 7819245.
HSL color Cylindrical-coordinate representation of color #ED4F77: hue angle of 344.81º degrees, saturation: 0.81, 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 #ED4F77 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 119 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.07 |
| HSL | 344.81º | 0.81% | 0.62% | - |
| HSV(B) | 344.81º | 0.67% | 0.93% | - |
| XYZ | 41.05 | 24.93 | 20.1 | - |
| YUV | 130.8 | 121.35 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 119 | 0 | 0.67 | 0.50 | 0.07 | 344.81 | 0.81 | 0.62 |
| Hex | ED | 4F | 77 | 0 | 43 | 32 | 7 | 159 | 51 | 3E |
| Octal | 355 | 117 | 167 | 0 | 103 | 62 | 7 | 531 | 121 | 76 |
| Binary | 11101101 | 1001111 | 1110111 | 0 | 1000011 | 110010 | 111 | 101011001 | 1010001 | 111110 |
Color Harmonies of #ED4F77
Complementary color
Monochromatic Colors of #ED4F77
Black with #ED4F77
Text Example
Text Example
White with #ED4F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4F77; }
p { color: rgb(237,79,119); }
H1.HeaderClassName
{
color: #ED4F77;
}
.AnyTagClassName
{
color: #ED4F77;
}
</style>
background-color css
<style>
a { background-color: #ED4F77; }
a { background-color: rgb(237,79,119); }
div.DivClassName
{
background-color: #ED4F77;
}
.BgClassName
{
background-color: #ED4F77;
}
</style>
border-color css
<style>
span { border-color: #ED4F77; }
span { border-color: rgb(237,79,119); }
td.TdClassName
{
border-color: #ED4F77;
}
.TagClassName
{
border-color: #ED4F77;
}
</style>