Shades of Deep Pink #EF1993
Tints of Deep Pink #EF1993
RGB
CMYK
RGB Variations
Color information
#EF1993 (or 0xEF1993) is known color: Deep Pink. HEX triplet: EF, 19 and 93. RGB value is (239,25,147). Sum of RGB (Red+Green+Blue) = 239+25+147=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1993 is #10E66C. Grayscale: #666666. Windows color (decimal): -1107565 or 9640431. OLE color: 9640431.
HSL color Cylindrical-coordinate representation of color #EF1993: hue angle of 325.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1993 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 147 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.06 |
| HSL | 325.79º | 0.87% | 0.52% | - |
| HSV(B) | 325.79º | 0.9% | 0.94% | - |
| XYZ | 41.21 | 21.15 | 29.51 | - |
| YUV | 102.89 | 152.9 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 147 | 0 | 0.90 | 0.38 | 0.06 | 325.79 | 0.87 | 0.52 |
| Hex | EF | 19 | 93 | 0 | 5A | 26 | 6 | 146 | 57 | 34 |
| Octal | 357 | 31 | 223 | 0 | 132 | 46 | 6 | 506 | 127 | 64 |
| Binary | 11101111 | 11001 | 10010011 | 0 | 1011010 | 100110 | 110 | 101000110 | 1010111 | 110100 |
Color Harmonies of #EF1993
Complementary color
Monochromatic Colors of #EF1993
Black with #EF1993
Text Example
Text Example
White with #EF1993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1993; }
p { color: rgb(239,25,147); }
H1.HeaderClassName
{
color: #EF1993;
}
.AnyTagClassName
{
color: #EF1993;
}
</style>
background-color css
<style>
a { background-color: #EF1993; }
a { background-color: rgb(239,25,147); }
div.DivClassName
{
background-color: #EF1993;
}
.BgClassName
{
background-color: #EF1993;
}
</style>
border-color css
<style>
span { border-color: #EF1993; }
span { border-color: rgb(239,25,147); }
td.TdClassName
{
border-color: #EF1993;
}
.TagClassName
{
border-color: #EF1993;
}
</style>