Shades of Deep Pink #ED077E
Tints of Deep Pink #ED077E
RGB
CMYK
RGB Variations
Color information
#ED077E (or 0xED077E) is known color: Deep Pink. HEX triplet: ED, 07 and 7E. RGB value is (237,7,126). Sum of RGB (Red+Green+Blue) = 237+7+126=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED077E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED077E is #12F881. Grayscale: #595959. Windows color (decimal): -1243266 or 8259565. OLE color: 8259565.
HSL color Cylindrical-coordinate representation of color #ED077E: hue angle of 328.96º 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 #ED077E is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 126 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.07 |
| HSL | 328.96º | 0.94% | 0.48% | - |
| HSV(B) | 328.96º | 0.97% | 0.93% | - |
| XYZ | 38.77 | 19.66 | 21.49 | - |
| YUV | 89.34 | 148.7 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 126 | 0 | 0.97 | 0.47 | 0.07 | 328.96 | 0.94 | 0.48 |
| Hex | ED | 7 | 7E | 0 | 61 | 2F | 7 | 149 | 5E | 30 |
| Octal | 355 | 7 | 176 | 0 | 141 | 57 | 7 | 511 | 136 | 60 |
| Binary | 11101101 | 111 | 1111110 | 0 | 1100001 | 101111 | 111 | 101001001 | 1011110 | 110000 |
Color Harmonies of #ED077E
Complementary color
Monochromatic Colors of #ED077E
Black with #ED077E
Text Example
Text Example
White with #ED077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED077E; }
p { color: rgb(237,7,126); }
H1.HeaderClassName
{
color: #ED077E;
}
.AnyTagClassName
{
color: #ED077E;
}
</style>
background-color css
<style>
a { background-color: #ED077E; }
a { background-color: rgb(237,7,126); }
div.DivClassName
{
background-color: #ED077E;
}
.BgClassName
{
background-color: #ED077E;
}
</style>
border-color css
<style>
span { border-color: #ED077E; }
span { border-color: rgb(237,7,126); }
td.TdClassName
{
border-color: #ED077E;
}
.TagClassName
{
border-color: #ED077E;
}
</style>