Shades of Deep Pink #ED0380
Tints of Deep Pink #ED0380
RGB
CMYK
RGB Variations
Color information
#ED0380 (or 0xED0380) is known color: Deep Pink. HEX triplet: ED, 03 and 80. RGB value is (237,3,128). Sum of RGB (Red+Green+Blue) = 237+3+128=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0380 is #12FC7F. Grayscale: #565656. Windows color (decimal): -1244288 or 8389613. OLE color: 8389613.
HSL color Cylindrical-coordinate representation of color #ED0380: hue angle of 327.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0380 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.07 |
| HSL | 327.95º | 0.98% | 0.47% | - |
| HSV(B) | 327.95º | 0.99% | 0.93% | - |
| XYZ | 38.85 | 19.63 | 22.16 | - |
| YUV | 87.22 | 151.02 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 128 | 0 | 0.99 | 0.46 | 0.07 | 327.95 | 0.98 | 0.47 |
| Hex | ED | 3 | 80 | 0 | 63 | 2E | 7 | 148 | 62 | 2F |
| Octal | 355 | 3 | 200 | 0 | 143 | 56 | 7 | 510 | 142 | 57 |
| Binary | 11101101 | 11 | 10000000 | 0 | 1100011 | 101110 | 111 | 101001000 | 1100010 | 101111 |
Color Harmonies of #ED0380
Complementary color
Monochromatic Colors of #ED0380
Black with #ED0380
Text Example
Text Example
White with #ED0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0380; }
p { color: rgb(237,3,128); }
H1.HeaderClassName
{
color: #ED0380;
}
.AnyTagClassName
{
color: #ED0380;
}
</style>
background-color css
<style>
a { background-color: #ED0380; }
a { background-color: rgb(237,3,128); }
div.DivClassName
{
background-color: #ED0380;
}
.BgClassName
{
background-color: #ED0380;
}
</style>
border-color css
<style>
span { border-color: #ED0380; }
span { border-color: rgb(237,3,128); }
td.TdClassName
{
border-color: #ED0380;
}
.TagClassName
{
border-color: #ED0380;
}
</style>