Shades of Deep Pink #EF0082
Tints of Deep Pink #EF0082
RGB
CMYK
RGB Variations
Color information
#EF0082 (or 0xEF0082) is known color: Deep Pink. HEX triplet: EF, 00 and 82. RGB value is (239,0,130). Sum of RGB (Red+Green+Blue) = 239+0+130=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0082 is #10FF7D. Grayscale: #565656. Windows color (decimal): -1113982 or 8519919. OLE color: 8519919.
HSL color Cylindrical-coordinate representation of color #EF0082: hue angle of 327.36º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0082 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.46 | 0.06 |
| HSL | 327.36º | 1% | 0.47% | - |
| HSV(B) | 327.36º | 1% | 0.94% | - |
| XYZ | 39.63 | 19.96 | 22.88 | - |
| YUV | 86.28 | 152.68 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 130 | 0 | 1 | 0.46 | 0.06 | 327.36 | 1 | 0.47 |
| Hex | EF | 0 | 82 | 0 | 64 | 2E | 6 | 147 | 64 | 2F |
| Octal | 357 | 0 | 202 | 0 | 144 | 56 | 6 | 507 | 144 | 57 |
| Binary | 11101111 | 0 | 10000010 | 0 | 1100100 | 101110 | 110 | 101000111 | 1100100 | 101111 |
Color Harmonies of #EF0082
Complementary color
Monochromatic Colors of #EF0082
Black with #EF0082
Text Example
Text Example
White with #EF0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0082; }
p { color: rgb(239,0,130); }
H1.HeaderClassName
{
color: #EF0082;
}
.AnyTagClassName
{
color: #EF0082;
}
</style>
background-color css
<style>
a { background-color: #EF0082; }
a { background-color: rgb(239,0,130); }
div.DivClassName
{
background-color: #EF0082;
}
.BgClassName
{
background-color: #EF0082;
}
</style>
border-color css
<style>
span { border-color: #EF0082; }
span { border-color: rgb(239,0,130); }
td.TdClassName
{
border-color: #EF0082;
}
.TagClassName
{
border-color: #EF0082;
}
</style>