Shades of Deep Pink #ED0084
Tints of Deep Pink #ED0084
RGB
CMYK
RGB Variations
Color information
#ED0084 (or 0xED0084) is known color: Deep Pink. HEX triplet: ED, 00 and 84. RGB value is (237,0,132). Sum of RGB (Red+Green+Blue) = 237+0+132=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0084 is #12FF7B. Grayscale: #555555. Windows color (decimal): -1245052 or 8650989. OLE color: 8650989.
HSL color Cylindrical-coordinate representation of color #ED0084: hue angle of 326.58º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0084 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.44 | 0.07 |
| HSL | 326.58º | 1% | 0.46% | - |
| HSV(B) | 326.58º | 1% | 0.93% | - |
| XYZ | 39.09 | 19.67 | 23.57 | - |
| YUV | 85.91 | 154.02 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 132 | 0 | 1 | 0.44 | 0.07 | 326.58 | 1 | 0.46 |
| Hex | ED | 0 | 84 | 0 | 64 | 2C | 7 | 147 | 64 | 2E |
| Octal | 355 | 0 | 204 | 0 | 144 | 54 | 7 | 507 | 144 | 56 |
| Binary | 11101101 | 0 | 10000100 | 0 | 1100100 | 101100 | 111 | 101000111 | 1100100 | 101110 |
Color Harmonies of #ED0084
Complementary color
Monochromatic Colors of #ED0084
Black with #ED0084
Text Example
Text Example
White with #ED0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0084; }
p { color: rgb(237,0,132); }
H1.HeaderClassName
{
color: #ED0084;
}
.AnyTagClassName
{
color: #ED0084;
}
</style>
background-color css
<style>
a { background-color: #ED0084; }
a { background-color: rgb(237,0,132); }
div.DivClassName
{
background-color: #ED0084;
}
.BgClassName
{
background-color: #ED0084;
}
</style>
border-color css
<style>
span { border-color: #ED0084; }
span { border-color: rgb(237,0,132); }
td.TdClassName
{
border-color: #ED0084;
}
.TagClassName
{
border-color: #ED0084;
}
</style>