Shades of Spicy Pink #EF19AB
Tints of Spicy Pink #EF19AB
RGB
CMYK
RGB Variations
Color information
#EF19AB (or 0xEF19AB) is known color: Spicy Pink. HEX triplet: EF, 19 and AB. RGB value is (239,25,171). Sum of RGB (Red+Green+Blue) = 239+25+171=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF19AB is #10E654. Grayscale: #696969. Windows color (decimal): -1107541 or 11213295. OLE color: 11213295.
HSL color Cylindrical-coordinate representation of color #EF19AB: hue angle of 319.07º 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 #EF19AB is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 171 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.06 |
| HSL | 319.07º | 0.87% | 0.52% | - |
| HSV(B) | 319.07º | 0.9% | 0.94% | - |
| XYZ | 43.29 | 21.99 | 40.49 | - |
| YUV | 105.63 | 164.9 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 171 | 0 | 0.90 | 0.28 | 0.06 | 319.07 | 0.87 | 0.52 |
| Hex | EF | 19 | AB | 0 | 5A | 1C | 6 | 13F | 57 | 34 |
| Octal | 357 | 31 | 253 | 0 | 132 | 34 | 6 | 477 | 127 | 64 |
| Binary | 11101111 | 11001 | 10101011 | 0 | 1011010 | 11100 | 110 | 100111111 | 1010111 | 110100 |
Color Harmonies of #EF19AB
Complementary color
Monochromatic Colors of #EF19AB
Black with #EF19AB
Text Example
Text Example
White with #EF19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19AB; }
p { color: rgb(239,25,171); }
H1.HeaderClassName
{
color: #EF19AB;
}
.AnyTagClassName
{
color: #EF19AB;
}
</style>
background-color css
<style>
a { background-color: #EF19AB; }
a { background-color: rgb(239,25,171); }
div.DivClassName
{
background-color: #EF19AB;
}
.BgClassName
{
background-color: #EF19AB;
}
</style>
border-color css
<style>
span { border-color: #EF19AB; }
span { border-color: rgb(239,25,171); }
td.TdClassName
{
border-color: #EF19AB;
}
.TagClassName
{
border-color: #EF19AB;
}
</style>