Shades of Deep Pink #EF0C80
Tints of Deep Pink #EF0C80
RGB
CMYK
RGB Variations
Color information
#EF0C80 (or 0xEF0C80) is known color: Deep Pink. HEX triplet: EF, 0C and 80. RGB value is (239,12,128). Sum of RGB (Red+Green+Blue) = 239+12+128=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0C80 is #10F37F. Grayscale: #5C5C5C. Windows color (decimal): -1110912 or 8391919. OLE color: 8391919.
HSL color Cylindrical-coordinate representation of color #EF0C80: hue angle of 329.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0C80 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 128 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.06 |
| HSL | 329.34º | 0.9% | 0.49% | - |
| HSV(B) | 329.34º | 0.95% | 0.94% | - |
| XYZ | 39.62 | 20.17 | 22.23 | - |
| YUV | 93.1 | 147.71 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 128 | 0 | 0.95 | 0.46 | 0.06 | 329.34 | 0.9 | 0.49 |
| Hex | EF | C | 80 | 0 | 5F | 2E | 6 | 149 | 5A | 31 |
| Octal | 357 | 14 | 200 | 0 | 137 | 56 | 6 | 511 | 132 | 61 |
| Binary | 11101111 | 1100 | 10000000 | 0 | 1011111 | 101110 | 110 | 101001001 | 1011010 | 110001 |
Color Harmonies of #EF0C80
Complementary color
Monochromatic Colors of #EF0C80
Black with #EF0C80
Text Example
Text Example
White with #EF0C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C80; }
p { color: rgb(239,12,128); }
H1.HeaderClassName
{
color: #EF0C80;
}
.AnyTagClassName
{
color: #EF0C80;
}
</style>
background-color css
<style>
a { background-color: #EF0C80; }
a { background-color: rgb(239,12,128); }
div.DivClassName
{
background-color: #EF0C80;
}
.BgClassName
{
background-color: #EF0C80;
}
</style>
border-color css
<style>
span { border-color: #EF0C80; }
span { border-color: rgb(239,12,128); }
td.TdClassName
{
border-color: #EF0C80;
}
.TagClassName
{
border-color: #EF0C80;
}
</style>