Shades of Deep Pink #EF147F
Tints of Deep Pink #EF147F
RGB
CMYK
RGB Variations
Color information
#EF147F (or 0xEF147F) is known color: Deep Pink. HEX triplet: EF, 14 and 7F. RGB value is (239,20,127). Sum of RGB (Red+Green+Blue) = 239+20+127=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF147F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF147F is #10EB80. Grayscale: #616161. Windows color (decimal): -1108865 or 8328431. OLE color: 8328431.
HSL color Cylindrical-coordinate representation of color #EF147F: hue angle of 330.68º 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 #EF147F is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 127 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.06 |
| HSL | 330.68º | 0.87% | 0.51% | - |
| HSV(B) | 330.68º | 0.92% | 0.94% | - |
| XYZ | 39.68 | 20.38 | 21.92 | - |
| YUV | 97.68 | 144.55 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 127 | 0 | 0.92 | 0.47 | 0.06 | 330.68 | 0.87 | 0.51 |
| Hex | EF | 14 | 7F | 0 | 5C | 2F | 6 | 14B | 57 | 33 |
| Octal | 357 | 24 | 177 | 0 | 134 | 57 | 6 | 513 | 127 | 63 |
| Binary | 11101111 | 10100 | 1111111 | 0 | 1011100 | 101111 | 110 | 101001011 | 1010111 | 110011 |
Color Harmonies of #EF147F
Complementary color
Monochromatic Colors of #EF147F
Black with #EF147F
Text Example
Text Example
White with #EF147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF147F; }
p { color: rgb(239,20,127); }
H1.HeaderClassName
{
color: #EF147F;
}
.AnyTagClassName
{
color: #EF147F;
}
</style>
background-color css
<style>
a { background-color: #EF147F; }
a { background-color: rgb(239,20,127); }
div.DivClassName
{
background-color: #EF147F;
}
.BgClassName
{
background-color: #EF147F;
}
</style>
border-color css
<style>
span { border-color: #EF147F; }
span { border-color: rgb(239,20,127); }
td.TdClassName
{
border-color: #EF147F;
}
.TagClassName
{
border-color: #EF147F;
}
</style>