Shades of Deep Pink #EF007E
Tints of Deep Pink #EF007E
RGB
CMYK
RGB Variations
Color information
#EF007E (or 0xEF007E) is known color: Deep Pink. HEX triplet: EF, 00 and 7E. RGB value is (239,0,126). Sum of RGB (Red+Green+Blue) = 239+0+126=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF007E is #10FF81. Grayscale: #555555. Windows color (decimal): -1113986 or 8257775. OLE color: 8257775.
HSL color Cylindrical-coordinate representation of color #EF007E: hue angle of 328.37º 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 #EF007E is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.47 | 0.06 |
| HSL | 328.37º | 1% | 0.47% | - |
| HSV(B) | 328.37º | 1% | 0.94% | - |
| XYZ | 39.36 | 19.86 | 21.5 | - |
| YUV | 85.83 | 150.68 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 126 | 0 | 1 | 0.47 | 0.06 | 328.37 | 1 | 0.47 |
| Hex | EF | 0 | 7E | 0 | 64 | 2F | 6 | 148 | 64 | 2F |
| Octal | 357 | 0 | 176 | 0 | 144 | 57 | 6 | 510 | 144 | 57 |
| Binary | 11101111 | 0 | 1111110 | 0 | 1100100 | 101111 | 110 | 101001000 | 1100100 | 101111 |
Color Harmonies of #EF007E
Complementary color
Monochromatic Colors of #EF007E
Black with #EF007E
Text Example
Text Example
White with #EF007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF007E; }
p { color: rgb(239,0,126); }
H1.HeaderClassName
{
color: #EF007E;
}
.AnyTagClassName
{
color: #EF007E;
}
</style>
background-color css
<style>
a { background-color: #EF007E; }
a { background-color: rgb(239,0,126); }
div.DivClassName
{
background-color: #EF007E;
}
.BgClassName
{
background-color: #EF007E;
}
</style>
border-color css
<style>
span { border-color: #EF007E; }
span { border-color: rgb(239,0,126); }
td.TdClassName
{
border-color: #EF007E;
}
.TagClassName
{
border-color: #EF007E;
}
</style>