Shades of Deep Pink #ED007D
Tints of Deep Pink #ED007D
RGB
CMYK
RGB Variations
Color information
#ED007D (or 0xED007D) is known color: Deep Pink. HEX triplet: ED, 00 and 7D. RGB value is (237,0,125). Sum of RGB (Red+Green+Blue) = 237+0+125=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED007D is #12FF82. Grayscale: #545454. Windows color (decimal): -1245059 or 8192237. OLE color: 8192237.
HSL color Cylindrical-coordinate representation of color #ED007D: hue angle of 328.35º 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 #ED007D is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.47 | 0.07 |
| HSL | 328.35º | 1% | 0.46% | - |
| HSV(B) | 328.35º | 1% | 0.93% | - |
| XYZ | 38.63 | 19.49 | 21.13 | - |
| YUV | 85.11 | 150.52 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 125 | 0 | 1 | 0.47 | 0.07 | 328.35 | 1 | 0.46 |
| Hex | ED | 0 | 7D | 0 | 64 | 2F | 7 | 148 | 64 | 2E |
| Octal | 355 | 0 | 175 | 0 | 144 | 57 | 7 | 510 | 144 | 56 |
| Binary | 11101101 | 0 | 1111101 | 0 | 1100100 | 101111 | 111 | 101001000 | 1100100 | 101110 |
Color Harmonies of #ED007D
Complementary color
Monochromatic Colors of #ED007D
Black with #ED007D
Text Example
Text Example
White with #ED007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED007D; }
p { color: rgb(237,0,125); }
H1.HeaderClassName
{
color: #ED007D;
}
.AnyTagClassName
{
color: #ED007D;
}
</style>
background-color css
<style>
a { background-color: #ED007D; }
a { background-color: rgb(237,0,125); }
div.DivClassName
{
background-color: #ED007D;
}
.BgClassName
{
background-color: #ED007D;
}
</style>
border-color css
<style>
span { border-color: #ED007D; }
span { border-color: rgb(237,0,125); }
td.TdClassName
{
border-color: #ED007D;
}
.TagClassName
{
border-color: #ED007D;
}
</style>