Shades of Deep Pink #EF1999
Tints of Deep Pink #EF1999
RGB
CMYK
RGB Variations
Color information
#EF1999 (or 0xEF1999) is known color: Deep Pink. HEX triplet: EF, 19 and 99. RGB value is (239,25,153). Sum of RGB (Red+Green+Blue) = 239+25+153=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1999 is #10E666. Grayscale: #676767. Windows color (decimal): -1107559 or 10033647. OLE color: 10033647.
HSL color Cylindrical-coordinate representation of color #EF1999: hue angle of 324.11º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1999 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 153 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.06 |
| HSL | 324.11º | 0.87% | 0.52% | - |
| HSV(B) | 324.11º | 0.9% | 0.94% | - |
| XYZ | 41.69 | 21.35 | 32.06 | - |
| YUV | 103.58 | 155.9 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 153 | 0 | 0.90 | 0.36 | 0.06 | 324.11 | 0.87 | 0.52 |
| Hex | EF | 19 | 99 | 0 | 5A | 24 | 6 | 144 | 57 | 34 |
| Octal | 357 | 31 | 231 | 0 | 132 | 44 | 6 | 504 | 127 | 64 |
| Binary | 11101111 | 11001 | 10011001 | 0 | 1011010 | 100100 | 110 | 101000100 | 1010111 | 110100 |
Color Harmonies of #EF1999
Complementary color
Monochromatic Colors of #EF1999
Black with #EF1999
Text Example
Text Example
White with #EF1999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1999; }
p { color: rgb(239,25,153); }
H1.HeaderClassName
{
color: #EF1999;
}
.AnyTagClassName
{
color: #EF1999;
}
</style>
background-color css
<style>
a { background-color: #EF1999; }
a { background-color: rgb(239,25,153); }
div.DivClassName
{
background-color: #EF1999;
}
.BgClassName
{
background-color: #EF1999;
}
</style>
border-color css
<style>
span { border-color: #EF1999; }
span { border-color: rgb(239,25,153); }
td.TdClassName
{
border-color: #EF1999;
}
.TagClassName
{
border-color: #EF1999;
}
</style>