Shades of Deep Pink #ED007F
Tints of Deep Pink #ED007F
RGB
CMYK
RGB Variations
Color information
#ED007F (or 0xED007F) is known color: Deep Pink. HEX triplet: ED, 00 and 7F. RGB value is (237,0,127). Sum of RGB (Red+Green+Blue) = 237+0+127=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED007F is #12FF80. Grayscale: #555555. Windows color (decimal): -1245057 or 8323309. OLE color: 8323309.
HSL color Cylindrical-coordinate representation of color #ED007F: hue angle of 327.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED007F is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.46 | 0.07 |
| HSL | 327.85º | 1% | 0.46% | - |
| HSV(B) | 327.85º | 1% | 0.93% | - |
| XYZ | 38.76 | 19.54 | 21.81 | - |
| YUV | 85.34 | 151.52 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 127 | 0 | 1 | 0.46 | 0.07 | 327.85 | 1 | 0.46 |
| Hex | ED | 0 | 7F | 0 | 64 | 2E | 7 | 148 | 64 | 2E |
| Octal | 355 | 0 | 177 | 0 | 144 | 56 | 7 | 510 | 144 | 56 |
| Binary | 11101101 | 0 | 1111111 | 0 | 1100100 | 101110 | 111 | 101001000 | 1100100 | 101110 |
Color Harmonies of #ED007F
Complementary color
Monochromatic Colors of #ED007F
Black with #ED007F
Text Example
Text Example
White with #ED007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED007F; }
p { color: rgb(237,0,127); }
H1.HeaderClassName
{
color: #ED007F;
}
.AnyTagClassName
{
color: #ED007F;
}
</style>
background-color css
<style>
a { background-color: #ED007F; }
a { background-color: rgb(237,0,127); }
div.DivClassName
{
background-color: #ED007F;
}
.BgClassName
{
background-color: #ED007F;
}
</style>
border-color css
<style>
span { border-color: #ED007F; }
span { border-color: rgb(237,0,127); }
td.TdClassName
{
border-color: #ED007F;
}
.TagClassName
{
border-color: #ED007F;
}
</style>