Shades of Spicy Pink #EF16A6
Tints of Spicy Pink #EF16A6
RGB
CMYK
RGB Variations
Color information
#EF16A6 (or 0xEF16A6) is known color: Spicy Pink. HEX triplet: EF, 16 and A6. RGB value is (239,22,166). Sum of RGB (Red+Green+Blue) = 239+22+166=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF16A6 is #10E959. Grayscale: #666666. Windows color (decimal): -1108314 or 10884847. OLE color: 10884847.
HSL color Cylindrical-coordinate representation of color #EF16A6: hue angle of 320.18º 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 #EF16A6 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 166 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.06 |
| HSL | 320.18º | 0.87% | 0.51% | - |
| HSV(B) | 320.18º | 0.91% | 0.94% | - |
| XYZ | 42.77 | 21.68 | 38.01 | - |
| YUV | 103.3 | 163.39 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 166 | 0 | 0.91 | 0.31 | 0.06 | 320.18 | 0.87 | 0.51 |
| Hex | EF | 16 | A6 | 0 | 5B | 1F | 6 | 140 | 57 | 33 |
| Octal | 357 | 26 | 246 | 0 | 133 | 37 | 6 | 500 | 127 | 63 |
| Binary | 11101111 | 10110 | 10100110 | 0 | 1011011 | 11111 | 110 | 101000000 | 1010111 | 110011 |
Color Harmonies of #EF16A6
Complementary color
Monochromatic Colors of #EF16A6
Black with #EF16A6
Text Example
Text Example
White with #EF16A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16A6; }
p { color: rgb(239,22,166); }
H1.HeaderClassName
{
color: #EF16A6;
}
.AnyTagClassName
{
color: #EF16A6;
}
</style>
background-color css
<style>
a { background-color: #EF16A6; }
a { background-color: rgb(239,22,166); }
div.DivClassName
{
background-color: #EF16A6;
}
.BgClassName
{
background-color: #EF16A6;
}
</style>
border-color css
<style>
span { border-color: #EF16A6; }
span { border-color: rgb(239,22,166); }
td.TdClassName
{
border-color: #EF16A6;
}
.TagClassName
{
border-color: #EF16A6;
}
</style>