Shades of Deep Pink #EF0882
Tints of Deep Pink #EF0882
RGB
CMYK
RGB Variations
Color information
#EF0882 (or 0xEF0882) is known color: Deep Pink. HEX triplet: EF, 08 and 82. RGB value is (239,8,130). Sum of RGB (Red+Green+Blue) = 239+8+130=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0882 is #10F77D. Grayscale: #5A5A5A. Windows color (decimal): -1111934 or 8521967. OLE color: 8521967.
HSL color Cylindrical-coordinate representation of color #EF0882: hue angle of 328.31º 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 #EF0882 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 130 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.06 |
| HSL | 328.31º | 0.94% | 0.48% | - |
| HSV(B) | 328.31º | 0.97% | 0.94% | - |
| XYZ | 39.71 | 20.14 | 22.91 | - |
| YUV | 90.98 | 150.03 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 130 | 0 | 0.97 | 0.46 | 0.06 | 328.31 | 0.94 | 0.48 |
| Hex | EF | 8 | 82 | 0 | 61 | 2E | 6 | 148 | 5E | 30 |
| Octal | 357 | 10 | 202 | 0 | 141 | 56 | 6 | 510 | 136 | 60 |
| Binary | 11101111 | 1000 | 10000010 | 0 | 1100001 | 101110 | 110 | 101001000 | 1011110 | 110000 |
Color Harmonies of #EF0882
Complementary color
Monochromatic Colors of #EF0882
Black with #EF0882
Text Example
Text Example
White with #EF0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0882; }
p { color: rgb(239,8,130); }
H1.HeaderClassName
{
color: #EF0882;
}
.AnyTagClassName
{
color: #EF0882;
}
</style>
background-color css
<style>
a { background-color: #EF0882; }
a { background-color: rgb(239,8,130); }
div.DivClassName
{
background-color: #EF0882;
}
.BgClassName
{
background-color: #EF0882;
}
</style>
border-color css
<style>
span { border-color: #EF0882; }
span { border-color: rgb(239,8,130); }
td.TdClassName
{
border-color: #EF0882;
}
.TagClassName
{
border-color: #EF0882;
}
</style>