Shades of Deep Pink #EF027C
Tints of Deep Pink #EF027C
RGB
CMYK
RGB Variations
Color information
#EF027C (or 0xEF027C) is known color: Deep Pink. HEX triplet: EF, 02 and 7C. RGB value is (239,2,124). Sum of RGB (Red+Green+Blue) = 239+2+124=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF027C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF027C is #10FD83. Grayscale: #565656. Windows color (decimal): -1113476 or 8127215. OLE color: 8127215.
HSL color Cylindrical-coordinate representation of color #EF027C: hue angle of 329.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF027C is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.06 |
| HSL | 329.11º | 0.98% | 0.47% | - |
| HSV(B) | 329.11º | 0.99% | 0.94% | - |
| XYZ | 39.26 | 19.85 | 20.83 | - |
| YUV | 86.77 | 149.02 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 124 | 0 | 0.99 | 0.48 | 0.06 | 329.11 | 0.98 | 0.47 |
| Hex | EF | 2 | 7C | 0 | 63 | 30 | 6 | 149 | 62 | 2F |
| Octal | 357 | 2 | 174 | 0 | 143 | 60 | 6 | 511 | 142 | 57 |
| Binary | 11101111 | 10 | 1111100 | 0 | 1100011 | 110000 | 110 | 101001001 | 1100010 | 101111 |
Color Harmonies of #EF027C
Complementary color
Monochromatic Colors of #EF027C
Black with #EF027C
Text Example
Text Example
White with #EF027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF027C; }
p { color: rgb(239,2,124); }
H1.HeaderClassName
{
color: #EF027C;
}
.AnyTagClassName
{
color: #EF027C;
}
</style>
background-color css
<style>
a { background-color: #EF027C; }
a { background-color: rgb(239,2,124); }
div.DivClassName
{
background-color: #EF027C;
}
.BgClassName
{
background-color: #EF027C;
}
</style>
border-color css
<style>
span { border-color: #EF027C; }
span { border-color: rgb(239,2,124); }
td.TdClassName
{
border-color: #EF027C;
}
.TagClassName
{
border-color: #EF027C;
}
</style>