Shades of Spicy Pink #EF19AA
Tints of Spicy Pink #EF19AA
RGB
CMYK
RGB Variations
Color information
#EF19AA (or 0xEF19AA) is known color: Spicy Pink. HEX triplet: EF, 19 and AA. RGB value is (239,25,170). Sum of RGB (Red+Green+Blue) = 239+25+170=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF19AA is #10E655. Grayscale: #696969. Windows color (decimal): -1107542 or 11147759. OLE color: 11147759.
HSL color Cylindrical-coordinate representation of color #EF19AA: hue angle of 319.35º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19AA is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 170 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.06 |
| HSL | 319.35º | 0.87% | 0.52% | - |
| HSV(B) | 319.35º | 0.9% | 0.94% | - |
| XYZ | 43.2 | 21.95 | 39.99 | - |
| YUV | 105.52 | 164.4 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 170 | 0 | 0.90 | 0.29 | 0.06 | 319.35 | 0.87 | 0.52 |
| Hex | EF | 19 | AA | 0 | 5A | 1D | 6 | 13F | 57 | 34 |
| Octal | 357 | 31 | 252 | 0 | 132 | 35 | 6 | 477 | 127 | 64 |
| Binary | 11101111 | 11001 | 10101010 | 0 | 1011010 | 11101 | 110 | 100111111 | 1010111 | 110100 |
Color Harmonies of #EF19AA
Complementary color
Monochromatic Colors of #EF19AA
Black with #EF19AA
Text Example
Text Example
White with #EF19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19AA; }
p { color: rgb(239,25,170); }
H1.HeaderClassName
{
color: #EF19AA;
}
.AnyTagClassName
{
color: #EF19AA;
}
</style>
background-color css
<style>
a { background-color: #EF19AA; }
a { background-color: rgb(239,25,170); }
div.DivClassName
{
background-color: #EF19AA;
}
.BgClassName
{
background-color: #EF19AA;
}
</style>
border-color css
<style>
span { border-color: #EF19AA; }
span { border-color: rgb(239,25,170); }
td.TdClassName
{
border-color: #EF19AA;
}
.TagClassName
{
border-color: #EF19AA;
}
</style>