Shades of Deep Pink #EF1E7E
Tints of Deep Pink #EF1E7E
RGB
CMYK
RGB Variations
Color information
#EF1E7E (or 0xEF1E7E) is known color: Deep Pink. HEX triplet: EF, 1E and 7E. RGB value is (239,30,126). Sum of RGB (Red+Green+Blue) = 239+30+126=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E7E is #10E181. Grayscale: #676767. Windows color (decimal): -1106306 or 8265455. OLE color: 8265455.
HSL color Cylindrical-coordinate representation of color #EF1E7E: hue angle of 332.44º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1E7E is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 126 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.06 |
| HSL | 332.44º | 0.87% | 0.53% | - |
| HSV(B) | 332.44º | 0.87% | 0.94% | - |
| XYZ | 39.83 | 20.79 | 21.65 | - |
| YUV | 103.44 | 140.74 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 126 | 0 | 0.87 | 0.47 | 0.06 | 332.44 | 0.87 | 0.53 |
| Hex | EF | 1E | 7E | 0 | 57 | 2F | 6 | 14C | 57 | 35 |
| Octal | 357 | 36 | 176 | 0 | 127 | 57 | 6 | 514 | 127 | 65 |
| Binary | 11101111 | 11110 | 1111110 | 0 | 1010111 | 101111 | 110 | 101001100 | 1010111 | 110101 |
Color Harmonies of #EF1E7E
Complementary color
Monochromatic Colors of #EF1E7E
Black with #EF1E7E
Text Example
Text Example
White with #EF1E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E7E; }
p { color: rgb(239,30,126); }
H1.HeaderClassName
{
color: #EF1E7E;
}
.AnyTagClassName
{
color: #EF1E7E;
}
</style>
background-color css
<style>
a { background-color: #EF1E7E; }
a { background-color: rgb(239,30,126); }
div.DivClassName
{
background-color: #EF1E7E;
}
.BgClassName
{
background-color: #EF1E7E;
}
</style>
border-color css
<style>
span { border-color: #EF1E7E; }
span { border-color: rgb(239,30,126); }
td.TdClassName
{
border-color: #EF1E7E;
}
.TagClassName
{
border-color: #EF1E7E;
}
</style>