Shades of Deep Pink #EF0C91
Tints of Deep Pink #EF0C91
RGB
CMYK
RGB Variations
Color information
#EF0C91 (or 0xEF0C91) is known color: Deep Pink. HEX triplet: EF, 0C and 91. RGB value is (239,12,145). Sum of RGB (Red+Green+Blue) = 239+12+145=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0C91 is #10F36E. Grayscale: #5E5E5E. Windows color (decimal): -1110895 or 9506031. OLE color: 9506031.
HSL color Cylindrical-coordinate representation of color #EF0C91: hue angle of 324.85º 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 #EF0C91 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 145 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.06 |
| HSL | 324.85º | 0.9% | 0.49% | - |
| HSV(B) | 324.85º | 0.95% | 0.94% | - |
| XYZ | 40.84 | 20.66 | 28.62 | - |
| YUV | 95.04 | 156.21 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 145 | 0 | 0.95 | 0.39 | 0.06 | 324.85 | 0.9 | 0.49 |
| Hex | EF | C | 91 | 0 | 5F | 27 | 6 | 145 | 5A | 31 |
| Octal | 357 | 14 | 221 | 0 | 137 | 47 | 6 | 505 | 132 | 61 |
| Binary | 11101111 | 1100 | 10010001 | 0 | 1011111 | 100111 | 110 | 101000101 | 1011010 | 110001 |
Color Harmonies of #EF0C91
Complementary color
Monochromatic Colors of #EF0C91
Black with #EF0C91
Text Example
Text Example
White with #EF0C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C91; }
p { color: rgb(239,12,145); }
H1.HeaderClassName
{
color: #EF0C91;
}
.AnyTagClassName
{
color: #EF0C91;
}
</style>
background-color css
<style>
a { background-color: #EF0C91; }
a { background-color: rgb(239,12,145); }
div.DivClassName
{
background-color: #EF0C91;
}
.BgClassName
{
background-color: #EF0C91;
}
</style>
border-color css
<style>
span { border-color: #EF0C91; }
span { border-color: rgb(239,12,145); }
td.TdClassName
{
border-color: #EF0C91;
}
.TagClassName
{
border-color: #EF0C91;
}
</style>