Shades of Dark Pink #ED4075
Tints of Dark Pink #ED4075
RGB
CMYK
RGB Variations
Color information
#ED4075 (or 0xED4075) is known color: Dark Pink. HEX triplet: ED, 40 and 75. RGB value is (237,64,117). Sum of RGB (Red+Green+Blue) = 237+64+117=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4075 is #12BF8A. Grayscale: #797979. Windows color (decimal): -1228683 or 7684333. OLE color: 7684333.
HSL color Cylindrical-coordinate representation of color #ED4075: hue angle of 341.62º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED4075 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 117 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.07 |
| HSL | 341.62º | 0.83% | 0.59% | - |
| HSV(B) | 341.62º | 0.73% | 0.93% | - |
| XYZ | 39.97 | 22.96 | 19.15 | - |
| YUV | 121.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 117 | 0 | 0.73 | 0.51 | 0.07 | 341.62 | 0.83 | 0.59 |
| Hex | ED | 40 | 75 | 0 | 49 | 33 | 7 | 156 | 53 | 3B |
| Octal | 355 | 100 | 165 | 0 | 111 | 63 | 7 | 526 | 123 | 73 |
| Binary | 11101101 | 1000000 | 1110101 | 0 | 1001001 | 110011 | 111 | 101010110 | 1010011 | 111011 |
Color Harmonies of #ED4075
Complementary color
Monochromatic Colors of #ED4075
Black with #ED4075
Text Example
Text Example
White with #ED4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4075; }
p { color: rgb(237,64,117); }
H1.HeaderClassName
{
color: #ED4075;
}
.AnyTagClassName
{
color: #ED4075;
}
</style>
background-color css
<style>
a { background-color: #ED4075; }
a { background-color: rgb(237,64,117); }
div.DivClassName
{
background-color: #ED4075;
}
.BgClassName
{
background-color: #ED4075;
}
</style>
border-color css
<style>
span { border-color: #ED4075; }
span { border-color: rgb(237,64,117); }
td.TdClassName
{
border-color: #ED4075;
}
.TagClassName
{
border-color: #ED4075;
}
</style>