Shades of Deep Pink #ED077F
Tints of Deep Pink #ED077F
RGB
CMYK
RGB Variations
Color information
#ED077F (or 0xED077F) is known color: Deep Pink. HEX triplet: ED, 07 and 7F. RGB value is (237,7,127). Sum of RGB (Red+Green+Blue) = 237+7+127=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED077F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED077F is #12F880. Grayscale: #595959. Windows color (decimal): -1243265 or 8325101. OLE color: 8325101.
HSL color Cylindrical-coordinate representation of color #ED077F: hue angle of 328.7º 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 #ED077F is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 127 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.07 |
| HSL | 328.7º | 0.94% | 0.48% | - |
| HSV(B) | 328.7º | 0.97% | 0.93% | - |
| XYZ | 38.83 | 19.69 | 21.83 | - |
| YUV | 89.45 | 149.2 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 127 | 0 | 0.97 | 0.46 | 0.07 | 328.7 | 0.94 | 0.48 |
| Hex | ED | 7 | 7F | 0 | 61 | 2E | 7 | 149 | 5E | 30 |
| Octal | 355 | 7 | 177 | 0 | 141 | 56 | 7 | 511 | 136 | 60 |
| Binary | 11101101 | 111 | 1111111 | 0 | 1100001 | 101110 | 111 | 101001001 | 1011110 | 110000 |
Color Harmonies of #ED077F
Complementary color
Monochromatic Colors of #ED077F
Black with #ED077F
Text Example
Text Example
White with #ED077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED077F; }
p { color: rgb(237,7,127); }
H1.HeaderClassName
{
color: #ED077F;
}
.AnyTagClassName
{
color: #ED077F;
}
</style>
background-color css
<style>
a { background-color: #ED077F; }
a { background-color: rgb(237,7,127); }
div.DivClassName
{
background-color: #ED077F;
}
.BgClassName
{
background-color: #ED077F;
}
</style>
border-color css
<style>
span { border-color: #ED077F; }
span { border-color: rgb(237,7,127); }
td.TdClassName
{
border-color: #ED077F;
}
.TagClassName
{
border-color: #ED077F;
}
</style>