Shades of Deep Pink #EF149C
Tints of Deep Pink #EF149C
RGB
CMYK
RGB Variations
Color information
#EF149C (or 0xEF149C) is known color: Deep Pink. HEX triplet: EF, 14 and 9C. RGB value is (239,20,156). Sum of RGB (Red+Green+Blue) = 239+20+156=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF149C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF149C is #10EB63. Grayscale: #646464. Windows color (decimal): -1108836 or 10228975. OLE color: 10228975.
HSL color Cylindrical-coordinate representation of color #EF149C: hue angle of 322.74º 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 #EF149C is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 156 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.06 |
| HSL | 322.74º | 0.87% | 0.51% | - |
| HSV(B) | 322.74º | 0.92% | 0.94% | - |
| XYZ | 41.85 | 21.25 | 33.35 | - |
| YUV | 100.99 | 159.05 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 156 | 0 | 0.92 | 0.35 | 0.06 | 322.74 | 0.87 | 0.51 |
| Hex | EF | 14 | 9C | 0 | 5C | 23 | 6 | 143 | 57 | 33 |
| Octal | 357 | 24 | 234 | 0 | 134 | 43 | 6 | 503 | 127 | 63 |
| Binary | 11101111 | 10100 | 10011100 | 0 | 1011100 | 100011 | 110 | 101000011 | 1010111 | 110011 |
Color Harmonies of #EF149C
Complementary color
Monochromatic Colors of #EF149C
Black with #EF149C
Text Example
Text Example
White with #EF149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF149C; }
p { color: rgb(239,20,156); }
H1.HeaderClassName
{
color: #EF149C;
}
.AnyTagClassName
{
color: #EF149C;
}
</style>
background-color css
<style>
a { background-color: #EF149C; }
a { background-color: rgb(239,20,156); }
div.DivClassName
{
background-color: #EF149C;
}
.BgClassName
{
background-color: #EF149C;
}
</style>
border-color css
<style>
span { border-color: #EF149C; }
span { border-color: rgb(239,20,156); }
td.TdClassName
{
border-color: #EF149C;
}
.TagClassName
{
border-color: #EF149C;
}
</style>