Shades of Deep Pink #EF0A80
Tints of Deep Pink #EF0A80
RGB
CMYK
RGB Variations
Color information
#EF0A80 (or 0xEF0A80) is known color: Deep Pink. HEX triplet: EF, 0A and 80. RGB value is (239,10,128). Sum of RGB (Red+Green+Blue) = 239+10+128=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0A80 is #10F57F. Grayscale: #5B5B5B. Windows color (decimal): -1111424 or 8391407. OLE color: 8391407.
HSL color Cylindrical-coordinate representation of color #EF0A80: hue angle of 329.08º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0A80 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 128 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.06 |
| HSL | 329.08º | 0.92% | 0.49% | - |
| HSV(B) | 329.08º | 0.96% | 0.94% | - |
| XYZ | 39.6 | 20.13 | 22.22 | - |
| YUV | 91.92 | 148.37 | 232.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 128 | 0 | 0.96 | 0.46 | 0.06 | 329.08 | 0.92 | 0.49 |
| Hex | EF | A | 80 | 0 | 60 | 2E | 6 | 149 | 5C | 31 |
| Octal | 357 | 12 | 200 | 0 | 140 | 56 | 6 | 511 | 134 | 61 |
| Binary | 11101111 | 1010 | 10000000 | 0 | 1100000 | 101110 | 110 | 101001001 | 1011100 | 110001 |
Color Harmonies of #EF0A80
Complementary color
Monochromatic Colors of #EF0A80
Black with #EF0A80
Text Example
Text Example
White with #EF0A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A80; }
p { color: rgb(239,10,128); }
H1.HeaderClassName
{
color: #EF0A80;
}
.AnyTagClassName
{
color: #EF0A80;
}
</style>
background-color css
<style>
a { background-color: #EF0A80; }
a { background-color: rgb(239,10,128); }
div.DivClassName
{
background-color: #EF0A80;
}
.BgClassName
{
background-color: #EF0A80;
}
</style>
border-color css
<style>
span { border-color: #EF0A80; }
span { border-color: rgb(239,10,128); }
td.TdClassName
{
border-color: #EF0A80;
}
.TagClassName
{
border-color: #EF0A80;
}
</style>