Shades of Deep Pink #EF1899
Tints of Deep Pink #EF1899
RGB
CMYK
RGB Variations
Color information
#EF1899 (or 0xEF1899) is known color: Deep Pink. HEX triplet: EF, 18 and 99. RGB value is (239,24,153). Sum of RGB (Red+Green+Blue) = 239+24+153=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1899 is #10E766. Grayscale: #666666. Windows color (decimal): -1107815 or 10033391. OLE color: 10033391.
HSL color Cylindrical-coordinate representation of color #EF1899: hue angle of 324º 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 #EF1899 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 153 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.06 |
| HSL | 324º | 0.87% | 0.52% | - |
| HSV(B) | 324º | 0.9% | 0.94% | - |
| XYZ | 41.67 | 21.3 | 32.05 | - |
| YUV | 102.99 | 156.23 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 153 | 0 | 0.90 | 0.36 | 0.06 | 324 | 0.87 | 0.52 |
| Hex | EF | 18 | 99 | 0 | 5A | 24 | 6 | 144 | 57 | 34 |
| Octal | 357 | 30 | 231 | 0 | 132 | 44 | 6 | 504 | 127 | 64 |
| Binary | 11101111 | 11000 | 10011001 | 0 | 1011010 | 100100 | 110 | 101000100 | 1010111 | 110100 |
Color Harmonies of #EF1899
Complementary color
Monochromatic Colors of #EF1899
Black with #EF1899
Text Example
Text Example
White with #EF1899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1899; }
p { color: rgb(239,24,153); }
H1.HeaderClassName
{
color: #EF1899;
}
.AnyTagClassName
{
color: #EF1899;
}
</style>
background-color css
<style>
a { background-color: #EF1899; }
a { background-color: rgb(239,24,153); }
div.DivClassName
{
background-color: #EF1899;
}
.BgClassName
{
background-color: #EF1899;
}
</style>
border-color css
<style>
span { border-color: #EF1899; }
span { border-color: rgb(239,24,153); }
td.TdClassName
{
border-color: #EF1899;
}
.TagClassName
{
border-color: #EF1899;
}
</style>