Shades of Spicy Pink #EF1CAF
Tints of Spicy Pink #EF1CAF
RGB
CMYK
RGB Variations
Color information
#EF1CAF (or 0xEF1CAF) is known color: Spicy Pink. HEX triplet: EF, 1C and AF. RGB value is (239,28,175). Sum of RGB (Red+Green+Blue) = 239+28+175=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1CAF is #10E350. Grayscale: #6B6B6B. Windows color (decimal): -1106769 or 11476207. OLE color: 11476207.
HSL color Cylindrical-coordinate representation of color #EF1CAF: hue angle of 318.2º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1CAF is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 175 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.06 |
| HSL | 318.2º | 0.87% | 0.52% | - |
| HSV(B) | 318.2º | 0.88% | 0.94% | - |
| XYZ | 43.75 | 22.28 | 42.55 | - |
| YUV | 107.85 | 165.9 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 175 | 0 | 0.88 | 0.27 | 0.06 | 318.2 | 0.87 | 0.52 |
| Hex | EF | 1C | AF | 0 | 58 | 1B | 6 | 13E | 57 | 34 |
| Octal | 357 | 34 | 257 | 0 | 130 | 33 | 6 | 476 | 127 | 64 |
| Binary | 11101111 | 11100 | 10101111 | 0 | 1011000 | 11011 | 110 | 100111110 | 1010111 | 110100 |
Color Harmonies of #EF1CAF
Complementary color
Monochromatic Colors of #EF1CAF
Black with #EF1CAF
Text Example
Text Example
White with #EF1CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1CAF; }
p { color: rgb(239,28,175); }
H1.HeaderClassName
{
color: #EF1CAF;
}
.AnyTagClassName
{
color: #EF1CAF;
}
</style>
background-color css
<style>
a { background-color: #EF1CAF; }
a { background-color: rgb(239,28,175); }
div.DivClassName
{
background-color: #EF1CAF;
}
.BgClassName
{
background-color: #EF1CAF;
}
</style>
border-color css
<style>
span { border-color: #EF1CAF; }
span { border-color: rgb(239,28,175); }
td.TdClassName
{
border-color: #EF1CAF;
}
.TagClassName
{
border-color: #EF1CAF;
}
</style>