Shades of Deep Pink #EF1189
Tints of Deep Pink #EF1189
RGB
CMYK
RGB Variations
Color information
#EF1189 (or 0xEF1189) is known color: Deep Pink. HEX triplet: EF, 11 and 89. RGB value is (239,17,137). Sum of RGB (Red+Green+Blue) = 239+17+137=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1189 is #10EE76. Grayscale: #606060. Windows color (decimal): -1109623 or 8983023. OLE color: 8983023.
HSL color Cylindrical-coordinate representation of color #EF1189: hue angle of 327.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1189 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 137 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.06 |
| HSL | 327.57º | 0.87% | 0.5% | - |
| HSV(B) | 327.57º | 0.93% | 0.94% | - |
| XYZ | 40.31 | 20.56 | 25.51 | - |
| YUV | 97.06 | 150.55 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 137 | 0 | 0.93 | 0.43 | 0.06 | 327.57 | 0.87 | 0.5 |
| Hex | EF | 11 | 89 | 0 | 5D | 2B | 6 | 148 | 57 | 32 |
| Octal | 357 | 21 | 211 | 0 | 135 | 53 | 6 | 510 | 127 | 62 |
| Binary | 11101111 | 10001 | 10001001 | 0 | 1011101 | 101011 | 110 | 101001000 | 1010111 | 110010 |
Color Harmonies of #EF1189
Complementary color
Monochromatic Colors of #EF1189
Black with #EF1189
Text Example
Text Example
White with #EF1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1189; }
p { color: rgb(239,17,137); }
H1.HeaderClassName
{
color: #EF1189;
}
.AnyTagClassName
{
color: #EF1189;
}
</style>
background-color css
<style>
a { background-color: #EF1189; }
a { background-color: rgb(239,17,137); }
div.DivClassName
{
background-color: #EF1189;
}
.BgClassName
{
background-color: #EF1189;
}
</style>
border-color css
<style>
span { border-color: #EF1189; }
span { border-color: rgb(239,17,137); }
td.TdClassName
{
border-color: #EF1189;
}
.TagClassName
{
border-color: #EF1189;
}
</style>