Shades of Deep Pink #EF007C
Tints of Deep Pink #EF007C
RGB
CMYK
RGB Variations
Color information
#EF007C (or 0xEF007C) is known color: Deep Pink. HEX triplet: EF, 00 and 7C. RGB value is (239,0,124). Sum of RGB (Red+Green+Blue) = 239+0+124=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF007C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF007C is #10FF83. Grayscale: #555555. Windows color (decimal): -1113988 or 8126703. OLE color: 8126703.
HSL color Cylindrical-coordinate representation of color #EF007C: hue angle of 328.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 #EF007C is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.48 | 0.06 |
| HSL | 328.87º | 1% | 0.47% | - |
| HSV(B) | 328.87º | 1% | 0.94% | - |
| XYZ | 39.23 | 19.81 | 20.82 | - |
| YUV | 85.6 | 149.68 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 124 | 0 | 1 | 0.48 | 0.06 | 328.87 | 1 | 0.47 |
| Hex | EF | 0 | 7C | 0 | 64 | 30 | 6 | 149 | 64 | 2F |
| Octal | 357 | 0 | 174 | 0 | 144 | 60 | 6 | 511 | 144 | 57 |
| Binary | 11101111 | 0 | 1111100 | 0 | 1100100 | 110000 | 110 | 101001001 | 1100100 | 101111 |
Color Harmonies of #EF007C
Complementary color
Monochromatic Colors of #EF007C
Black with #EF007C
Text Example
Text Example
White with #EF007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF007C; }
p { color: rgb(239,0,124); }
H1.HeaderClassName
{
color: #EF007C;
}
.AnyTagClassName
{
color: #EF007C;
}
</style>
background-color css
<style>
a { background-color: #EF007C; }
a { background-color: rgb(239,0,124); }
div.DivClassName
{
background-color: #EF007C;
}
.BgClassName
{
background-color: #EF007C;
}
</style>
border-color css
<style>
span { border-color: #EF007C; }
span { border-color: rgb(239,0,124); }
td.TdClassName
{
border-color: #EF007C;
}
.TagClassName
{
border-color: #EF007C;
}
</style>