Shades of Spicy Pink #EF1CA4
Tints of Spicy Pink #EF1CA4
RGB
CMYK
RGB Variations
Color information
#EF1CA4 (or 0xEF1CA4) is known color: Spicy Pink. HEX triplet: EF, 1C and A4. RGB value is (239,28,164). Sum of RGB (Red+Green+Blue) = 239+28+164=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1CA4 is #10E35B. Grayscale: #6A6A6A. Windows color (decimal): -1106780 or 10755311. OLE color: 10755311.
HSL color Cylindrical-coordinate representation of color #EF1CA4: hue angle of 321.33º 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 #EF1CA4 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 164 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.06 |
| HSL | 321.33º | 0.87% | 0.52% | - |
| HSV(B) | 321.33º | 0.88% | 0.94% | - |
| XYZ | 42.71 | 21.86 | 37.09 | - |
| YUV | 106.59 | 160.4 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 164 | 0 | 0.88 | 0.31 | 0.06 | 321.33 | 0.87 | 0.52 |
| Hex | EF | 1C | A4 | 0 | 58 | 1F | 6 | 141 | 57 | 34 |
| Octal | 357 | 34 | 244 | 0 | 130 | 37 | 6 | 501 | 127 | 64 |
| Binary | 11101111 | 11100 | 10100100 | 0 | 1011000 | 11111 | 110 | 101000001 | 1010111 | 110100 |
Color Harmonies of #EF1CA4
Complementary color
Monochromatic Colors of #EF1CA4
Black with #EF1CA4
Text Example
Text Example
White with #EF1CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1CA4; }
p { color: rgb(239,28,164); }
H1.HeaderClassName
{
color: #EF1CA4;
}
.AnyTagClassName
{
color: #EF1CA4;
}
</style>
background-color css
<style>
a { background-color: #EF1CA4; }
a { background-color: rgb(239,28,164); }
div.DivClassName
{
background-color: #EF1CA4;
}
.BgClassName
{
background-color: #EF1CA4;
}
</style>
border-color css
<style>
span { border-color: #EF1CA4; }
span { border-color: rgb(239,28,164); }
td.TdClassName
{
border-color: #EF1CA4;
}
.TagClassName
{
border-color: #EF1CA4;
}
</style>