Shades of Spicy Pink #EF17B0
Tints of Spicy Pink #EF17B0
RGB
CMYK
RGB Variations
Color information
#EF17B0 (or 0xEF17B0) is known color: Spicy Pink. HEX triplet: EF, 17 and B0. RGB value is (239,23,176). Sum of RGB (Red+Green+Blue) = 239+23+176=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF17B0 is #10E84F. Grayscale: #686868. Windows color (decimal): -1108048 or 11540463. OLE color: 11540463.
HSL color Cylindrical-coordinate representation of color #EF17B0: hue angle of 317.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF17B0 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 176 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.06 |
| HSL | 317.5º | 0.87% | 0.51% | - |
| HSV(B) | 317.5º | 0.9% | 0.94% | - |
| XYZ | 43.74 | 22.1 | 43.03 | - |
| YUV | 105.03 | 168.06 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 176 | 0 | 0.90 | 0.26 | 0.06 | 317.5 | 0.87 | 0.51 |
| Hex | EF | 17 | B0 | 0 | 5A | 1A | 6 | 13E | 57 | 33 |
| Octal | 357 | 27 | 260 | 0 | 132 | 32 | 6 | 476 | 127 | 63 |
| Binary | 11101111 | 10111 | 10110000 | 0 | 1011010 | 11010 | 110 | 100111110 | 1010111 | 110011 |
Color Harmonies of #EF17B0
Complementary color
Monochromatic Colors of #EF17B0
Black with #EF17B0
Text Example
Text Example
White with #EF17B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17B0; }
p { color: rgb(239,23,176); }
H1.HeaderClassName
{
color: #EF17B0;
}
.AnyTagClassName
{
color: #EF17B0;
}
</style>
background-color css
<style>
a { background-color: #EF17B0; }
a { background-color: rgb(239,23,176); }
div.DivClassName
{
background-color: #EF17B0;
}
.BgClassName
{
background-color: #EF17B0;
}
</style>
border-color css
<style>
span { border-color: #EF17B0; }
span { border-color: rgb(239,23,176); }
td.TdClassName
{
border-color: #EF17B0;
}
.TagClassName
{
border-color: #EF17B0;
}
</style>