Shades of Deep Pink #EF0782
Tints of Deep Pink #EF0782
RGB
CMYK
RGB Variations
Color information
#EF0782 (or 0xEF0782) is known color: Deep Pink. HEX triplet: EF, 07 and 82. RGB value is (239,7,130). Sum of RGB (Red+Green+Blue) = 239+7+130=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0782 is #10F87D. Grayscale: #5A5A5A. Windows color (decimal): -1112190 or 8521711. OLE color: 8521711.
HSL color Cylindrical-coordinate representation of color #EF0782: hue angle of 328.19º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0782 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 130 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.06 |
| HSL | 328.19º | 0.94% | 0.48% | - |
| HSV(B) | 328.19º | 0.97% | 0.94% | - |
| XYZ | 39.7 | 20.11 | 22.91 | - |
| YUV | 90.39 | 150.36 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 130 | 0 | 0.97 | 0.46 | 0.06 | 328.19 | 0.94 | 0.48 |
| Hex | EF | 7 | 82 | 0 | 61 | 2E | 6 | 148 | 5E | 30 |
| Octal | 357 | 7 | 202 | 0 | 141 | 56 | 6 | 510 | 136 | 60 |
| Binary | 11101111 | 111 | 10000010 | 0 | 1100001 | 101110 | 110 | 101001000 | 1011110 | 110000 |
Color Harmonies of #EF0782
Complementary color
Monochromatic Colors of #EF0782
Black with #EF0782
Text Example
Text Example
White with #EF0782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0782; }
p { color: rgb(239,7,130); }
H1.HeaderClassName
{
color: #EF0782;
}
.AnyTagClassName
{
color: #EF0782;
}
</style>
background-color css
<style>
a { background-color: #EF0782; }
a { background-color: rgb(239,7,130); }
div.DivClassName
{
background-color: #EF0782;
}
.BgClassName
{
background-color: #EF0782;
}
</style>
border-color css
<style>
span { border-color: #EF0782; }
span { border-color: rgb(239,7,130); }
td.TdClassName
{
border-color: #EF0782;
}
.TagClassName
{
border-color: #EF0782;
}
</style>