Shades of Spicy Pink #EF1AA2
Tints of Spicy Pink #EF1AA2
RGB
CMYK
RGB Variations
Color information
#EF1AA2 (or 0xEF1AA2) is known color: Spicy Pink. HEX triplet: EF, 1A and A2. RGB value is (239,26,162). Sum of RGB (Red+Green+Blue) = 239+26+162=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1AA2 is #10E55D. Grayscale: #686868. Windows color (decimal): -1107294 or 10623727. OLE color: 10623727.
HSL color Cylindrical-coordinate representation of color #EF1AA2: hue angle of 321.69º 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 #EF1AA2 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 162 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.06 |
| HSL | 321.69º | 0.87% | 0.52% | - |
| HSV(B) | 321.69º | 0.89% | 0.94% | - |
| XYZ | 42.49 | 21.7 | 36.13 | - |
| YUV | 105.19 | 160.07 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 162 | 0 | 0.89 | 0.32 | 0.06 | 321.69 | 0.87 | 0.52 |
| Hex | EF | 1A | A2 | 0 | 59 | 20 | 6 | 142 | 57 | 34 |
| Octal | 357 | 32 | 242 | 0 | 131 | 40 | 6 | 502 | 127 | 64 |
| Binary | 11101111 | 11010 | 10100010 | 0 | 1011001 | 100000 | 110 | 101000010 | 1010111 | 110100 |
Color Harmonies of #EF1AA2
Complementary color
Monochromatic Colors of #EF1AA2
Black with #EF1AA2
Text Example
Text Example
White with #EF1AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1AA2; }
p { color: rgb(239,26,162); }
H1.HeaderClassName
{
color: #EF1AA2;
}
.AnyTagClassName
{
color: #EF1AA2;
}
</style>
background-color css
<style>
a { background-color: #EF1AA2; }
a { background-color: rgb(239,26,162); }
div.DivClassName
{
background-color: #EF1AA2;
}
.BgClassName
{
background-color: #EF1AA2;
}
</style>
border-color css
<style>
span { border-color: #EF1AA2; }
span { border-color: rgb(239,26,162); }
td.TdClassName
{
border-color: #EF1AA2;
}
.TagClassName
{
border-color: #EF1AA2;
}
</style>