Shades of Spicy Pink #EF18A4
Tints of Spicy Pink #EF18A4
RGB
CMYK
RGB Variations
Color information
#EF18A4 (or 0xEF18A4) is known color: Spicy Pink. HEX triplet: EF, 18 and A4. RGB value is (239,24,164). Sum of RGB (Red+Green+Blue) = 239+24+164=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF18A4 is #10E75B. Grayscale: #676767. Windows color (decimal): -1107804 or 10754287. OLE color: 10754287.
HSL color Cylindrical-coordinate representation of color #EF18A4: hue angle of 320.93º 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 #EF18A4 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 164 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.06 |
| HSL | 320.93º | 0.87% | 0.52% | - |
| HSV(B) | 320.93º | 0.9% | 0.94% | - |
| XYZ | 42.62 | 21.68 | 37.06 | - |
| YUV | 104.25 | 161.73 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 164 | 0 | 0.90 | 0.31 | 0.06 | 320.93 | 0.87 | 0.52 |
| Hex | EF | 18 | A4 | 0 | 5A | 1F | 6 | 141 | 57 | 34 |
| Octal | 357 | 30 | 244 | 0 | 132 | 37 | 6 | 501 | 127 | 64 |
| Binary | 11101111 | 11000 | 10100100 | 0 | 1011010 | 11111 | 110 | 101000001 | 1010111 | 110100 |
Color Harmonies of #EF18A4
Complementary color
Monochromatic Colors of #EF18A4
Black with #EF18A4
Text Example
Text Example
White with #EF18A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18A4; }
p { color: rgb(239,24,164); }
H1.HeaderClassName
{
color: #EF18A4;
}
.AnyTagClassName
{
color: #EF18A4;
}
</style>
background-color css
<style>
a { background-color: #EF18A4; }
a { background-color: rgb(239,24,164); }
div.DivClassName
{
background-color: #EF18A4;
}
.BgClassName
{
background-color: #EF18A4;
}
</style>
border-color css
<style>
span { border-color: #EF18A4; }
span { border-color: rgb(239,24,164); }
td.TdClassName
{
border-color: #EF18A4;
}
.TagClassName
{
border-color: #EF18A4;
}
</style>