Shades of Deep Pink #EF1F7E
Tints of Deep Pink #EF1F7E
RGB
CMYK
RGB Variations
Color information
#EF1F7E (or 0xEF1F7E) is known color: Deep Pink. HEX triplet: EF, 1F and 7E. RGB value is (239,31,126). Sum of RGB (Red+Green+Blue) = 239+31+126=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F7E is #10E081. Grayscale: #676767. Windows color (decimal): -1106050 or 8265711. OLE color: 8265711.
HSL color Cylindrical-coordinate representation of color #EF1F7E: hue angle of 332.6º 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 #EF1F7E is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 126 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.06 |
| HSL | 332.6º | 0.87% | 0.53% | - |
| HSV(B) | 332.6º | 0.87% | 0.94% | - |
| XYZ | 39.85 | 20.84 | 21.66 | - |
| YUV | 104.02 | 140.41 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 126 | 0 | 0.87 | 0.47 | 0.06 | 332.6 | 0.87 | 0.53 |
| Hex | EF | 1F | 7E | 0 | 57 | 2F | 6 | 14D | 57 | 35 |
| Octal | 357 | 37 | 176 | 0 | 127 | 57 | 6 | 515 | 127 | 65 |
| Binary | 11101111 | 11111 | 1111110 | 0 | 1010111 | 101111 | 110 | 101001101 | 1010111 | 110101 |
Color Harmonies of #EF1F7E
Complementary color
Monochromatic Colors of #EF1F7E
Black with #EF1F7E
Text Example
Text Example
White with #EF1F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F7E; }
p { color: rgb(239,31,126); }
H1.HeaderClassName
{
color: #EF1F7E;
}
.AnyTagClassName
{
color: #EF1F7E;
}
</style>
background-color css
<style>
a { background-color: #EF1F7E; }
a { background-color: rgb(239,31,126); }
div.DivClassName
{
background-color: #EF1F7E;
}
.BgClassName
{
background-color: #EF1F7E;
}
</style>
border-color css
<style>
span { border-color: #EF1F7E; }
span { border-color: rgb(239,31,126); }
td.TdClassName
{
border-color: #EF1F7E;
}
.TagClassName
{
border-color: #EF1F7E;
}
</style>