Shades of Deep Pink #EF0C94
Tints of Deep Pink #EF0C94
RGB
CMYK
RGB Variations
Color information
#EF0C94 (or 0xEF0C94) is known color: Deep Pink. HEX triplet: EF, 0C and 94. RGB value is (239,12,148). Sum of RGB (Red+Green+Blue) = 239+12+148=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0C94 is #10F36B. Grayscale: #5F5F5F. Windows color (decimal): -1110892 or 9702639. OLE color: 9702639.
HSL color Cylindrical-coordinate representation of color #EF0C94: hue angle of 324.05º 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 #EF0C94 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 148 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.06 |
| HSL | 324.05º | 0.9% | 0.49% | - |
| HSV(B) | 324.05º | 0.95% | 0.94% | - |
| XYZ | 41.07 | 20.75 | 29.86 | - |
| YUV | 95.38 | 157.71 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 148 | 0 | 0.95 | 0.38 | 0.06 | 324.05 | 0.9 | 0.49 |
| Hex | EF | C | 94 | 0 | 5F | 26 | 6 | 144 | 5A | 31 |
| Octal | 357 | 14 | 224 | 0 | 137 | 46 | 6 | 504 | 132 | 61 |
| Binary | 11101111 | 1100 | 10010100 | 0 | 1011111 | 100110 | 110 | 101000100 | 1011010 | 110001 |
Color Harmonies of #EF0C94
Complementary color
Monochromatic Colors of #EF0C94
Black with #EF0C94
Text Example
Text Example
White with #EF0C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C94; }
p { color: rgb(239,12,148); }
H1.HeaderClassName
{
color: #EF0C94;
}
.AnyTagClassName
{
color: #EF0C94;
}
</style>
background-color css
<style>
a { background-color: #EF0C94; }
a { background-color: rgb(239,12,148); }
div.DivClassName
{
background-color: #EF0C94;
}
.BgClassName
{
background-color: #EF0C94;
}
</style>
border-color css
<style>
span { border-color: #EF0C94; }
span { border-color: rgb(239,12,148); }
td.TdClassName
{
border-color: #EF0C94;
}
.TagClassName
{
border-color: #EF0C94;
}
</style>