Shades of Deep Pink #ED1080
Tints of Deep Pink #ED1080
RGB
CMYK
RGB Variations
Color information
#ED1080 (or 0xED1080) is known color: Deep Pink. HEX triplet: ED, 10 and 80. RGB value is (237,16,128). Sum of RGB (Red+Green+Blue) = 237+16+128=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1080 is #12EF7F. Grayscale: #5E5E5E. Windows color (decimal): -1240960 or 8392941. OLE color: 8392941.
HSL color Cylindrical-coordinate representation of color #ED1080: hue angle of 329.59º 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 #ED1080 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 128 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.07 |
| HSL | 329.59º | 0.87% | 0.5% | - |
| HSV(B) | 329.59º | 0.93% | 0.93% | - |
| XYZ | 39.01 | 19.93 | 22.21 | - |
| YUV | 94.85 | 146.72 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 128 | 0 | 0.93 | 0.46 | 0.07 | 329.59 | 0.87 | 0.5 |
| Hex | ED | 10 | 80 | 0 | 5D | 2E | 7 | 14A | 57 | 32 |
| Octal | 355 | 20 | 200 | 0 | 135 | 56 | 7 | 512 | 127 | 62 |
| Binary | 11101101 | 10000 | 10000000 | 0 | 1011101 | 101110 | 111 | 101001010 | 1010111 | 110010 |
Color Harmonies of #ED1080
Complementary color
Monochromatic Colors of #ED1080
Black with #ED1080
Text Example
Text Example
White with #ED1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1080; }
p { color: rgb(237,16,128); }
H1.HeaderClassName
{
color: #ED1080;
}
.AnyTagClassName
{
color: #ED1080;
}
</style>
background-color css
<style>
a { background-color: #ED1080; }
a { background-color: rgb(237,16,128); }
div.DivClassName
{
background-color: #ED1080;
}
.BgClassName
{
background-color: #ED1080;
}
</style>
border-color css
<style>
span { border-color: #ED1080; }
span { border-color: rgb(237,16,128); }
td.TdClassName
{
border-color: #ED1080;
}
.TagClassName
{
border-color: #ED1080;
}
</style>