Shades of Spicy Pink #EF13A8
Tints of Spicy Pink #EF13A8
RGB
CMYK
RGB Variations
Color information
#EF13A8 (or 0xEF13A8) is known color: Spicy Pink. HEX triplet: EF, 13 and A8. RGB value is (239,19,168). Sum of RGB (Red+Green+Blue) = 239+19+168=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF13A8 is #10EC57. Grayscale: #656565. Windows color (decimal): -1109080 or 11015151. OLE color: 11015151.
HSL color Cylindrical-coordinate representation of color #EF13A8: hue angle of 319.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF13A8 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 168 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.06 |
| HSL | 319.36º | 0.87% | 0.51% | - |
| HSV(B) | 319.36º | 0.92% | 0.94% | - |
| XYZ | 42.9 | 21.64 | 38.96 | - |
| YUV | 101.77 | 165.39 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 168 | 0 | 0.92 | 0.30 | 0.06 | 319.36 | 0.87 | 0.51 |
| Hex | EF | 13 | A8 | 0 | 5C | 1E | 6 | 13F | 57 | 33 |
| Octal | 357 | 23 | 250 | 0 | 134 | 36 | 6 | 477 | 127 | 63 |
| Binary | 11101111 | 10011 | 10101000 | 0 | 1011100 | 11110 | 110 | 100111111 | 1010111 | 110011 |
Color Harmonies of #EF13A8
Complementary color
Monochromatic Colors of #EF13A8
Black with #EF13A8
Text Example
Text Example
White with #EF13A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF13A8; }
p { color: rgb(239,19,168); }
H1.HeaderClassName
{
color: #EF13A8;
}
.AnyTagClassName
{
color: #EF13A8;
}
</style>
background-color css
<style>
a { background-color: #EF13A8; }
a { background-color: rgb(239,19,168); }
div.DivClassName
{
background-color: #EF13A8;
}
.BgClassName
{
background-color: #EF13A8;
}
</style>
border-color css
<style>
span { border-color: #EF13A8; }
span { border-color: rgb(239,19,168); }
td.TdClassName
{
border-color: #EF13A8;
}
.TagClassName
{
border-color: #EF13A8;
}
</style>