Shades of Deep Pink #ED0083
Tints of Deep Pink #ED0083
RGB
CMYK
RGB Variations
Color information
#ED0083 (or 0xED0083) is known color: Deep Pink. HEX triplet: ED, 00 and 83. RGB value is (237,0,131). Sum of RGB (Red+Green+Blue) = 237+0+131=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0083 is #12FF7C. Grayscale: #555555. Windows color (decimal): -1245053 or 8585453. OLE color: 8585453.
HSL color Cylindrical-coordinate representation of color #ED0083: hue angle of 326.84º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0083 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.45 | 0.07 |
| HSL | 326.84º | 1% | 0.46% | - |
| HSV(B) | 326.84º | 1% | 0.93% | - |
| XYZ | 39.02 | 19.64 | 23.21 | - |
| YUV | 85.8 | 153.52 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 131 | 0 | 1 | 0.45 | 0.07 | 326.84 | 1 | 0.46 |
| Hex | ED | 0 | 83 | 0 | 64 | 2D | 7 | 147 | 64 | 2E |
| Octal | 355 | 0 | 203 | 0 | 144 | 55 | 7 | 507 | 144 | 56 |
| Binary | 11101101 | 0 | 10000011 | 0 | 1100100 | 101101 | 111 | 101000111 | 1100100 | 101110 |
Color Harmonies of #ED0083
Complementary color
Monochromatic Colors of #ED0083
Black with #ED0083
Text Example
Text Example
White with #ED0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0083; }
p { color: rgb(237,0,131); }
H1.HeaderClassName
{
color: #ED0083;
}
.AnyTagClassName
{
color: #ED0083;
}
</style>
background-color css
<style>
a { background-color: #ED0083; }
a { background-color: rgb(237,0,131); }
div.DivClassName
{
background-color: #ED0083;
}
.BgClassName
{
background-color: #ED0083;
}
</style>
border-color css
<style>
span { border-color: #ED0083; }
span { border-color: rgb(237,0,131); }
td.TdClassName
{
border-color: #ED0083;
}
.TagClassName
{
border-color: #ED0083;
}
</style>