Shades of Deep Pink #EF137C
Tints of Deep Pink #EF137C
RGB
CMYK
RGB Variations
Color information
#EF137C (or 0xEF137C) is known color: Deep Pink. HEX triplet: EF, 13 and 7C. RGB value is (239,19,124). Sum of RGB (Red+Green+Blue) = 239+19+124=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF137C is #10EC83. Grayscale: #606060. Windows color (decimal): -1109124 or 8131567. OLE color: 8131567.
HSL color Cylindrical-coordinate representation of color #EF137C: hue angle of 331.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 #EF137C is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 124 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.06 |
| HSL | 331.36º | 0.87% | 0.51% | - |
| HSV(B) | 331.36º | 0.92% | 0.94% | - |
| XYZ | 39.47 | 20.27 | 20.9 | - |
| YUV | 96.75 | 143.39 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 124 | 0 | 0.92 | 0.48 | 0.06 | 331.36 | 0.87 | 0.51 |
| Hex | EF | 13 | 7C | 0 | 5C | 30 | 6 | 14B | 57 | 33 |
| Octal | 357 | 23 | 174 | 0 | 134 | 60 | 6 | 513 | 127 | 63 |
| Binary | 11101111 | 10011 | 1111100 | 0 | 1011100 | 110000 | 110 | 101001011 | 1010111 | 110011 |
Color Harmonies of #EF137C
Complementary color
Monochromatic Colors of #EF137C
Black with #EF137C
Text Example
Text Example
White with #EF137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF137C; }
p { color: rgb(239,19,124); }
H1.HeaderClassName
{
color: #EF137C;
}
.AnyTagClassName
{
color: #EF137C;
}
</style>
background-color css
<style>
a { background-color: #EF137C; }
a { background-color: rgb(239,19,124); }
div.DivClassName
{
background-color: #EF137C;
}
.BgClassName
{
background-color: #EF137C;
}
</style>
border-color css
<style>
span { border-color: #EF137C; }
span { border-color: rgb(239,19,124); }
td.TdClassName
{
border-color: #EF137C;
}
.TagClassName
{
border-color: #EF137C;
}
</style>