Shades of Deep Pink #EF0C92
Tints of Deep Pink #EF0C92
RGB
CMYK
RGB Variations
Color information
#EF0C92 (or 0xEF0C92) is known color: Deep Pink. HEX triplet: EF, 0C and 92. RGB value is (239,12,146). Sum of RGB (Red+Green+Blue) = 239+12+146=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0C92 is #10F36D. Grayscale: #5E5E5E. Windows color (decimal): -1110894 or 9571567. OLE color: 9571567.
HSL color Cylindrical-coordinate representation of color #EF0C92: hue angle of 324.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0C92 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 146 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.06 |
| HSL | 324.58º | 0.9% | 0.49% | - |
| HSV(B) | 324.58º | 0.95% | 0.94% | - |
| XYZ | 40.92 | 20.69 | 29.03 | - |
| YUV | 95.15 | 156.71 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 146 | 0 | 0.95 | 0.39 | 0.06 | 324.58 | 0.9 | 0.49 |
| Hex | EF | C | 92 | 0 | 5F | 27 | 6 | 145 | 5A | 31 |
| Octal | 357 | 14 | 222 | 0 | 137 | 47 | 6 | 505 | 132 | 61 |
| Binary | 11101111 | 1100 | 10010010 | 0 | 1011111 | 100111 | 110 | 101000101 | 1011010 | 110001 |
Color Harmonies of #EF0C92
Complementary color
Monochromatic Colors of #EF0C92
Black with #EF0C92
Text Example
Text Example
White with #EF0C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C92; }
p { color: rgb(239,12,146); }
H1.HeaderClassName
{
color: #EF0C92;
}
.AnyTagClassName
{
color: #EF0C92;
}
</style>
background-color css
<style>
a { background-color: #EF0C92; }
a { background-color: rgb(239,12,146); }
div.DivClassName
{
background-color: #EF0C92;
}
.BgClassName
{
background-color: #EF0C92;
}
</style>
border-color css
<style>
span { border-color: #EF0C92; }
span { border-color: rgb(239,12,146); }
td.TdClassName
{
border-color: #EF0C92;
}
.TagClassName
{
border-color: #EF0C92;
}
</style>