Shades of Deep Pink #EF1794
Tints of Deep Pink #EF1794
RGB
CMYK
RGB Variations
Color information
#EF1794 (or 0xEF1794) is known color: Deep Pink. HEX triplet: EF, 17 and 94. RGB value is (239,23,148). Sum of RGB (Red+Green+Blue) = 239+23+148=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1794 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1794 is #10E86B. Grayscale: #656565. Windows color (decimal): -1108076 or 9705455. OLE color: 9705455.
HSL color Cylindrical-coordinate representation of color #EF1794: hue angle of 325.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1794 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 148 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.06 |
| HSL | 325.28º | 0.87% | 0.51% | - |
| HSV(B) | 325.28º | 0.9% | 0.94% | - |
| XYZ | 41.25 | 21.1 | 29.92 | - |
| YUV | 101.83 | 154.06 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 148 | 0 | 0.90 | 0.38 | 0.06 | 325.28 | 0.87 | 0.51 |
| Hex | EF | 17 | 94 | 0 | 5A | 26 | 6 | 145 | 57 | 33 |
| Octal | 357 | 27 | 224 | 0 | 132 | 46 | 6 | 505 | 127 | 63 |
| Binary | 11101111 | 10111 | 10010100 | 0 | 1011010 | 100110 | 110 | 101000101 | 1010111 | 110011 |
Color Harmonies of #EF1794
Complementary color
Monochromatic Colors of #EF1794
Black with #EF1794
Text Example
Text Example
White with #EF1794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1794; }
p { color: rgb(239,23,148); }
H1.HeaderClassName
{
color: #EF1794;
}
.AnyTagClassName
{
color: #EF1794;
}
</style>
background-color css
<style>
a { background-color: #EF1794; }
a { background-color: rgb(239,23,148); }
div.DivClassName
{
background-color: #EF1794;
}
.BgClassName
{
background-color: #EF1794;
}
</style>
border-color css
<style>
span { border-color: #EF1794; }
span { border-color: rgb(239,23,148); }
td.TdClassName
{
border-color: #EF1794;
}
.TagClassName
{
border-color: #EF1794;
}
</style>