Shades of Deep Pink #ED047F
Tints of Deep Pink #ED047F
RGB
CMYK
RGB Variations
Color information
#ED047F (or 0xED047F) is known color: Deep Pink. HEX triplet: ED, 04 and 7F. RGB value is (237,4,127). Sum of RGB (Red+Green+Blue) = 237+4+127=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED047F is #12FB80. Grayscale: #575757. Windows color (decimal): -1244033 or 8324333. OLE color: 8324333.
HSL color Cylindrical-coordinate representation of color #ED047F: hue angle of 328.33º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED047F is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.07 |
| HSL | 328.33º | 0.97% | 0.47% | - |
| HSV(B) | 328.33º | 0.98% | 0.93% | - |
| XYZ | 38.8 | 19.62 | 21.82 | - |
| YUV | 87.69 | 150.19 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 127 | 0 | 0.98 | 0.46 | 0.07 | 328.33 | 0.97 | 0.47 |
| Hex | ED | 4 | 7F | 0 | 62 | 2E | 7 | 148 | 61 | 2F |
| Octal | 355 | 4 | 177 | 0 | 142 | 56 | 7 | 510 | 141 | 57 |
| Binary | 11101101 | 100 | 1111111 | 0 | 1100010 | 101110 | 111 | 101001000 | 1100001 | 101111 |
Color Harmonies of #ED047F
Complementary color
Monochromatic Colors of #ED047F
Black with #ED047F
Text Example
Text Example
White with #ED047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED047F; }
p { color: rgb(237,4,127); }
H1.HeaderClassName
{
color: #ED047F;
}
.AnyTagClassName
{
color: #ED047F;
}
</style>
background-color css
<style>
a { background-color: #ED047F; }
a { background-color: rgb(237,4,127); }
div.DivClassName
{
background-color: #ED047F;
}
.BgClassName
{
background-color: #ED047F;
}
</style>
border-color css
<style>
span { border-color: #ED047F; }
span { border-color: rgb(237,4,127); }
td.TdClassName
{
border-color: #ED047F;
}
.TagClassName
{
border-color: #ED047F;
}
</style>