Shades of Deep Pink #EF157A
Tints of Deep Pink #EF157A
RGB
CMYK
RGB Variations
Color information
#EF157A (or 0xEF157A) is known color: Deep Pink. HEX triplet: EF, 15 and 7A. RGB value is (239,21,122). Sum of RGB (Red+Green+Blue) = 239+21+122=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF157A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF157A is #10EA85. Grayscale: #616161. Windows color (decimal): -1108614 or 8001007. OLE color: 8001007.
HSL color Cylindrical-coordinate representation of color #EF157A: hue angle of 332.2º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF157A is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 122 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.06 |
| HSL | 332.2º | 0.87% | 0.51% | - |
| HSV(B) | 332.2º | 0.91% | 0.94% | - |
| XYZ | 39.38 | 20.29 | 20.25 | - |
| YUV | 97.7 | 141.72 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 122 | 0 | 0.91 | 0.49 | 0.06 | 332.2 | 0.87 | 0.51 |
| Hex | EF | 15 | 7A | 0 | 5B | 31 | 6 | 14C | 57 | 33 |
| Octal | 357 | 25 | 172 | 0 | 133 | 61 | 6 | 514 | 127 | 63 |
| Binary | 11101111 | 10101 | 1111010 | 0 | 1011011 | 110001 | 110 | 101001100 | 1010111 | 110011 |
Color Harmonies of #EF157A
Complementary color
Monochromatic Colors of #EF157A
Black with #EF157A
Text Example
Text Example
White with #EF157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF157A; }
p { color: rgb(239,21,122); }
H1.HeaderClassName
{
color: #EF157A;
}
.AnyTagClassName
{
color: #EF157A;
}
</style>
background-color css
<style>
a { background-color: #EF157A; }
a { background-color: rgb(239,21,122); }
div.DivClassName
{
background-color: #EF157A;
}
.BgClassName
{
background-color: #EF157A;
}
</style>
border-color css
<style>
span { border-color: #EF157A; }
span { border-color: rgb(239,21,122); }
td.TdClassName
{
border-color: #EF157A;
}
.TagClassName
{
border-color: #EF157A;
}
</style>