Shades of Deep Pink #EF1495
Tints of Deep Pink #EF1495
RGB
CMYK
RGB Variations
Color information
#EF1495 (or 0xEF1495) is known color: Deep Pink. HEX triplet: EF, 14 and 95. RGB value is (239,20,149). Sum of RGB (Red+Green+Blue) = 239+20+149=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1495 is #10EB6A. Grayscale: #636363. Windows color (decimal): -1108843 or 9770223. OLE color: 9770223.
HSL color Cylindrical-coordinate representation of color #EF1495: hue angle of 324.66º 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 #EF1495 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 149 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.06 |
| HSL | 324.66º | 0.87% | 0.51% | - |
| HSV(B) | 324.66º | 0.92% | 0.94% | - |
| XYZ | 41.27 | 21.02 | 30.32 | - |
| YUV | 100.19 | 155.55 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 149 | 0 | 0.92 | 0.38 | 0.06 | 324.66 | 0.87 | 0.51 |
| Hex | EF | 14 | 95 | 0 | 5C | 26 | 6 | 145 | 57 | 33 |
| Octal | 357 | 24 | 225 | 0 | 134 | 46 | 6 | 505 | 127 | 63 |
| Binary | 11101111 | 10100 | 10010101 | 0 | 1011100 | 100110 | 110 | 101000101 | 1010111 | 110011 |
Color Harmonies of #EF1495
Complementary color
Monochromatic Colors of #EF1495
Black with #EF1495
Text Example
Text Example
White with #EF1495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1495; }
p { color: rgb(239,20,149); }
H1.HeaderClassName
{
color: #EF1495;
}
.AnyTagClassName
{
color: #EF1495;
}
</style>
background-color css
<style>
a { background-color: #EF1495; }
a { background-color: rgb(239,20,149); }
div.DivClassName
{
background-color: #EF1495;
}
.BgClassName
{
background-color: #EF1495;
}
</style>
border-color css
<style>
span { border-color: #EF1495; }
span { border-color: rgb(239,20,149); }
td.TdClassName
{
border-color: #EF1495;
}
.TagClassName
{
border-color: #EF1495;
}
</style>