Shades of Spicy Pink #EF16AC
Tints of Spicy Pink #EF16AC
RGB
CMYK
RGB Variations
Color information
#EF16AC (or 0xEF16AC) is known color: Spicy Pink. HEX triplet: EF, 16 and AC. RGB value is (239,22,172). Sum of RGB (Red+Green+Blue) = 239+22+172=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF16AC is #10E953. Grayscale: #676767. Windows color (decimal): -1108308 or 11278063. OLE color: 11278063.
HSL color Cylindrical-coordinate representation of color #EF16AC: hue angle of 318.53º 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 #EF16AC is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 172 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.06 |
| HSL | 318.53º | 0.87% | 0.51% | - |
| HSV(B) | 318.53º | 0.91% | 0.94% | - |
| XYZ | 43.33 | 21.9 | 40.97 | - |
| YUV | 103.98 | 166.39 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 172 | 0 | 0.91 | 0.28 | 0.06 | 318.53 | 0.87 | 0.51 |
| Hex | EF | 16 | AC | 0 | 5B | 1C | 6 | 13F | 57 | 33 |
| Octal | 357 | 26 | 254 | 0 | 133 | 34 | 6 | 477 | 127 | 63 |
| Binary | 11101111 | 10110 | 10101100 | 0 | 1011011 | 11100 | 110 | 100111111 | 1010111 | 110011 |
Color Harmonies of #EF16AC
Complementary color
Monochromatic Colors of #EF16AC
Black with #EF16AC
Text Example
Text Example
White with #EF16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16AC; }
p { color: rgb(239,22,172); }
H1.HeaderClassName
{
color: #EF16AC;
}
.AnyTagClassName
{
color: #EF16AC;
}
</style>
background-color css
<style>
a { background-color: #EF16AC; }
a { background-color: rgb(239,22,172); }
div.DivClassName
{
background-color: #EF16AC;
}
.BgClassName
{
background-color: #EF16AC;
}
</style>
border-color css
<style>
span { border-color: #EF16AC; }
span { border-color: rgb(239,22,172); }
td.TdClassName
{
border-color: #EF16AC;
}
.TagClassName
{
border-color: #EF16AC;
}
</style>