Shades of Deep Pink #EF097D
Tints of Deep Pink #EF097D
RGB
CMYK
RGB Variations
Color information
#EF097D (or 0xEF097D) is known color: Deep Pink. HEX triplet: EF, 09 and 7D. RGB value is (239,9,125). Sum of RGB (Red+Green+Blue) = 239+9+125=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF097D is #10F682. Grayscale: #5A5A5A. Windows color (decimal): -1111683 or 8194543. OLE color: 8194543.
HSL color Cylindrical-coordinate representation of color #EF097D: hue angle of 329.74º 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 #EF097D is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.06 |
| HSL | 329.74º | 0.93% | 0.49% | - |
| HSV(B) | 329.74º | 0.96% | 0.94% | - |
| XYZ | 39.4 | 20.03 | 21.19 | - |
| YUV | 90.99 | 147.2 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 125 | 0 | 0.96 | 0.48 | 0.06 | 329.74 | 0.93 | 0.49 |
| Hex | EF | 9 | 7D | 0 | 60 | 30 | 6 | 14A | 5D | 31 |
| Octal | 357 | 11 | 175 | 0 | 140 | 60 | 6 | 512 | 135 | 61 |
| Binary | 11101111 | 1001 | 1111101 | 0 | 1100000 | 110000 | 110 | 101001010 | 1011101 | 110001 |
Color Harmonies of #EF097D
Complementary color
Monochromatic Colors of #EF097D
Black with #EF097D
Text Example
Text Example
White with #EF097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF097D; }
p { color: rgb(239,9,125); }
H1.HeaderClassName
{
color: #EF097D;
}
.AnyTagClassName
{
color: #EF097D;
}
</style>
background-color css
<style>
a { background-color: #EF097D; }
a { background-color: rgb(239,9,125); }
div.DivClassName
{
background-color: #EF097D;
}
.BgClassName
{
background-color: #EF097D;
}
</style>
border-color css
<style>
span { border-color: #EF097D; }
span { border-color: rgb(239,9,125); }
td.TdClassName
{
border-color: #EF097D;
}
.TagClassName
{
border-color: #EF097D;
}
</style>