Shades of Deep Pink #EF1995
Tints of Deep Pink #EF1995
RGB
CMYK
RGB Variations
Color information
#EF1995 (or 0xEF1995) is known color: Deep Pink. HEX triplet: EF, 19 and 95. RGB value is (239,25,149). Sum of RGB (Red+Green+Blue) = 239+25+149=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1995 is #10E66A. Grayscale: #666666. Windows color (decimal): -1107563 or 9771503. OLE color: 9771503.
HSL color Cylindrical-coordinate representation of color #EF1995: hue angle of 325.23º 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 #EF1995 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 149 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.06 |
| HSL | 325.23º | 0.87% | 0.52% | - |
| HSV(B) | 325.23º | 0.9% | 0.94% | - |
| XYZ | 41.37 | 21.22 | 30.35 | - |
| YUV | 103.12 | 153.9 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 149 | 0 | 0.90 | 0.38 | 0.06 | 325.23 | 0.87 | 0.52 |
| Hex | EF | 19 | 95 | 0 | 5A | 26 | 6 | 145 | 57 | 34 |
| Octal | 357 | 31 | 225 | 0 | 132 | 46 | 6 | 505 | 127 | 64 |
| Binary | 11101111 | 11001 | 10010101 | 0 | 1011010 | 100110 | 110 | 101000101 | 1010111 | 110100 |
Color Harmonies of #EF1995
Complementary color
Monochromatic Colors of #EF1995
Black with #EF1995
Text Example
Text Example
White with #EF1995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1995; }
p { color: rgb(239,25,149); }
H1.HeaderClassName
{
color: #EF1995;
}
.AnyTagClassName
{
color: #EF1995;
}
</style>
background-color css
<style>
a { background-color: #EF1995; }
a { background-color: rgb(239,25,149); }
div.DivClassName
{
background-color: #EF1995;
}
.BgClassName
{
background-color: #EF1995;
}
</style>
border-color css
<style>
span { border-color: #EF1995; }
span { border-color: rgb(239,25,149); }
td.TdClassName
{
border-color: #EF1995;
}
.TagClassName
{
border-color: #EF1995;
}
</style>