Shades of Spicy Pink #EF1AAA
Tints of Spicy Pink #EF1AAA
RGB
CMYK
RGB Variations
Color information
#EF1AAA (or 0xEF1AAA) is known color: Spicy Pink. HEX triplet: EF, 1A and AA. RGB value is (239,26,170). Sum of RGB (Red+Green+Blue) = 239+26+170=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1AAA is #10E555. Grayscale: #696969. Windows color (decimal): -1107286 or 11148015. OLE color: 11148015.
HSL color Cylindrical-coordinate representation of color #EF1AAA: hue angle of 319.44º 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 #EF1AAA is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 170 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.06 |
| HSL | 319.44º | 0.87% | 0.52% | - |
| HSV(B) | 319.44º | 0.89% | 0.94% | - |
| XYZ | 43.22 | 21.99 | 40 | - |
| YUV | 106.1 | 164.07 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 170 | 0 | 0.89 | 0.29 | 0.06 | 319.44 | 0.87 | 0.52 |
| Hex | EF | 1A | AA | 0 | 59 | 1D | 6 | 13F | 57 | 34 |
| Octal | 357 | 32 | 252 | 0 | 131 | 35 | 6 | 477 | 127 | 64 |
| Binary | 11101111 | 11010 | 10101010 | 0 | 1011001 | 11101 | 110 | 100111111 | 1010111 | 110100 |
Color Harmonies of #EF1AAA
Complementary color
Monochromatic Colors of #EF1AAA
Black with #EF1AAA
Text Example
Text Example
White with #EF1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1AAA; }
p { color: rgb(239,26,170); }
H1.HeaderClassName
{
color: #EF1AAA;
}
.AnyTagClassName
{
color: #EF1AAA;
}
</style>
background-color css
<style>
a { background-color: #EF1AAA; }
a { background-color: rgb(239,26,170); }
div.DivClassName
{
background-color: #EF1AAA;
}
.BgClassName
{
background-color: #EF1AAA;
}
</style>
border-color css
<style>
span { border-color: #EF1AAA; }
span { border-color: rgb(239,26,170); }
td.TdClassName
{
border-color: #EF1AAA;
}
.TagClassName
{
border-color: #EF1AAA;
}
</style>