Shades of Deep Pink #ED0583
Tints of Deep Pink #ED0583
RGB
CMYK
RGB Variations
Color information
#ED0583 (or 0xED0583) is known color: Deep Pink. HEX triplet: ED, 05 and 83. RGB value is (237,5,131). Sum of RGB (Red+Green+Blue) = 237+5+131=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0583 is #12FA7C. Grayscale: #585858. Windows color (decimal): -1243773 or 8586733. OLE color: 8586733.
HSL color Cylindrical-coordinate representation of color #ED0583: hue angle of 327.41º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0583 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 131 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.07 |
| HSL | 327.41º | 0.96% | 0.47% | - |
| HSV(B) | 327.41º | 0.98% | 0.93% | - |
| XYZ | 39.08 | 19.75 | 23.23 | - |
| YUV | 88.73 | 151.86 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 131 | 0 | 0.98 | 0.45 | 0.07 | 327.41 | 0.96 | 0.47 |
| Hex | ED | 5 | 83 | 0 | 62 | 2D | 7 | 147 | 60 | 2F |
| Octal | 355 | 5 | 203 | 0 | 142 | 55 | 7 | 507 | 140 | 57 |
| Binary | 11101101 | 101 | 10000011 | 0 | 1100010 | 101101 | 111 | 101000111 | 1100000 | 101111 |
Color Harmonies of #ED0583
Complementary color
Monochromatic Colors of #ED0583
Black with #ED0583
Text Example
Text Example
White with #ED0583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0583; }
p { color: rgb(237,5,131); }
H1.HeaderClassName
{
color: #ED0583;
}
.AnyTagClassName
{
color: #ED0583;
}
</style>
background-color css
<style>
a { background-color: #ED0583; }
a { background-color: rgb(237,5,131); }
div.DivClassName
{
background-color: #ED0583;
}
.BgClassName
{
background-color: #ED0583;
}
</style>
border-color css
<style>
span { border-color: #ED0583; }
span { border-color: rgb(237,5,131); }
td.TdClassName
{
border-color: #ED0583;
}
.TagClassName
{
border-color: #ED0583;
}
</style>