Shades of Deep Pink #ED0780
Tints of Deep Pink #ED0780
RGB
CMYK
RGB Variations
Color information
#ED0780 (or 0xED0780) is known color: Deep Pink. HEX triplet: ED, 07 and 80. RGB value is (237,7,128). Sum of RGB (Red+Green+Blue) = 237+7+128=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0780 is #12F87F. Grayscale: #595959. Windows color (decimal): -1243264 or 8390637. OLE color: 8390637.
HSL color Cylindrical-coordinate representation of color #ED0780: hue angle of 328.43º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0780 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.07 |
| HSL | 328.43º | 0.94% | 0.48% | - |
| HSV(B) | 328.43º | 0.97% | 0.93% | - |
| XYZ | 38.9 | 19.71 | 22.18 | - |
| YUV | 89.56 | 149.7 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 128 | 0 | 0.97 | 0.46 | 0.07 | 328.43 | 0.94 | 0.48 |
| Hex | ED | 7 | 80 | 0 | 61 | 2E | 7 | 148 | 5E | 30 |
| Octal | 355 | 7 | 200 | 0 | 141 | 56 | 7 | 510 | 136 | 60 |
| Binary | 11101101 | 111 | 10000000 | 0 | 1100001 | 101110 | 111 | 101001000 | 1011110 | 110000 |
Color Harmonies of #ED0780
Complementary color
Monochromatic Colors of #ED0780
Black with #ED0780
Text Example
Text Example
White with #ED0780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0780; }
p { color: rgb(237,7,128); }
H1.HeaderClassName
{
color: #ED0780;
}
.AnyTagClassName
{
color: #ED0780;
}
</style>
background-color css
<style>
a { background-color: #ED0780; }
a { background-color: rgb(237,7,128); }
div.DivClassName
{
background-color: #ED0780;
}
.BgClassName
{
background-color: #ED0780;
}
</style>
border-color css
<style>
span { border-color: #ED0780; }
span { border-color: rgb(237,7,128); }
td.TdClassName
{
border-color: #ED0780;
}
.TagClassName
{
border-color: #ED0780;
}
</style>