Shades of Deep Pink #EF0F93
Tints of Deep Pink #EF0F93
RGB
CMYK
RGB Variations
Color information
#EF0F93 (or 0xEF0F93) is known color: Deep Pink. HEX triplet: EF, 0F and 93. RGB value is (239,15,147). Sum of RGB (Red+Green+Blue) = 239+15+147=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0F93 is #10F06C. Grayscale: #606060. Windows color (decimal): -1110125 or 9637871. OLE color: 9637871.
HSL color Cylindrical-coordinate representation of color #EF0F93: hue angle of 324.64º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F93 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 147 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.06 |
| HSL | 324.64º | 0.88% | 0.5% | - |
| HSV(B) | 324.64º | 0.94% | 0.94% | - |
| XYZ | 41.03 | 20.8 | 29.46 | - |
| YUV | 97.02 | 156.21 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 147 | 0 | 0.94 | 0.38 | 0.06 | 324.64 | 0.88 | 0.5 |
| Hex | EF | F | 93 | 0 | 5E | 26 | 6 | 145 | 58 | 32 |
| Octal | 357 | 17 | 223 | 0 | 136 | 46 | 6 | 505 | 130 | 62 |
| Binary | 11101111 | 1111 | 10010011 | 0 | 1011110 | 100110 | 110 | 101000101 | 1011000 | 110010 |
Color Harmonies of #EF0F93
Complementary color
Monochromatic Colors of #EF0F93
Black with #EF0F93
Text Example
Text Example
White with #EF0F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0F93; }
p { color: rgb(239,15,147); }
H1.HeaderClassName
{
color: #EF0F93;
}
.AnyTagClassName
{
color: #EF0F93;
}
</style>
background-color css
<style>
a { background-color: #EF0F93; }
a { background-color: rgb(239,15,147); }
div.DivClassName
{
background-color: #EF0F93;
}
.BgClassName
{
background-color: #EF0F93;
}
</style>
border-color css
<style>
span { border-color: #EF0F93; }
span { border-color: rgb(239,15,147); }
td.TdClassName
{
border-color: #EF0F93;
}
.TagClassName
{
border-color: #EF0F93;
}
</style>