Shades of Deep Pink #EF0982
Tints of Deep Pink #EF0982
RGB
CMYK
RGB Variations
Color information
#EF0982 (or 0xEF0982) is known color: Deep Pink. HEX triplet: EF, 09 and 82. RGB value is (239,9,130). Sum of RGB (Red+Green+Blue) = 239+9+130=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0982 is #10F67D. Grayscale: #5B5B5B. Windows color (decimal): -1111678 or 8522223. OLE color: 8522223.
HSL color Cylindrical-coordinate representation of color #EF0982: hue angle of 328.43º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0982 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.06 |
| HSL | 328.43º | 0.93% | 0.49% | - |
| HSV(B) | 328.43º | 0.96% | 0.94% | - |
| XYZ | 39.72 | 20.16 | 22.92 | - |
| YUV | 91.56 | 149.7 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 130 | 0 | 0.96 | 0.46 | 0.06 | 328.43 | 0.93 | 0.49 |
| Hex | EF | 9 | 82 | 0 | 60 | 2E | 6 | 148 | 5D | 31 |
| Octal | 357 | 11 | 202 | 0 | 140 | 56 | 6 | 510 | 135 | 61 |
| Binary | 11101111 | 1001 | 10000010 | 0 | 1100000 | 101110 | 110 | 101001000 | 1011101 | 110001 |
Color Harmonies of #EF0982
Complementary color
Monochromatic Colors of #EF0982
Black with #EF0982
Text Example
Text Example
White with #EF0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0982; }
p { color: rgb(239,9,130); }
H1.HeaderClassName
{
color: #EF0982;
}
.AnyTagClassName
{
color: #EF0982;
}
</style>
background-color css
<style>
a { background-color: #EF0982; }
a { background-color: rgb(239,9,130); }
div.DivClassName
{
background-color: #EF0982;
}
.BgClassName
{
background-color: #EF0982;
}
</style>
border-color css
<style>
span { border-color: #EF0982; }
span { border-color: rgb(239,9,130); }
td.TdClassName
{
border-color: #EF0982;
}
.TagClassName
{
border-color: #EF0982;
}
</style>