Shades of Deep Pink #EF0582
Tints of Deep Pink #EF0582
RGB
CMYK
RGB Variations
Color information
#EF0582 (or 0xEF0582) is known color: Deep Pink. HEX triplet: EF, 05 and 82. RGB value is (239,5,130). Sum of RGB (Red+Green+Blue) = 239+5+130=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0582 is #10FA7D. Grayscale: #585858. Windows color (decimal): -1112702 or 8521199. OLE color: 8521199.
HSL color Cylindrical-coordinate representation of color #EF0582: hue angle of 327.95º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0582 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.06 |
| HSL | 327.95º | 0.96% | 0.48% | - |
| HSV(B) | 327.95º | 0.98% | 0.94% | - |
| XYZ | 39.68 | 20.07 | 22.9 | - |
| YUV | 89.22 | 151.02 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 130 | 0 | 0.98 | 0.46 | 0.06 | 327.95 | 0.96 | 0.48 |
| Hex | EF | 5 | 82 | 0 | 62 | 2E | 6 | 148 | 60 | 30 |
| Octal | 357 | 5 | 202 | 0 | 142 | 56 | 6 | 510 | 140 | 60 |
| Binary | 11101111 | 101 | 10000010 | 0 | 1100010 | 101110 | 110 | 101001000 | 1100000 | 110000 |
Color Harmonies of #EF0582
Complementary color
Monochromatic Colors of #EF0582
Black with #EF0582
Text Example
Text Example
White with #EF0582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0582; }
p { color: rgb(239,5,130); }
H1.HeaderClassName
{
color: #EF0582;
}
.AnyTagClassName
{
color: #EF0582;
}
</style>
background-color css
<style>
a { background-color: #EF0582; }
a { background-color: rgb(239,5,130); }
div.DivClassName
{
background-color: #EF0582;
}
.BgClassName
{
background-color: #EF0582;
}
</style>
border-color css
<style>
span { border-color: #EF0582; }
span { border-color: rgb(239,5,130); }
td.TdClassName
{
border-color: #EF0582;
}
.TagClassName
{
border-color: #EF0582;
}
</style>