Shades of Deep Pink #EF1387
Tints of Deep Pink #EF1387
RGB
CMYK
RGB Variations
Color information
#EF1387 (or 0xEF1387) is known color: Deep Pink. HEX triplet: EF, 13 and 87. RGB value is (239,19,135). Sum of RGB (Red+Green+Blue) = 239+19+135=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1387 is #10EC78. Grayscale: #616161. Windows color (decimal): -1109113 or 8852463. OLE color: 8852463.
HSL color Cylindrical-coordinate representation of color #EF1387: hue angle of 328.36º 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 #EF1387 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 135 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.06 |
| HSL | 328.36º | 0.87% | 0.51% | - |
| HSV(B) | 328.36º | 0.92% | 0.94% | - |
| XYZ | 40.2 | 20.57 | 24.77 | - |
| YUV | 98 | 148.89 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 135 | 0 | 0.92 | 0.44 | 0.06 | 328.36 | 0.87 | 0.51 |
| Hex | EF | 13 | 87 | 0 | 5C | 2C | 6 | 148 | 57 | 33 |
| Octal | 357 | 23 | 207 | 0 | 134 | 54 | 6 | 510 | 127 | 63 |
| Binary | 11101111 | 10011 | 10000111 | 0 | 1011100 | 101100 | 110 | 101001000 | 1010111 | 110011 |
Color Harmonies of #EF1387
Complementary color
Monochromatic Colors of #EF1387
Black with #EF1387
Text Example
Text Example
White with #EF1387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1387; }
p { color: rgb(239,19,135); }
H1.HeaderClassName
{
color: #EF1387;
}
.AnyTagClassName
{
color: #EF1387;
}
</style>
background-color css
<style>
a { background-color: #EF1387; }
a { background-color: rgb(239,19,135); }
div.DivClassName
{
background-color: #EF1387;
}
.BgClassName
{
background-color: #EF1387;
}
</style>
border-color css
<style>
span { border-color: #EF1387; }
span { border-color: rgb(239,19,135); }
td.TdClassName
{
border-color: #EF1387;
}
.TagClassName
{
border-color: #EF1387;
}
</style>