Shades of Deep Pink #EF1593
Tints of Deep Pink #EF1593
RGB
CMYK
RGB Variations
Color information
#EF1593 (or 0xEF1593) is known color: Deep Pink. HEX triplet: EF, 15 and 93. RGB value is (239,21,147). Sum of RGB (Red+Green+Blue) = 239+21+147=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1593 is #10EA6C. Grayscale: #646464. Windows color (decimal): -1108589 or 9639407. OLE color: 9639407.
HSL color Cylindrical-coordinate representation of color #EF1593: hue angle of 325.32º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1593 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 147 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.06 |
| HSL | 325.32º | 0.87% | 0.51% | - |
| HSV(B) | 325.32º | 0.91% | 0.94% | - |
| XYZ | 41.13 | 20.99 | 29.49 | - |
| YUV | 100.55 | 154.22 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 147 | 0 | 0.91 | 0.38 | 0.06 | 325.32 | 0.87 | 0.51 |
| Hex | EF | 15 | 93 | 0 | 5B | 26 | 6 | 145 | 57 | 33 |
| Octal | 357 | 25 | 223 | 0 | 133 | 46 | 6 | 505 | 127 | 63 |
| Binary | 11101111 | 10101 | 10010011 | 0 | 1011011 | 100110 | 110 | 101000101 | 1010111 | 110011 |
Color Harmonies of #EF1593
Complementary color
Monochromatic Colors of #EF1593
Black with #EF1593
Text Example
Text Example
White with #EF1593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1593; }
p { color: rgb(239,21,147); }
H1.HeaderClassName
{
color: #EF1593;
}
.AnyTagClassName
{
color: #EF1593;
}
</style>
background-color css
<style>
a { background-color: #EF1593; }
a { background-color: rgb(239,21,147); }
div.DivClassName
{
background-color: #EF1593;
}
.BgClassName
{
background-color: #EF1593;
}
</style>
border-color css
<style>
span { border-color: #EF1593; }
span { border-color: rgb(239,21,147); }
td.TdClassName
{
border-color: #EF1593;
}
.TagClassName
{
border-color: #EF1593;
}
</style>