Shades of Deep Pink #EF1492
Tints of Deep Pink #EF1492
RGB
CMYK
RGB Variations
Color information
#EF1492 (or 0xEF1492) is known color: Deep Pink. HEX triplet: EF, 14 and 92. RGB value is (239,20,146). Sum of RGB (Red+Green+Blue) = 239+20+146=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1492 is #10EB6D. Grayscale: #636363. Windows color (decimal): -1108846 or 9573615. OLE color: 9573615.
HSL color Cylindrical-coordinate representation of color #EF1492: hue angle of 325.48º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1492 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 146 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.06 |
| HSL | 325.48º | 0.87% | 0.51% | - |
| HSV(B) | 325.48º | 0.92% | 0.94% | - |
| XYZ | 41.04 | 20.93 | 29.07 | - |
| YUV | 99.85 | 154.05 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 146 | 0 | 0.92 | 0.39 | 0.06 | 325.48 | 0.87 | 0.51 |
| Hex | EF | 14 | 92 | 0 | 5C | 27 | 6 | 145 | 57 | 33 |
| Octal | 357 | 24 | 222 | 0 | 134 | 47 | 6 | 505 | 127 | 63 |
| Binary | 11101111 | 10100 | 10010010 | 0 | 1011100 | 100111 | 110 | 101000101 | 1010111 | 110011 |
Color Harmonies of #EF1492
Complementary color
Monochromatic Colors of #EF1492
Black with #EF1492
Text Example
Text Example
White with #EF1492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1492; }
p { color: rgb(239,20,146); }
H1.HeaderClassName
{
color: #EF1492;
}
.AnyTagClassName
{
color: #EF1492;
}
</style>
background-color css
<style>
a { background-color: #EF1492; }
a { background-color: rgb(239,20,146); }
div.DivClassName
{
background-color: #EF1492;
}
.BgClassName
{
background-color: #EF1492;
}
</style>
border-color css
<style>
span { border-color: #EF1492; }
span { border-color: rgb(239,20,146); }
td.TdClassName
{
border-color: #EF1492;
}
.TagClassName
{
border-color: #EF1492;
}
</style>