Shades of Deep Pink #ED0486
Tints of Deep Pink #ED0486
RGB
CMYK
RGB Variations
Color information
#ED0486 (or 0xED0486) is known color: Deep Pink. HEX triplet: ED, 04 and 86. RGB value is (237,4,134). Sum of RGB (Red+Green+Blue) = 237+4+134=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0486 is #12FB79. Grayscale: #585858. Windows color (decimal): -1244026 or 8783085. OLE color: 8783085.
HSL color Cylindrical-coordinate representation of color #ED0486: hue angle of 326.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0486 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 134 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.07 |
| HSL | 326.52º | 0.97% | 0.47% | - |
| HSV(B) | 326.52º | 0.98% | 0.93% | - |
| XYZ | 39.27 | 19.81 | 24.31 | - |
| YUV | 88.49 | 153.69 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 134 | 0 | 0.98 | 0.43 | 0.07 | 326.52 | 0.97 | 0.47 |
| Hex | ED | 4 | 86 | 0 | 62 | 2B | 7 | 147 | 61 | 2F |
| Octal | 355 | 4 | 206 | 0 | 142 | 53 | 7 | 507 | 141 | 57 |
| Binary | 11101101 | 100 | 10000110 | 0 | 1100010 | 101011 | 111 | 101000111 | 1100001 | 101111 |
Color Harmonies of #ED0486
Complementary color
Monochromatic Colors of #ED0486
Black with #ED0486
Text Example
Text Example
White with #ED0486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0486; }
p { color: rgb(237,4,134); }
H1.HeaderClassName
{
color: #ED0486;
}
.AnyTagClassName
{
color: #ED0486;
}
</style>
background-color css
<style>
a { background-color: #ED0486; }
a { background-color: rgb(237,4,134); }
div.DivClassName
{
background-color: #ED0486;
}
.BgClassName
{
background-color: #ED0486;
}
</style>
border-color css
<style>
span { border-color: #ED0486; }
span { border-color: rgb(237,4,134); }
td.TdClassName
{
border-color: #ED0486;
}
.TagClassName
{
border-color: #ED0486;
}
</style>