Shades of Deep Pink #EF149E
Tints of Deep Pink #EF149E
RGB
CMYK
RGB Variations
Color information
#EF149E (or 0xEF149E) is known color: Deep Pink. HEX triplet: EF, 14 and 9E. RGB value is (239,20,158). Sum of RGB (Red+Green+Blue) = 239+20+158=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF149E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF149E is #10EB61. Grayscale: #646464. Windows color (decimal): -1108834 or 10360047. OLE color: 10360047.
HSL color Cylindrical-coordinate representation of color #EF149E: hue angle of 322.19º 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 #EF149E is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 158 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.06 |
| HSL | 322.19º | 0.87% | 0.51% | - |
| HSV(B) | 322.19º | 0.92% | 0.94% | - |
| XYZ | 42.02 | 21.32 | 34.25 | - |
| YUV | 101.21 | 160.05 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 158 | 0 | 0.92 | 0.34 | 0.06 | 322.19 | 0.87 | 0.51 |
| Hex | EF | 14 | 9E | 0 | 5C | 22 | 6 | 142 | 57 | 33 |
| Octal | 357 | 24 | 236 | 0 | 134 | 42 | 6 | 502 | 127 | 63 |
| Binary | 11101111 | 10100 | 10011110 | 0 | 1011100 | 100010 | 110 | 101000010 | 1010111 | 110011 |
Color Harmonies of #EF149E
Complementary color
Monochromatic Colors of #EF149E
Black with #EF149E
Text Example
Text Example
White with #EF149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF149E; }
p { color: rgb(239,20,158); }
H1.HeaderClassName
{
color: #EF149E;
}
.AnyTagClassName
{
color: #EF149E;
}
</style>
background-color css
<style>
a { background-color: #EF149E; }
a { background-color: rgb(239,20,158); }
div.DivClassName
{
background-color: #EF149E;
}
.BgClassName
{
background-color: #EF149E;
}
</style>
border-color css
<style>
span { border-color: #EF149E; }
span { border-color: rgb(239,20,158); }
td.TdClassName
{
border-color: #EF149E;
}
.TagClassName
{
border-color: #EF149E;
}
</style>