Shades of Deep Pink #ED1380
Tints of Deep Pink #ED1380
RGB
CMYK
RGB Variations
Color information
#ED1380 (or 0xED1380) is known color: Deep Pink. HEX triplet: ED, 13 and 80. RGB value is (237,19,128). Sum of RGB (Red+Green+Blue) = 237+19+128=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1380 is #12EC7F. Grayscale: #606060. Windows color (decimal): -1240192 or 8393709. OLE color: 8393709.
HSL color Cylindrical-coordinate representation of color #ED1380: hue angle of 330º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1380 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 128 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.07 |
| HSL | 330º | 0.86% | 0.5% | - |
| HSV(B) | 330º | 0.92% | 0.93% | - |
| XYZ | 39.05 | 20.03 | 22.23 | - |
| YUV | 96.61 | 145.72 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 128 | 0 | 0.92 | 0.46 | 0.07 | 330 | 0.86 | 0.5 |
| Hex | ED | 13 | 80 | 0 | 5C | 2E | 7 | 14A | 56 | 32 |
| Octal | 355 | 23 | 200 | 0 | 134 | 56 | 7 | 512 | 126 | 62 |
| Binary | 11101101 | 10011 | 10000000 | 0 | 1011100 | 101110 | 111 | 101001010 | 1010110 | 110010 |
Color Harmonies of #ED1380
Complementary color
Monochromatic Colors of #ED1380
Black with #ED1380
Text Example
Text Example
White with #ED1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1380; }
p { color: rgb(237,19,128); }
H1.HeaderClassName
{
color: #ED1380;
}
.AnyTagClassName
{
color: #ED1380;
}
</style>
background-color css
<style>
a { background-color: #ED1380; }
a { background-color: rgb(237,19,128); }
div.DivClassName
{
background-color: #ED1380;
}
.BgClassName
{
background-color: #ED1380;
}
</style>
border-color css
<style>
span { border-color: #ED1380; }
span { border-color: rgb(237,19,128); }
td.TdClassName
{
border-color: #ED1380;
}
.TagClassName
{
border-color: #ED1380;
}
</style>