Shades of Deep Pink #EF0583
Tints of Deep Pink #EF0583
RGB
CMYK
RGB Variations
Color information
#EF0583 (or 0xEF0583) is known color: Deep Pink. HEX triplet: EF, 05 and 83. RGB value is (239,5,131). Sum of RGB (Red+Green+Blue) = 239+5+131=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0583 is #10FA7C. Grayscale: #595959. Windows color (decimal): -1112701 or 8586735. OLE color: 8586735.
HSL color Cylindrical-coordinate representation of color #EF0583: hue angle of 327.69º 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 #EF0583 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 131 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.06 |
| HSL | 327.69º | 0.96% | 0.48% | - |
| HSV(B) | 327.69º | 0.98% | 0.94% | - |
| XYZ | 39.75 | 20.1 | 23.26 | - |
| YUV | 89.33 | 151.52 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 131 | 0 | 0.98 | 0.45 | 0.06 | 327.69 | 0.96 | 0.48 |
| Hex | EF | 5 | 83 | 0 | 62 | 2D | 6 | 148 | 60 | 30 |
| Octal | 357 | 5 | 203 | 0 | 142 | 55 | 6 | 510 | 140 | 60 |
| Binary | 11101111 | 101 | 10000011 | 0 | 1100010 | 101101 | 110 | 101001000 | 1100000 | 110000 |
Color Harmonies of #EF0583
Complementary color
Monochromatic Colors of #EF0583
Black with #EF0583
Text Example
Text Example
White with #EF0583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0583; }
p { color: rgb(239,5,131); }
H1.HeaderClassName
{
color: #EF0583;
}
.AnyTagClassName
{
color: #EF0583;
}
</style>
background-color css
<style>
a { background-color: #EF0583; }
a { background-color: rgb(239,5,131); }
div.DivClassName
{
background-color: #EF0583;
}
.BgClassName
{
background-color: #EF0583;
}
</style>
border-color css
<style>
span { border-color: #EF0583; }
span { border-color: rgb(239,5,131); }
td.TdClassName
{
border-color: #EF0583;
}
.TagClassName
{
border-color: #EF0583;
}
</style>