Shades of Deep Pink #EF1795
Tints of Deep Pink #EF1795
RGB
CMYK
RGB Variations
Color information
#EF1795 (or 0xEF1795) is known color: Deep Pink. HEX triplet: EF, 17 and 95. RGB value is (239,23,149). Sum of RGB (Red+Green+Blue) = 239+23+149=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1795 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1795 is #10E86A. Grayscale: #656565. Windows color (decimal): -1108075 or 9770991. OLE color: 9770991.
HSL color Cylindrical-coordinate representation of color #EF1795: hue angle of 325º 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 #EF1795 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 149 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.06 |
| HSL | 325º | 0.87% | 0.51% | - |
| HSV(B) | 325º | 0.9% | 0.94% | - |
| XYZ | 41.33 | 21.13 | 30.33 | - |
| YUV | 101.95 | 154.56 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 149 | 0 | 0.90 | 0.38 | 0.06 | 325 | 0.87 | 0.51 |
| Hex | EF | 17 | 95 | 0 | 5A | 26 | 6 | 145 | 57 | 33 |
| Octal | 357 | 27 | 225 | 0 | 132 | 46 | 6 | 505 | 127 | 63 |
| Binary | 11101111 | 10111 | 10010101 | 0 | 1011010 | 100110 | 110 | 101000101 | 1010111 | 110011 |
Color Harmonies of #EF1795
Complementary color
Monochromatic Colors of #EF1795
Black with #EF1795
Text Example
Text Example
White with #EF1795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1795; }
p { color: rgb(239,23,149); }
H1.HeaderClassName
{
color: #EF1795;
}
.AnyTagClassName
{
color: #EF1795;
}
</style>
background-color css
<style>
a { background-color: #EF1795; }
a { background-color: rgb(239,23,149); }
div.DivClassName
{
background-color: #EF1795;
}
.BgClassName
{
background-color: #EF1795;
}
</style>
border-color css
<style>
span { border-color: #EF1795; }
span { border-color: rgb(239,23,149); }
td.TdClassName
{
border-color: #EF1795;
}
.TagClassName
{
border-color: #EF1795;
}
</style>