Shades of Deep Pink #EF2292
Tints of Deep Pink #EF2292
RGB
CMYK
RGB Variations
Color information
#EF2292 (or 0xEF2292) is known color: Deep Pink. HEX triplet: EF, 22 and 92. RGB value is (239,34,146). Sum of RGB (Red+Green+Blue) = 239+34+146=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2292 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2292 is #10DD6D. Grayscale: #6B6B6B. Windows color (decimal): -1105262 or 9577199. OLE color: 9577199.
HSL color Cylindrical-coordinate representation of color #EF2292: hue angle of 327.22º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2292 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 146 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.06 |
| HSL | 327.22º | 0.86% | 0.54% | - |
| HSV(B) | 327.22º | 0.86% | 0.94% | - |
| XYZ | 41.36 | 21.57 | 29.18 | - |
| YUV | 108.06 | 149.42 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 146 | 0 | 0.86 | 0.39 | 0.06 | 327.22 | 0.86 | 0.54 |
| Hex | EF | 22 | 92 | 0 | 56 | 27 | 6 | 147 | 56 | 36 |
| Octal | 357 | 42 | 222 | 0 | 126 | 47 | 6 | 507 | 126 | 66 |
| Binary | 11101111 | 100010 | 10010010 | 0 | 1010110 | 100111 | 110 | 101000111 | 1010110 | 110110 |
Color Harmonies of #EF2292
Complementary color
Monochromatic Colors of #EF2292
Black with #EF2292
Text Example
Text Example
White with #EF2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2292; }
p { color: rgb(239,34,146); }
H1.HeaderClassName
{
color: #EF2292;
}
.AnyTagClassName
{
color: #EF2292;
}
</style>
background-color css
<style>
a { background-color: #EF2292; }
a { background-color: rgb(239,34,146); }
div.DivClassName
{
background-color: #EF2292;
}
.BgClassName
{
background-color: #EF2292;
}
</style>
border-color css
<style>
span { border-color: #EF2292; }
span { border-color: rgb(239,34,146); }
td.TdClassName
{
border-color: #EF2292;
}
.TagClassName
{
border-color: #EF2292;
}
</style>