Shades of Deep Pink #EF169F
Tints of Deep Pink #EF169F
RGB
CMYK
RGB Variations
Color information
#EF169F (or 0xEF169F) is known color: Deep Pink. HEX triplet: EF, 16 and 9F. RGB value is (239,22,159). Sum of RGB (Red+Green+Blue) = 239+22+159=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF169F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF169F is #10E960. Grayscale: #666666. Windows color (decimal): -1108321 or 10426095. OLE color: 10426095.
HSL color Cylindrical-coordinate representation of color #EF169F: hue angle of 322.12º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF169F is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 159 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.06 |
| HSL | 322.12º | 0.87% | 0.51% | - |
| HSV(B) | 322.12º | 0.91% | 0.94% | - |
| XYZ | 42.14 | 21.43 | 34.72 | - |
| YUV | 102.5 | 159.89 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 159 | 0 | 0.91 | 0.33 | 0.06 | 322.12 | 0.87 | 0.51 |
| Hex | EF | 16 | 9F | 0 | 5B | 21 | 6 | 142 | 57 | 33 |
| Octal | 357 | 26 | 237 | 0 | 133 | 41 | 6 | 502 | 127 | 63 |
| Binary | 11101111 | 10110 | 10011111 | 0 | 1011011 | 100001 | 110 | 101000010 | 1010111 | 110011 |
Color Harmonies of #EF169F
Complementary color
Monochromatic Colors of #EF169F
Black with #EF169F
Text Example
Text Example
White with #EF169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF169F; }
p { color: rgb(239,22,159); }
H1.HeaderClassName
{
color: #EF169F;
}
.AnyTagClassName
{
color: #EF169F;
}
</style>
background-color css
<style>
a { background-color: #EF169F; }
a { background-color: rgb(239,22,159); }
div.DivClassName
{
background-color: #EF169F;
}
.BgClassName
{
background-color: #EF169F;
}
</style>
border-color css
<style>
span { border-color: #EF169F; }
span { border-color: rgb(239,22,159); }
td.TdClassName
{
border-color: #EF169F;
}
.TagClassName
{
border-color: #EF169F;
}
</style>