Shades of Deep Pink #EF1395
Tints of Deep Pink #EF1395
RGB
CMYK
RGB Variations
Color information
#EF1395 (or 0xEF1395) is known color: Deep Pink. HEX triplet: EF, 13 and 95. RGB value is (239,19,149). Sum of RGB (Red+Green+Blue) = 239+19+149=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1395 is #10EC6A. Grayscale: #636363. Windows color (decimal): -1109099 or 9769967. OLE color: 9769967.
HSL color Cylindrical-coordinate representation of color #EF1395: hue angle of 324.55º 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 #EF1395 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 149 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.06 |
| HSL | 324.55º | 0.87% | 0.51% | - |
| HSV(B) | 324.55º | 0.92% | 0.94% | - |
| XYZ | 41.25 | 20.99 | 30.31 | - |
| YUV | 99.6 | 155.89 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 149 | 0 | 0.92 | 0.38 | 0.06 | 324.55 | 0.87 | 0.51 |
| Hex | EF | 13 | 95 | 0 | 5C | 26 | 6 | 145 | 57 | 33 |
| Octal | 357 | 23 | 225 | 0 | 134 | 46 | 6 | 505 | 127 | 63 |
| Binary | 11101111 | 10011 | 10010101 | 0 | 1011100 | 100110 | 110 | 101000101 | 1010111 | 110011 |
Color Harmonies of #EF1395
Complementary color
Monochromatic Colors of #EF1395
Black with #EF1395
Text Example
Text Example
White with #EF1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1395; }
p { color: rgb(239,19,149); }
H1.HeaderClassName
{
color: #EF1395;
}
.AnyTagClassName
{
color: #EF1395;
}
</style>
background-color css
<style>
a { background-color: #EF1395; }
a { background-color: rgb(239,19,149); }
div.DivClassName
{
background-color: #EF1395;
}
.BgClassName
{
background-color: #EF1395;
}
</style>
border-color css
<style>
span { border-color: #EF1395; }
span { border-color: rgb(239,19,149); }
td.TdClassName
{
border-color: #EF1395;
}
.TagClassName
{
border-color: #EF1395;
}
</style>