Shades of Spicy Pink #EF1AA1
Tints of Spicy Pink #EF1AA1
RGB
CMYK
RGB Variations
Color information
#EF1AA1 (or 0xEF1AA1) is known color: Spicy Pink. HEX triplet: EF, 1A and A1. RGB value is (239,26,161). Sum of RGB (Red+Green+Blue) = 239+26+161=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1AA1 is #10E55E. Grayscale: #686868. Windows color (decimal): -1107295 or 10558191. OLE color: 10558191.
HSL color Cylindrical-coordinate representation of color #EF1AA1: hue angle of 321.97º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1AA1 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 161 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.06 |
| HSL | 321.97º | 0.87% | 0.52% | - |
| HSV(B) | 321.97º | 0.89% | 0.94% | - |
| XYZ | 42.4 | 21.66 | 35.66 | - |
| YUV | 105.08 | 159.57 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 161 | 0 | 0.89 | 0.33 | 0.06 | 321.97 | 0.87 | 0.52 |
| Hex | EF | 1A | A1 | 0 | 59 | 21 | 6 | 142 | 57 | 34 |
| Octal | 357 | 32 | 241 | 0 | 131 | 41 | 6 | 502 | 127 | 64 |
| Binary | 11101111 | 11010 | 10100001 | 0 | 1011001 | 100001 | 110 | 101000010 | 1010111 | 110100 |
Color Harmonies of #EF1AA1
Complementary color
Monochromatic Colors of #EF1AA1
Black with #EF1AA1
Text Example
Text Example
White with #EF1AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1AA1; }
p { color: rgb(239,26,161); }
H1.HeaderClassName
{
color: #EF1AA1;
}
.AnyTagClassName
{
color: #EF1AA1;
}
</style>
background-color css
<style>
a { background-color: #EF1AA1; }
a { background-color: rgb(239,26,161); }
div.DivClassName
{
background-color: #EF1AA1;
}
.BgClassName
{
background-color: #EF1AA1;
}
</style>
border-color css
<style>
span { border-color: #EF1AA1; }
span { border-color: rgb(239,26,161); }
td.TdClassName
{
border-color: #EF1AA1;
}
.TagClassName
{
border-color: #EF1AA1;
}
</style>