Shades of Deep Pink #EF098C
Tints of Deep Pink #EF098C
RGB
CMYK
RGB Variations
Color information
#EF098C (or 0xEF098C) is known color: Deep Pink. HEX triplet: EF, 09 and 8C. RGB value is (239,9,140). Sum of RGB (Red+Green+Blue) = 239+9+140=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF098C is #10F673. Grayscale: #5C5C5C. Windows color (decimal): -1111668 or 9177583. OLE color: 9177583.
HSL color Cylindrical-coordinate representation of color #EF098C: hue angle of 325.83º 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 #EF098C is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.06 |
| HSL | 325.83º | 0.93% | 0.49% | - |
| HSV(B) | 325.83º | 0.96% | 0.94% | - |
| XYZ | 40.43 | 20.44 | 26.63 | - |
| YUV | 92.7 | 154.7 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 140 | 0 | 0.96 | 0.41 | 0.06 | 325.83 | 0.93 | 0.49 |
| Hex | EF | 9 | 8C | 0 | 60 | 29 | 6 | 146 | 5D | 31 |
| Octal | 357 | 11 | 214 | 0 | 140 | 51 | 6 | 506 | 135 | 61 |
| Binary | 11101111 | 1001 | 10001100 | 0 | 1100000 | 101001 | 110 | 101000110 | 1011101 | 110001 |
Color Harmonies of #EF098C
Complementary color
Monochromatic Colors of #EF098C
Black with #EF098C
Text Example
Text Example
White with #EF098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF098C; }
p { color: rgb(239,9,140); }
H1.HeaderClassName
{
color: #EF098C;
}
.AnyTagClassName
{
color: #EF098C;
}
</style>
background-color css
<style>
a { background-color: #EF098C; }
a { background-color: rgb(239,9,140); }
div.DivClassName
{
background-color: #EF098C;
}
.BgClassName
{
background-color: #EF098C;
}
</style>
border-color css
<style>
span { border-color: #EF098C; }
span { border-color: rgb(239,9,140); }
td.TdClassName
{
border-color: #EF098C;
}
.TagClassName
{
border-color: #EF098C;
}
</style>