Shades of Deep Pink #EF147E
Tints of Deep Pink #EF147E
RGB
CMYK
RGB Variations
Color information
#EF147E (or 0xEF147E) is known color: Deep Pink. HEX triplet: EF, 14 and 7E. RGB value is (239,20,126). Sum of RGB (Red+Green+Blue) = 239+20+126=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF147E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF147E is #10EB81. Grayscale: #616161. Windows color (decimal): -1108866 or 8262895. OLE color: 8262895.
HSL color Cylindrical-coordinate representation of color #EF147E: hue angle of 330.96º 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 #EF147E is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 126 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.06 |
| HSL | 330.96º | 0.87% | 0.51% | - |
| HSV(B) | 330.96º | 0.92% | 0.94% | - |
| XYZ | 39.61 | 20.36 | 21.58 | - |
| YUV | 97.57 | 144.05 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 126 | 0 | 0.92 | 0.47 | 0.06 | 330.96 | 0.87 | 0.51 |
| Hex | EF | 14 | 7E | 0 | 5C | 2F | 6 | 14B | 57 | 33 |
| Octal | 357 | 24 | 176 | 0 | 134 | 57 | 6 | 513 | 127 | 63 |
| Binary | 11101111 | 10100 | 1111110 | 0 | 1011100 | 101111 | 110 | 101001011 | 1010111 | 110011 |
Color Harmonies of #EF147E
Complementary color
Monochromatic Colors of #EF147E
Black with #EF147E
Text Example
Text Example
White with #EF147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF147E; }
p { color: rgb(239,20,126); }
H1.HeaderClassName
{
color: #EF147E;
}
.AnyTagClassName
{
color: #EF147E;
}
</style>
background-color css
<style>
a { background-color: #EF147E; }
a { background-color: rgb(239,20,126); }
div.DivClassName
{
background-color: #EF147E;
}
.BgClassName
{
background-color: #EF147E;
}
</style>
border-color css
<style>
span { border-color: #EF147E; }
span { border-color: rgb(239,20,126); }
td.TdClassName
{
border-color: #EF147E;
}
.TagClassName
{
border-color: #EF147E;
}
</style>