Shades of Deep Pink #EF1082
Tints of Deep Pink #EF1082
RGB
CMYK
RGB Variations
Color information
#EF1082 (or 0xEF1082) is known color: Deep Pink. HEX triplet: EF, 10 and 82. RGB value is (239,16,130). Sum of RGB (Red+Green+Blue) = 239+16+130=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1082 is #10EF7D. Grayscale: #5F5F5F. Windows color (decimal): -1109886 or 8524015. OLE color: 8524015.
HSL color Cylindrical-coordinate representation of color #EF1082: hue angle of 329.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1082 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 130 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.06 |
| HSL | 329.33º | 0.87% | 0.5% | - |
| HSV(B) | 329.33º | 0.93% | 0.94% | - |
| XYZ | 39.81 | 20.33 | 22.95 | - |
| YUV | 95.67 | 147.38 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 130 | 0 | 0.93 | 0.46 | 0.06 | 329.33 | 0.87 | 0.5 |
| Hex | EF | 10 | 82 | 0 | 5D | 2E | 6 | 149 | 57 | 32 |
| Octal | 357 | 20 | 202 | 0 | 135 | 56 | 6 | 511 | 127 | 62 |
| Binary | 11101111 | 10000 | 10000010 | 0 | 1011101 | 101110 | 110 | 101001001 | 1010111 | 110010 |
Color Harmonies of #EF1082
Complementary color
Monochromatic Colors of #EF1082
Black with #EF1082
Text Example
Text Example
White with #EF1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1082; }
p { color: rgb(239,16,130); }
H1.HeaderClassName
{
color: #EF1082;
}
.AnyTagClassName
{
color: #EF1082;
}
</style>
background-color css
<style>
a { background-color: #EF1082; }
a { background-color: rgb(239,16,130); }
div.DivClassName
{
background-color: #EF1082;
}
.BgClassName
{
background-color: #EF1082;
}
</style>
border-color css
<style>
span { border-color: #EF1082; }
span { border-color: rgb(239,16,130); }
td.TdClassName
{
border-color: #EF1082;
}
.TagClassName
{
border-color: #EF1082;
}
</style>