Shades of Spicy Pink #EF0FAF
Tints of Spicy Pink #EF0FAF
RGB
CMYK
RGB Variations
Color information
#EF0FAF (or 0xEF0FAF) is known color: Spicy Pink. HEX triplet: EF, 0F and AF. RGB value is (239,15,175). Sum of RGB (Red+Green+Blue) = 239+15+175=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0FAF is #10F050. Grayscale: #636363. Windows color (decimal): -1110097 or 11472879. OLE color: 11472879.
HSL color Cylindrical-coordinate representation of color #EF0FAF: hue angle of 317.14º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FAF is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 175 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.06 |
| HSL | 317.14º | 0.88% | 0.5% | - |
| HSV(B) | 317.14º | 0.94% | 0.94% | - |
| XYZ | 43.51 | 21.79 | 42.47 | - |
| YUV | 100.22 | 170.21 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 175 | 0 | 0.94 | 0.27 | 0.06 | 317.14 | 0.88 | 0.5 |
| Hex | EF | F | AF | 0 | 5E | 1B | 6 | 13D | 58 | 32 |
| Octal | 357 | 17 | 257 | 0 | 136 | 33 | 6 | 475 | 130 | 62 |
| Binary | 11101111 | 1111 | 10101111 | 0 | 1011110 | 11011 | 110 | 100111101 | 1011000 | 110010 |
Color Harmonies of #EF0FAF
Complementary color
Monochromatic Colors of #EF0FAF
Black with #EF0FAF
Text Example
Text Example
White with #EF0FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FAF; }
p { color: rgb(239,15,175); }
H1.HeaderClassName
{
color: #EF0FAF;
}
.AnyTagClassName
{
color: #EF0FAF;
}
</style>
background-color css
<style>
a { background-color: #EF0FAF; }
a { background-color: rgb(239,15,175); }
div.DivClassName
{
background-color: #EF0FAF;
}
.BgClassName
{
background-color: #EF0FAF;
}
</style>
border-color css
<style>
span { border-color: #EF0FAF; }
span { border-color: rgb(239,15,175); }
td.TdClassName
{
border-color: #EF0FAF;
}
.TagClassName
{
border-color: #EF0FAF;
}
</style>