Shades of Deep Pink #ED1583
Tints of Deep Pink #ED1583
RGB
CMYK
RGB Variations
Color information
#ED1583 (or 0xED1583) is known color: Deep Pink. HEX triplet: ED, 15 and 83. RGB value is (237,21,131). Sum of RGB (Red+Green+Blue) = 237+21+131=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1583 is #12EA7C. Grayscale: #616161. Windows color (decimal): -1239677 or 8590829. OLE color: 8590829.
HSL color Cylindrical-coordinate representation of color #ED1583: hue angle of 329.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1583 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 131 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.07 |
| HSL | 329.44º | 0.86% | 0.51% | - |
| HSV(B) | 329.44º | 0.91% | 0.93% | - |
| XYZ | 39.29 | 20.18 | 23.3 | - |
| YUV | 98.12 | 146.56 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 131 | 0 | 0.91 | 0.45 | 0.07 | 329.44 | 0.86 | 0.51 |
| Hex | ED | 15 | 83 | 0 | 5B | 2D | 7 | 149 | 56 | 33 |
| Octal | 355 | 25 | 203 | 0 | 133 | 55 | 7 | 511 | 126 | 63 |
| Binary | 11101101 | 10101 | 10000011 | 0 | 1011011 | 101101 | 111 | 101001001 | 1010110 | 110011 |
Color Harmonies of #ED1583
Complementary color
Monochromatic Colors of #ED1583
Black with #ED1583
Text Example
Text Example
White with #ED1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1583; }
p { color: rgb(237,21,131); }
H1.HeaderClassName
{
color: #ED1583;
}
.AnyTagClassName
{
color: #ED1583;
}
</style>
background-color css
<style>
a { background-color: #ED1583; }
a { background-color: rgb(237,21,131); }
div.DivClassName
{
background-color: #ED1583;
}
.BgClassName
{
background-color: #ED1583;
}
</style>
border-color css
<style>
span { border-color: #ED1583; }
span { border-color: rgb(237,21,131); }
td.TdClassName
{
border-color: #ED1583;
}
.TagClassName
{
border-color: #ED1583;
}
</style>