Shades of Deep Pink #EF1499
Tints of Deep Pink #EF1499
RGB
CMYK
RGB Variations
Color information
#EF1499 (or 0xEF1499) is known color: Deep Pink. HEX triplet: EF, 14 and 99. RGB value is (239,20,153). Sum of RGB (Red+Green+Blue) = 239+20+153=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1499 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1499 is #10EB66. Grayscale: #646464. Windows color (decimal): -1108839 or 10032367. OLE color: 10032367.
HSL color Cylindrical-coordinate representation of color #EF1499: hue angle of 323.56º 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 #EF1499 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 153 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.06 |
| HSL | 323.56º | 0.87% | 0.51% | - |
| HSV(B) | 323.56º | 0.92% | 0.94% | - |
| XYZ | 41.6 | 21.15 | 32.03 | - |
| YUV | 100.64 | 157.55 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 153 | 0 | 0.92 | 0.36 | 0.06 | 323.56 | 0.87 | 0.51 |
| Hex | EF | 14 | 99 | 0 | 5C | 24 | 6 | 144 | 57 | 33 |
| Octal | 357 | 24 | 231 | 0 | 134 | 44 | 6 | 504 | 127 | 63 |
| Binary | 11101111 | 10100 | 10011001 | 0 | 1011100 | 100100 | 110 | 101000100 | 1010111 | 110011 |
Color Harmonies of #EF1499
Complementary color
Monochromatic Colors of #EF1499
Black with #EF1499
Text Example
Text Example
White with #EF1499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1499; }
p { color: rgb(239,20,153); }
H1.HeaderClassName
{
color: #EF1499;
}
.AnyTagClassName
{
color: #EF1499;
}
</style>
background-color css
<style>
a { background-color: #EF1499; }
a { background-color: rgb(239,20,153); }
div.DivClassName
{
background-color: #EF1499;
}
.BgClassName
{
background-color: #EF1499;
}
</style>
border-color css
<style>
span { border-color: #EF1499; }
span { border-color: rgb(239,20,153); }
td.TdClassName
{
border-color: #EF1499;
}
.TagClassName
{
border-color: #EF1499;
}
</style>