Shades of Deep Pink #EF0080
Tints of Deep Pink #EF0080
RGB
CMYK
RGB Variations
Color information
#EF0080 (or 0xEF0080) is known color: Deep Pink. HEX triplet: EF, 00 and 80. RGB value is (239,0,128). Sum of RGB (Red+Green+Blue) = 239+0+128=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0080 is #10FF7F. Grayscale: #555555. Windows color (decimal): -1113984 or 8388847. OLE color: 8388847.
HSL color Cylindrical-coordinate representation of color #EF0080: hue angle of 327.87º 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 #EF0080 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.46 | 0.06 |
| HSL | 327.87º | 1% | 0.47% | - |
| HSV(B) | 327.87º | 1% | 0.94% | - |
| XYZ | 39.49 | 19.91 | 22.18 | - |
| YUV | 86.05 | 151.68 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 128 | 0 | 1 | 0.46 | 0.06 | 327.87 | 1 | 0.47 |
| Hex | EF | 0 | 80 | 0 | 64 | 2E | 6 | 148 | 64 | 2F |
| Octal | 357 | 0 | 200 | 0 | 144 | 56 | 6 | 510 | 144 | 57 |
| Binary | 11101111 | 0 | 10000000 | 0 | 1100100 | 101110 | 110 | 101001000 | 1100100 | 101111 |
Color Harmonies of #EF0080
Complementary color
Monochromatic Colors of #EF0080
Black with #EF0080
Text Example
Text Example
White with #EF0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0080; }
p { color: rgb(239,0,128); }
H1.HeaderClassName
{
color: #EF0080;
}
.AnyTagClassName
{
color: #EF0080;
}
</style>
background-color css
<style>
a { background-color: #EF0080; }
a { background-color: rgb(239,0,128); }
div.DivClassName
{
background-color: #EF0080;
}
.BgClassName
{
background-color: #EF0080;
}
</style>
border-color css
<style>
span { border-color: #EF0080; }
span { border-color: rgb(239,0,128); }
td.TdClassName
{
border-color: #EF0080;
}
.TagClassName
{
border-color: #EF0080;
}
</style>