Shades of Deep Pink #EF147D
Tints of Deep Pink #EF147D
RGB
CMYK
RGB Variations
Color information
#EF147D (or 0xEF147D) is known color: Deep Pink. HEX triplet: EF, 14 and 7D. RGB value is (239,20,125). Sum of RGB (Red+Green+Blue) = 239+20+125=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF147D is #10EB82. Grayscale: #616161. Windows color (decimal): -1108867 or 8197359. OLE color: 8197359.
HSL color Cylindrical-coordinate representation of color #EF147D: hue angle of 331.23º 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 #EF147D is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 125 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.06 |
| HSL | 331.23º | 0.87% | 0.51% | - |
| HSV(B) | 331.23º | 0.92% | 0.94% | - |
| XYZ | 39.55 | 20.33 | 21.24 | - |
| YUV | 97.45 | 143.55 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 125 | 0 | 0.92 | 0.48 | 0.06 | 331.23 | 0.87 | 0.51 |
| Hex | EF | 14 | 7D | 0 | 5C | 30 | 6 | 14B | 57 | 33 |
| Octal | 357 | 24 | 175 | 0 | 134 | 60 | 6 | 513 | 127 | 63 |
| Binary | 11101111 | 10100 | 1111101 | 0 | 1011100 | 110000 | 110 | 101001011 | 1010111 | 110011 |
Color Harmonies of #EF147D
Complementary color
Monochromatic Colors of #EF147D
Black with #EF147D
Text Example
Text Example
White with #EF147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF147D; }
p { color: rgb(239,20,125); }
H1.HeaderClassName
{
color: #EF147D;
}
.AnyTagClassName
{
color: #EF147D;
}
</style>
background-color css
<style>
a { background-color: #EF147D; }
a { background-color: rgb(239,20,125); }
div.DivClassName
{
background-color: #EF147D;
}
.BgClassName
{
background-color: #EF147D;
}
</style>
border-color css
<style>
span { border-color: #EF147D; }
span { border-color: rgb(239,20,125); }
td.TdClassName
{
border-color: #EF147D;
}
.TagClassName
{
border-color: #EF147D;
}
</style>