Shades of Deep Pink #EF167C
Tints of Deep Pink #EF167C
RGB
CMYK
RGB Variations
Color information
#EF167C (or 0xEF167C) is known color: Deep Pink. HEX triplet: EF, 16 and 7C. RGB value is (239,22,124). Sum of RGB (Red+Green+Blue) = 239+22+124=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF167C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF167C is #10E983. Grayscale: #626262. Windows color (decimal): -1108356 or 8132335. OLE color: 8132335.
HSL color Cylindrical-coordinate representation of color #EF167C: hue angle of 331.8º 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 #EF167C is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 124 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.06 |
| HSL | 331.8º | 0.87% | 0.51% | - |
| HSV(B) | 331.8º | 0.91% | 0.94% | - |
| XYZ | 39.52 | 20.38 | 20.92 | - |
| YUV | 98.51 | 142.39 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 124 | 0 | 0.91 | 0.48 | 0.06 | 331.8 | 0.87 | 0.51 |
| Hex | EF | 16 | 7C | 0 | 5B | 30 | 6 | 14C | 57 | 33 |
| Octal | 357 | 26 | 174 | 0 | 133 | 60 | 6 | 514 | 127 | 63 |
| Binary | 11101111 | 10110 | 1111100 | 0 | 1011011 | 110000 | 110 | 101001100 | 1010111 | 110011 |
Color Harmonies of #EF167C
Complementary color
Monochromatic Colors of #EF167C
Black with #EF167C
Text Example
Text Example
White with #EF167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF167C; }
p { color: rgb(239,22,124); }
H1.HeaderClassName
{
color: #EF167C;
}
.AnyTagClassName
{
color: #EF167C;
}
</style>
background-color css
<style>
a { background-color: #EF167C; }
a { background-color: rgb(239,22,124); }
div.DivClassName
{
background-color: #EF167C;
}
.BgClassName
{
background-color: #EF167C;
}
</style>
border-color css
<style>
span { border-color: #EF167C; }
span { border-color: rgb(239,22,124); }
td.TdClassName
{
border-color: #EF167C;
}
.TagClassName
{
border-color: #EF167C;
}
</style>