Shades of Dark Pink #ED4D75
Tints of Dark Pink #ED4D75
RGB
CMYK
RGB Variations
Color information
#ED4D75 (or 0xED4D75) is known color: Dark Pink. HEX triplet: ED, 4D and 75. RGB value is (237,77,117). Sum of RGB (Red+Green+Blue) = 237+77+117=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4D75 is #12B28A. Grayscale: #818181. Windows color (decimal): -1225355 or 7687661. OLE color: 7687661.
HSL color Cylindrical-coordinate representation of color #ED4D75: hue angle of 345º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4D75 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 77 | 117 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.07 |
| HSL | 345º | 0.82% | 0.62% | - |
| HSV(B) | 345º | 0.68% | 0.93% | - |
| XYZ | 40.79 | 24.6 | 19.43 | - |
| YUV | 129.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 117 | 0 | 0.68 | 0.51 | 0.07 | 345 | 0.82 | 0.62 |
| Hex | ED | 4D | 75 | 0 | 44 | 33 | 7 | 159 | 52 | 3E |
| Octal | 355 | 115 | 165 | 0 | 104 | 63 | 7 | 531 | 122 | 76 |
| Binary | 11101101 | 1001101 | 1110101 | 0 | 1000100 | 110011 | 111 | 101011001 | 1010010 | 111110 |
Color Harmonies of #ED4D75
Complementary color
Monochromatic Colors of #ED4D75
Black with #ED4D75
Text Example
Text Example
White with #ED4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4D75; }
p { color: rgb(237,77,117); }
H1.HeaderClassName
{
color: #ED4D75;
}
.AnyTagClassName
{
color: #ED4D75;
}
</style>
background-color css
<style>
a { background-color: #ED4D75; }
a { background-color: rgb(237,77,117); }
div.DivClassName
{
background-color: #ED4D75;
}
.BgClassName
{
background-color: #ED4D75;
}
</style>
border-color css
<style>
span { border-color: #ED4D75; }
span { border-color: rgb(237,77,117); }
td.TdClassName
{
border-color: #ED4D75;
}
.TagClassName
{
border-color: #ED4D75;
}
</style>