Shades of Deep Pink #EF149D
Tints of Deep Pink #EF149D
RGB
CMYK
RGB Variations
Color information
#EF149D (or 0xEF149D) is known color: Deep Pink. HEX triplet: EF, 14 and 9D. RGB value is (239,20,157). Sum of RGB (Red+Green+Blue) = 239+20+157=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF149D is #10EB62. Grayscale: #646464. Windows color (decimal): -1108835 or 10294511. OLE color: 10294511.
HSL color Cylindrical-coordinate representation of color #EF149D: hue angle of 322.47º 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 #EF149D is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 157 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.06 |
| HSL | 322.47º | 0.87% | 0.51% | - |
| HSV(B) | 322.47º | 0.92% | 0.94% | - |
| XYZ | 41.93 | 21.29 | 33.8 | - |
| YUV | 101.1 | 159.55 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 157 | 0 | 0.92 | 0.34 | 0.06 | 322.47 | 0.87 | 0.51 |
| Hex | EF | 14 | 9D | 0 | 5C | 22 | 6 | 142 | 57 | 33 |
| Octal | 357 | 24 | 235 | 0 | 134 | 42 | 6 | 502 | 127 | 63 |
| Binary | 11101111 | 10100 | 10011101 | 0 | 1011100 | 100010 | 110 | 101000010 | 1010111 | 110011 |
Color Harmonies of #EF149D
Complementary color
Monochromatic Colors of #EF149D
Black with #EF149D
Text Example
Text Example
White with #EF149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF149D; }
p { color: rgb(239,20,157); }
H1.HeaderClassName
{
color: #EF149D;
}
.AnyTagClassName
{
color: #EF149D;
}
</style>
background-color css
<style>
a { background-color: #EF149D; }
a { background-color: rgb(239,20,157); }
div.DivClassName
{
background-color: #EF149D;
}
.BgClassName
{
background-color: #EF149D;
}
</style>
border-color css
<style>
span { border-color: #EF149D; }
span { border-color: rgb(239,20,157); }
td.TdClassName
{
border-color: #EF149D;
}
.TagClassName
{
border-color: #EF149D;
}
</style>