Shades of Deep Pink #ED077D
Tints of Deep Pink #ED077D
RGB
CMYK
RGB Variations
Color information
#ED077D (or 0xED077D) is known color: Deep Pink. HEX triplet: ED, 07 and 7D. RGB value is (237,7,125). Sum of RGB (Red+Green+Blue) = 237+7+125=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED077D is #12F882. Grayscale: #585858. Windows color (decimal): -1243267 or 8194029. OLE color: 8194029.
HSL color Cylindrical-coordinate representation of color #ED077D: hue angle of 329.22º 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 #ED077D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.07 |
| HSL | 329.22º | 0.94% | 0.48% | - |
| HSV(B) | 329.22º | 0.97% | 0.93% | - |
| XYZ | 38.7 | 19.64 | 21.15 | - |
| YUV | 89.22 | 148.2 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 125 | 0 | 0.97 | 0.47 | 0.07 | 329.22 | 0.94 | 0.48 |
| Hex | ED | 7 | 7D | 0 | 61 | 2F | 7 | 149 | 5E | 30 |
| Octal | 355 | 7 | 175 | 0 | 141 | 57 | 7 | 511 | 136 | 60 |
| Binary | 11101101 | 111 | 1111101 | 0 | 1100001 | 101111 | 111 | 101001001 | 1011110 | 110000 |
Color Harmonies of #ED077D
Complementary color
Monochromatic Colors of #ED077D
Black with #ED077D
Text Example
Text Example
White with #ED077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED077D; }
p { color: rgb(237,7,125); }
H1.HeaderClassName
{
color: #ED077D;
}
.AnyTagClassName
{
color: #ED077D;
}
</style>
background-color css
<style>
a { background-color: #ED077D; }
a { background-color: rgb(237,7,125); }
div.DivClassName
{
background-color: #ED077D;
}
.BgClassName
{
background-color: #ED077D;
}
</style>
border-color css
<style>
span { border-color: #ED077D; }
span { border-color: rgb(237,7,125); }
td.TdClassName
{
border-color: #ED077D;
}
.TagClassName
{
border-color: #ED077D;
}
</style>