Shades of Deep Pink #EF1498
Tints of Deep Pink #EF1498
RGB
CMYK
RGB Variations
Color information
#EF1498 (or 0xEF1498) is known color: Deep Pink. HEX triplet: EF, 14 and 98. RGB value is (239,20,152). Sum of RGB (Red+Green+Blue) = 239+20+152=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1498 is #10EB67. Grayscale: #646464. Windows color (decimal): -1108840 or 9966831. OLE color: 9966831.
HSL color Cylindrical-coordinate representation of color #EF1498: hue angle of 323.84º 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 #EF1498 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 152 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.06 |
| HSL | 323.84º | 0.87% | 0.51% | - |
| HSV(B) | 323.84º | 0.92% | 0.94% | - |
| XYZ | 41.51 | 21.12 | 31.59 | - |
| YUV | 100.53 | 157.05 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 152 | 0 | 0.92 | 0.36 | 0.06 | 323.84 | 0.87 | 0.51 |
| Hex | EF | 14 | 98 | 0 | 5C | 24 | 6 | 144 | 57 | 33 |
| Octal | 357 | 24 | 230 | 0 | 134 | 44 | 6 | 504 | 127 | 63 |
| Binary | 11101111 | 10100 | 10011000 | 0 | 1011100 | 100100 | 110 | 101000100 | 1010111 | 110011 |
Color Harmonies of #EF1498
Complementary color
Monochromatic Colors of #EF1498
Black with #EF1498
Text Example
Text Example
White with #EF1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1498; }
p { color: rgb(239,20,152); }
H1.HeaderClassName
{
color: #EF1498;
}
.AnyTagClassName
{
color: #EF1498;
}
</style>
background-color css
<style>
a { background-color: #EF1498; }
a { background-color: rgb(239,20,152); }
div.DivClassName
{
background-color: #EF1498;
}
.BgClassName
{
background-color: #EF1498;
}
</style>
border-color css
<style>
span { border-color: #EF1498; }
span { border-color: rgb(239,20,152); }
td.TdClassName
{
border-color: #EF1498;
}
.TagClassName
{
border-color: #EF1498;
}
</style>