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