Shades of Deep Pink #EF1992
Tints of Deep Pink #EF1992
RGB
CMYK
RGB Variations
Color information
#EF1992 (or 0xEF1992) is known color: Deep Pink. HEX triplet: EF, 19 and 92. RGB value is (239,25,146). Sum of RGB (Red+Green+Blue) = 239+25+146=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1992 is #10E66D. Grayscale: #666666. Windows color (decimal): -1107566 or 9574895. OLE color: 9574895.
HSL color Cylindrical-coordinate representation of color #EF1992: hue angle of 326.07º 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 #EF1992 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 146 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.06 |
| HSL | 326.07º | 0.87% | 0.52% | - |
| HSV(B) | 326.07º | 0.9% | 0.94% | - |
| XYZ | 41.13 | 21.12 | 29.1 | - |
| YUV | 102.78 | 152.4 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 146 | 0 | 0.90 | 0.39 | 0.06 | 326.07 | 0.87 | 0.52 |
| Hex | EF | 19 | 92 | 0 | 5A | 27 | 6 | 146 | 57 | 34 |
| Octal | 357 | 31 | 222 | 0 | 132 | 47 | 6 | 506 | 127 | 64 |
| Binary | 11101111 | 11001 | 10010010 | 0 | 1011010 | 100111 | 110 | 101000110 | 1010111 | 110100 |
Color Harmonies of #EF1992
Complementary color
Monochromatic Colors of #EF1992
Black with #EF1992
Text Example
Text Example
White with #EF1992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1992; }
p { color: rgb(239,25,146); }
H1.HeaderClassName
{
color: #EF1992;
}
.AnyTagClassName
{
color: #EF1992;
}
</style>
background-color css
<style>
a { background-color: #EF1992; }
a { background-color: rgb(239,25,146); }
div.DivClassName
{
background-color: #EF1992;
}
.BgClassName
{
background-color: #EF1992;
}
</style>
border-color css
<style>
span { border-color: #EF1992; }
span { border-color: rgb(239,25,146); }
td.TdClassName
{
border-color: #EF1992;
}
.TagClassName
{
border-color: #EF1992;
}
</style>