Shades of Deep Pink #EF097F
Tints of Deep Pink #EF097F
RGB
CMYK
RGB Variations
Color information
#EF097F (or 0xEF097F) is known color: Deep Pink. HEX triplet: EF, 09 and 7F. RGB value is (239,9,127). Sum of RGB (Red+Green+Blue) = 239+9+127=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF097F is #10F680. Grayscale: #5A5A5A. Windows color (decimal): -1111681 or 8325615. OLE color: 8325615.
HSL color Cylindrical-coordinate representation of color #EF097F: hue angle of 329.22º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF097F is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 127 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.06 |
| HSL | 329.22º | 0.93% | 0.49% | - |
| HSV(B) | 329.22º | 0.96% | 0.94% | - |
| XYZ | 39.53 | 20.08 | 21.87 | - |
| YUV | 91.22 | 148.2 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 127 | 0 | 0.96 | 0.47 | 0.06 | 329.22 | 0.93 | 0.49 |
| Hex | EF | 9 | 7F | 0 | 60 | 2F | 6 | 149 | 5D | 31 |
| Octal | 357 | 11 | 177 | 0 | 140 | 57 | 6 | 511 | 135 | 61 |
| Binary | 11101111 | 1001 | 1111111 | 0 | 1100000 | 101111 | 110 | 101001001 | 1011101 | 110001 |
Color Harmonies of #EF097F
Complementary color
Monochromatic Colors of #EF097F
Black with #EF097F
Text Example
Text Example
White with #EF097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF097F; }
p { color: rgb(239,9,127); }
H1.HeaderClassName
{
color: #EF097F;
}
.AnyTagClassName
{
color: #EF097F;
}
</style>
background-color css
<style>
a { background-color: #EF097F; }
a { background-color: rgb(239,9,127); }
div.DivClassName
{
background-color: #EF097F;
}
.BgClassName
{
background-color: #EF097F;
}
</style>
border-color css
<style>
span { border-color: #EF097F; }
span { border-color: rgb(239,9,127); }
td.TdClassName
{
border-color: #EF097F;
}
.TagClassName
{
border-color: #EF097F;
}
</style>