Shades of Deep Pink #ED1084
Tints of Deep Pink #ED1084
RGB
CMYK
RGB Variations
Color information
#ED1084 (or 0xED1084) is known color: Deep Pink. HEX triplet: ED, 10 and 84. RGB value is (237,16,132). Sum of RGB (Red+Green+Blue) = 237+16+132=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1084 is #12EF7B. Grayscale: #5F5F5F. Windows color (decimal): -1240956 or 8655085. OLE color: 8655085.
HSL color Cylindrical-coordinate representation of color #ED1084: hue angle of 328.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1084 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 132 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.07 |
| HSL | 328.51º | 0.87% | 0.5% | - |
| HSV(B) | 328.51º | 0.93% | 0.93% | - |
| XYZ | 39.28 | 20.04 | 23.63 | - |
| YUV | 95.3 | 148.72 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 132 | 0 | 0.93 | 0.44 | 0.07 | 328.51 | 0.87 | 0.5 |
| Hex | ED | 10 | 84 | 0 | 5D | 2C | 7 | 149 | 57 | 32 |
| Octal | 355 | 20 | 204 | 0 | 135 | 54 | 7 | 511 | 127 | 62 |
| Binary | 11101101 | 10000 | 10000100 | 0 | 1011101 | 101100 | 111 | 101001001 | 1010111 | 110010 |
Color Harmonies of #ED1084
Complementary color
Monochromatic Colors of #ED1084
Black with #ED1084
Text Example
Text Example
White with #ED1084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1084; }
p { color: rgb(237,16,132); }
H1.HeaderClassName
{
color: #ED1084;
}
.AnyTagClassName
{
color: #ED1084;
}
</style>
background-color css
<style>
a { background-color: #ED1084; }
a { background-color: rgb(237,16,132); }
div.DivClassName
{
background-color: #ED1084;
}
.BgClassName
{
background-color: #ED1084;
}
</style>
border-color css
<style>
span { border-color: #ED1084; }
span { border-color: rgb(237,16,132); }
td.TdClassName
{
border-color: #ED1084;
}
.TagClassName
{
border-color: #ED1084;
}
</style>