Shades of Deep Pink #EF0C93
Tints of Deep Pink #EF0C93
RGB
CMYK
RGB Variations
Color information
#EF0C93 (or 0xEF0C93) is known color: Deep Pink. HEX triplet: EF, 0C and 93. RGB value is (239,12,147). Sum of RGB (Red+Green+Blue) = 239+12+147=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0C93 is #10F36C. Grayscale: #5E5E5E. Windows color (decimal): -1110893 or 9637103. OLE color: 9637103.
HSL color Cylindrical-coordinate representation of color #EF0C93: hue angle of 324.32º 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 #EF0C93 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 147 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.06 |
| HSL | 324.32º | 0.9% | 0.49% | - |
| HSV(B) | 324.32º | 0.95% | 0.94% | - |
| XYZ | 40.99 | 20.72 | 29.44 | - |
| YUV | 95.26 | 157.21 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 147 | 0 | 0.95 | 0.38 | 0.06 | 324.32 | 0.9 | 0.49 |
| Hex | EF | C | 93 | 0 | 5F | 26 | 6 | 144 | 5A | 31 |
| Octal | 357 | 14 | 223 | 0 | 137 | 46 | 6 | 504 | 132 | 61 |
| Binary | 11101111 | 1100 | 10010011 | 0 | 1011111 | 100110 | 110 | 101000100 | 1011010 | 110001 |
Color Harmonies of #EF0C93
Complementary color
Monochromatic Colors of #EF0C93
Black with #EF0C93
Text Example
Text Example
White with #EF0C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C93; }
p { color: rgb(239,12,147); }
H1.HeaderClassName
{
color: #EF0C93;
}
.AnyTagClassName
{
color: #EF0C93;
}
</style>
background-color css
<style>
a { background-color: #EF0C93; }
a { background-color: rgb(239,12,147); }
div.DivClassName
{
background-color: #EF0C93;
}
.BgClassName
{
background-color: #EF0C93;
}
</style>
border-color css
<style>
span { border-color: #EF0C93; }
span { border-color: rgb(239,12,147); }
td.TdClassName
{
border-color: #EF0C93;
}
.TagClassName
{
border-color: #EF0C93;
}
</style>