Shades of Deep Pink #EF2092
Tints of Deep Pink #EF2092
RGB
CMYK
RGB Variations
Color information
#EF2092 (or 0xEF2092) is known color: Deep Pink. HEX triplet: EF, 20 and 92. RGB value is (239,32,146). Sum of RGB (Red+Green+Blue) = 239+32+146=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2092 is #10DF6D. Grayscale: #6A6A6A. Windows color (decimal): -1105774 or 9576687. OLE color: 9576687.
HSL color Cylindrical-coordinate representation of color #EF2092: hue angle of 326.96º 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 #EF2092 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 146 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.06 |
| HSL | 326.96º | 0.87% | 0.53% | - |
| HSV(B) | 326.96º | 0.87% | 0.94% | - |
| XYZ | 41.3 | 21.46 | 29.16 | - |
| YUV | 106.89 | 150.08 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 146 | 0 | 0.87 | 0.39 | 0.06 | 326.96 | 0.87 | 0.53 |
| Hex | EF | 20 | 92 | 0 | 57 | 27 | 6 | 147 | 57 | 35 |
| Octal | 357 | 40 | 222 | 0 | 127 | 47 | 6 | 507 | 127 | 65 |
| Binary | 11101111 | 100000 | 10010010 | 0 | 1010111 | 100111 | 110 | 101000111 | 1010111 | 110101 |
Color Harmonies of #EF2092
Complementary color
Monochromatic Colors of #EF2092
Black with #EF2092
Text Example
Text Example
White with #EF2092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2092; }
p { color: rgb(239,32,146); }
H1.HeaderClassName
{
color: #EF2092;
}
.AnyTagClassName
{
color: #EF2092;
}
</style>
background-color css
<style>
a { background-color: #EF2092; }
a { background-color: rgb(239,32,146); }
div.DivClassName
{
background-color: #EF2092;
}
.BgClassName
{
background-color: #EF2092;
}
</style>
border-color css
<style>
span { border-color: #EF2092; }
span { border-color: rgb(239,32,146); }
td.TdClassName
{
border-color: #EF2092;
}
.TagClassName
{
border-color: #EF2092;
}
</style>