Shades of Deep Pink #EF2193
Tints of Deep Pink #EF2193
RGB
CMYK
RGB Variations
Color information
#EF2193 (or 0xEF2193) is known color: Deep Pink. HEX triplet: EF, 21 and 93. RGB value is (239,33,147). Sum of RGB (Red+Green+Blue) = 239+33+147=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2193 is #10DE6C. Grayscale: #6B6B6B. Windows color (decimal): -1105517 or 9642479. OLE color: 9642479.
HSL color Cylindrical-coordinate representation of color #EF2193: hue angle of 326.8º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2193 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 147 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.06 |
| HSL | 326.8º | 0.87% | 0.53% | - |
| HSV(B) | 326.8º | 0.86% | 0.94% | - |
| XYZ | 41.41 | 21.55 | 29.58 | - |
| YUV | 107.59 | 150.25 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 147 | 0 | 0.86 | 0.38 | 0.06 | 326.8 | 0.87 | 0.53 |
| Hex | EF | 21 | 93 | 0 | 56 | 26 | 6 | 147 | 57 | 35 |
| Octal | 357 | 41 | 223 | 0 | 126 | 46 | 6 | 507 | 127 | 65 |
| Binary | 11101111 | 100001 | 10010011 | 0 | 1010110 | 100110 | 110 | 101000111 | 1010111 | 110101 |
Color Harmonies of #EF2193
Complementary color
Monochromatic Colors of #EF2193
Black with #EF2193
Text Example
Text Example
White with #EF2193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2193; }
p { color: rgb(239,33,147); }
H1.HeaderClassName
{
color: #EF2193;
}
.AnyTagClassName
{
color: #EF2193;
}
</style>
background-color css
<style>
a { background-color: #EF2193; }
a { background-color: rgb(239,33,147); }
div.DivClassName
{
background-color: #EF2193;
}
.BgClassName
{
background-color: #EF2193;
}
</style>
border-color css
<style>
span { border-color: #EF2193; }
span { border-color: rgb(239,33,147); }
td.TdClassName
{
border-color: #EF2193;
}
.TagClassName
{
border-color: #EF2193;
}
</style>