Shades of Spicy Pink #EF11AF
Tints of Spicy Pink #EF11AF
RGB
CMYK
RGB Variations
Color information
#EF11AF (or 0xEF11AF) is known color: Spicy Pink. HEX triplet: EF, 11 and AF. RGB value is (239,17,175). Sum of RGB (Red+Green+Blue) = 239+17+175=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF11AF is #10EE50. Grayscale: #646464. Windows color (decimal): -1109585 or 11473391. OLE color: 11473391.
HSL color Cylindrical-coordinate representation of color #EF11AF: hue angle of 317.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF11AF is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 175 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.06 |
| HSL | 317.3º | 0.87% | 0.5% | - |
| HSV(B) | 317.3º | 0.93% | 0.94% | - |
| XYZ | 43.53 | 21.85 | 42.48 | - |
| YUV | 101.39 | 169.55 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 175 | 0 | 0.93 | 0.27 | 0.06 | 317.3 | 0.87 | 0.5 |
| Hex | EF | 11 | AF | 0 | 5D | 1B | 6 | 13D | 57 | 32 |
| Octal | 357 | 21 | 257 | 0 | 135 | 33 | 6 | 475 | 127 | 62 |
| Binary | 11101111 | 10001 | 10101111 | 0 | 1011101 | 11011 | 110 | 100111101 | 1010111 | 110010 |
Color Harmonies of #EF11AF
Complementary color
Monochromatic Colors of #EF11AF
Black with #EF11AF
Text Example
Text Example
White with #EF11AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF11AF; }
p { color: rgb(239,17,175); }
H1.HeaderClassName
{
color: #EF11AF;
}
.AnyTagClassName
{
color: #EF11AF;
}
</style>
background-color css
<style>
a { background-color: #EF11AF; }
a { background-color: rgb(239,17,175); }
div.DivClassName
{
background-color: #EF11AF;
}
.BgClassName
{
background-color: #EF11AF;
}
</style>
border-color css
<style>
span { border-color: #EF11AF; }
span { border-color: rgb(239,17,175); }
td.TdClassName
{
border-color: #EF11AF;
}
.TagClassName
{
border-color: #EF11AF;
}
</style>