Shades of Deep Pink #EF097B
Tints of Deep Pink #EF097B
RGB
CMYK
RGB Variations
Color information
#EF097B (or 0xEF097B) is known color: Deep Pink. HEX triplet: EF, 09 and 7B. RGB value is (239,9,123). Sum of RGB (Red+Green+Blue) = 239+9+123=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF097B is #10F684. Grayscale: #5A5A5A. Windows color (decimal): -1111685 or 8063471. OLE color: 8063471.
HSL color Cylindrical-coordinate representation of color #EF097B: hue angle of 330.26º 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 #EF097B is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.06 |
| HSL | 330.26º | 0.93% | 0.49% | - |
| HSV(B) | 330.26º | 0.96% | 0.94% | - |
| XYZ | 39.27 | 19.98 | 20.52 | - |
| YUV | 90.77 | 146.2 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 123 | 0 | 0.96 | 0.49 | 0.06 | 330.26 | 0.93 | 0.49 |
| Hex | EF | 9 | 7B | 0 | 60 | 31 | 6 | 14A | 5D | 31 |
| Octal | 357 | 11 | 173 | 0 | 140 | 61 | 6 | 512 | 135 | 61 |
| Binary | 11101111 | 1001 | 1111011 | 0 | 1100000 | 110001 | 110 | 101001010 | 1011101 | 110001 |
Color Harmonies of #EF097B
Complementary color
Monochromatic Colors of #EF097B
Black with #EF097B
Text Example
Text Example
White with #EF097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF097B; }
p { color: rgb(239,9,123); }
H1.HeaderClassName
{
color: #EF097B;
}
.AnyTagClassName
{
color: #EF097B;
}
</style>
background-color css
<style>
a { background-color: #EF097B; }
a { background-color: rgb(239,9,123); }
div.DivClassName
{
background-color: #EF097B;
}
.BgClassName
{
background-color: #EF097B;
}
</style>
border-color css
<style>
span { border-color: #EF097B; }
span { border-color: rgb(239,9,123); }
td.TdClassName
{
border-color: #EF097B;
}
.TagClassName
{
border-color: #EF097B;
}
</style>