Shades of Deep Pink #EF1389
Tints of Deep Pink #EF1389
RGB
CMYK
RGB Variations
Color information
#EF1389 (or 0xEF1389) is known color: Deep Pink. HEX triplet: EF, 13 and 89. RGB value is (239,19,137). Sum of RGB (Red+Green+Blue) = 239+19+137=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1389 is #10EC76. Grayscale: #616161. Windows color (decimal): -1109111 or 8983535. OLE color: 8983535.
HSL color Cylindrical-coordinate representation of color #EF1389: hue angle of 327.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1389 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 137 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.06 |
| HSL | 327.82º | 0.87% | 0.51% | - |
| HSV(B) | 327.82º | 0.92% | 0.94% | - |
| XYZ | 40.34 | 20.62 | 25.52 | - |
| YUV | 98.23 | 149.89 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 137 | 0 | 0.92 | 0.43 | 0.06 | 327.82 | 0.87 | 0.51 |
| Hex | EF | 13 | 89 | 0 | 5C | 2B | 6 | 148 | 57 | 33 |
| Octal | 357 | 23 | 211 | 0 | 134 | 53 | 6 | 510 | 127 | 63 |
| Binary | 11101111 | 10011 | 10001001 | 0 | 1011100 | 101011 | 110 | 101001000 | 1010111 | 110011 |
Color Harmonies of #EF1389
Complementary color
Monochromatic Colors of #EF1389
Black with #EF1389
Text Example
Text Example
White with #EF1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1389; }
p { color: rgb(239,19,137); }
H1.HeaderClassName
{
color: #EF1389;
}
.AnyTagClassName
{
color: #EF1389;
}
</style>
background-color css
<style>
a { background-color: #EF1389; }
a { background-color: rgb(239,19,137); }
div.DivClassName
{
background-color: #EF1389;
}
.BgClassName
{
background-color: #EF1389;
}
</style>
border-color css
<style>
span { border-color: #EF1389; }
span { border-color: rgb(239,19,137); }
td.TdClassName
{
border-color: #EF1389;
}
.TagClassName
{
border-color: #EF1389;
}
</style>