Shades of Spicy Pink #EF15A2
Tints of Spicy Pink #EF15A2
RGB
CMYK
RGB Variations
Color information
#EF15A2 (or 0xEF15A2) is known color: Spicy Pink. HEX triplet: EF, 15 and A2. RGB value is (239,21,162). Sum of RGB (Red+Green+Blue) = 239+21+162=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF15A2 is #10EA5D. Grayscale: #656565. Windows color (decimal): -1108574 or 10622447. OLE color: 10622447.
HSL color Cylindrical-coordinate representation of color #EF15A2: hue angle of 321.19º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF15A2 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 162 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.06 |
| HSL | 321.19º | 0.87% | 0.51% | - |
| HSV(B) | 321.19º | 0.91% | 0.94% | - |
| XYZ | 42.39 | 21.5 | 36.1 | - |
| YUV | 102.26 | 161.72 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 162 | 0 | 0.91 | 0.32 | 0.06 | 321.19 | 0.87 | 0.51 |
| Hex | EF | 15 | A2 | 0 | 5B | 20 | 6 | 141 | 57 | 33 |
| Octal | 357 | 25 | 242 | 0 | 133 | 40 | 6 | 501 | 127 | 63 |
| Binary | 11101111 | 10101 | 10100010 | 0 | 1011011 | 100000 | 110 | 101000001 | 1010111 | 110011 |
Color Harmonies of #EF15A2
Complementary color
Monochromatic Colors of #EF15A2
Black with #EF15A2
Text Example
Text Example
White with #EF15A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15A2; }
p { color: rgb(239,21,162); }
H1.HeaderClassName
{
color: #EF15A2;
}
.AnyTagClassName
{
color: #EF15A2;
}
</style>
background-color css
<style>
a { background-color: #EF15A2; }
a { background-color: rgb(239,21,162); }
div.DivClassName
{
background-color: #EF15A2;
}
.BgClassName
{
background-color: #EF15A2;
}
</style>
border-color css
<style>
span { border-color: #EF15A2; }
span { border-color: rgb(239,21,162); }
td.TdClassName
{
border-color: #EF15A2;
}
.TagClassName
{
border-color: #EF15A2;
}
</style>