Shades of Spicy Pink #EF15AD
Tints of Spicy Pink #EF15AD
RGB
CMYK
RGB Variations
Color information
#EF15AD (or 0xEF15AD) is known color: Spicy Pink. HEX triplet: EF, 15 and AD. RGB value is (239,21,173). Sum of RGB (Red+Green+Blue) = 239+21+173=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF15AD is #10EA52. Grayscale: #676767. Windows color (decimal): -1108563 or 11343343. OLE color: 11343343.
HSL color Cylindrical-coordinate representation of color #EF15AD: hue angle of 318.17º 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 #EF15AD is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 173 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.06 |
| HSL | 318.17º | 0.87% | 0.51% | - |
| HSV(B) | 318.17º | 0.91% | 0.94% | - |
| XYZ | 43.41 | 21.9 | 41.48 | - |
| YUV | 103.51 | 167.22 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 173 | 0 | 0.91 | 0.28 | 0.06 | 318.17 | 0.87 | 0.51 |
| Hex | EF | 15 | AD | 0 | 5B | 1C | 6 | 13E | 57 | 33 |
| Octal | 357 | 25 | 255 | 0 | 133 | 34 | 6 | 476 | 127 | 63 |
| Binary | 11101111 | 10101 | 10101101 | 0 | 1011011 | 11100 | 110 | 100111110 | 1010111 | 110011 |
Color Harmonies of #EF15AD
Complementary color
Monochromatic Colors of #EF15AD
Black with #EF15AD
Text Example
Text Example
White with #EF15AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15AD; }
p { color: rgb(239,21,173); }
H1.HeaderClassName
{
color: #EF15AD;
}
.AnyTagClassName
{
color: #EF15AD;
}
</style>
background-color css
<style>
a { background-color: #EF15AD; }
a { background-color: rgb(239,21,173); }
div.DivClassName
{
background-color: #EF15AD;
}
.BgClassName
{
background-color: #EF15AD;
}
</style>
border-color css
<style>
span { border-color: #EF15AD; }
span { border-color: rgb(239,21,173); }
td.TdClassName
{
border-color: #EF15AD;
}
.TagClassName
{
border-color: #EF15AD;
}
</style>