Shades of Spicy Pink #EF18A0
Tints of Spicy Pink #EF18A0
RGB
CMYK
RGB Variations
Color information
#EF18A0 (or 0xEF18A0) is known color: Spicy Pink. HEX triplet: EF, 18 and A0. RGB value is (239,24,160). Sum of RGB (Red+Green+Blue) = 239+24+160=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF18A0 is #10E75F. Grayscale: #676767. Windows color (decimal): -1107808 or 10492143. OLE color: 10492143.
HSL color Cylindrical-coordinate representation of color #EF18A0: hue angle of 322.05º 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 #EF18A0 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 160 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.06 |
| HSL | 322.05º | 0.87% | 0.52% | - |
| HSV(B) | 322.05º | 0.9% | 0.94% | - |
| XYZ | 42.27 | 21.54 | 35.19 | - |
| YUV | 103.79 | 159.73 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 160 | 0 | 0.90 | 0.33 | 0.06 | 322.05 | 0.87 | 0.52 |
| Hex | EF | 18 | A0 | 0 | 5A | 21 | 6 | 142 | 57 | 34 |
| Octal | 357 | 30 | 240 | 0 | 132 | 41 | 6 | 502 | 127 | 64 |
| Binary | 11101111 | 11000 | 10100000 | 0 | 1011010 | 100001 | 110 | 101000010 | 1010111 | 110100 |
Color Harmonies of #EF18A0
Complementary color
Monochromatic Colors of #EF18A0
Black with #EF18A0
Text Example
Text Example
White with #EF18A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18A0; }
p { color: rgb(239,24,160); }
H1.HeaderClassName
{
color: #EF18A0;
}
.AnyTagClassName
{
color: #EF18A0;
}
</style>
background-color css
<style>
a { background-color: #EF18A0; }
a { background-color: rgb(239,24,160); }
div.DivClassName
{
background-color: #EF18A0;
}
.BgClassName
{
background-color: #EF18A0;
}
</style>
border-color css
<style>
span { border-color: #EF18A0; }
span { border-color: rgb(239,24,160); }
td.TdClassName
{
border-color: #EF18A0;
}
.TagClassName
{
border-color: #EF18A0;
}
</style>