Shades of Deep Pink #EF139C
Tints of Deep Pink #EF139C
RGB
CMYK
RGB Variations
Color information
#EF139C (or 0xEF139C) is known color: Deep Pink. HEX triplet: EF, 13 and 9C. RGB value is (239,19,156). Sum of RGB (Red+Green+Blue) = 239+19+156=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF139C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF139C is #10EC63. Grayscale: #646464. Windows color (decimal): -1109092 or 10228719. OLE color: 10228719.
HSL color Cylindrical-coordinate representation of color #EF139C: hue angle of 322.64º 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 #EF139C is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 156 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.06 |
| HSL | 322.64º | 0.87% | 0.51% | - |
| HSV(B) | 322.64º | 0.92% | 0.94% | - |
| XYZ | 41.83 | 21.22 | 33.34 | - |
| YUV | 100.4 | 159.39 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 156 | 0 | 0.92 | 0.35 | 0.06 | 322.64 | 0.87 | 0.51 |
| Hex | EF | 13 | 9C | 0 | 5C | 23 | 6 | 143 | 57 | 33 |
| Octal | 357 | 23 | 234 | 0 | 134 | 43 | 6 | 503 | 127 | 63 |
| Binary | 11101111 | 10011 | 10011100 | 0 | 1011100 | 100011 | 110 | 101000011 | 1010111 | 110011 |
Color Harmonies of #EF139C
Complementary color
Monochromatic Colors of #EF139C
Black with #EF139C
Text Example
Text Example
White with #EF139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF139C; }
p { color: rgb(239,19,156); }
H1.HeaderClassName
{
color: #EF139C;
}
.AnyTagClassName
{
color: #EF139C;
}
</style>
background-color css
<style>
a { background-color: #EF139C; }
a { background-color: rgb(239,19,156); }
div.DivClassName
{
background-color: #EF139C;
}
.BgClassName
{
background-color: #EF139C;
}
</style>
border-color css
<style>
span { border-color: #EF139C; }
span { border-color: rgb(239,19,156); }
td.TdClassName
{
border-color: #EF139C;
}
.TagClassName
{
border-color: #EF139C;
}
</style>