Shades of Spicy Pink #E017AB
Tints of Spicy Pink #E017AB
RGB
CMYK
RGB Variations
Color information
#E017AB (or 0xE017AB) is known color: Spicy Pink. HEX triplet: E0, 17 and AB. RGB value is (224,23,171). Sum of RGB (Red+Green+Blue) = 224+23+171=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E017AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E017AB is #1FE854. Grayscale: #636363. Windows color (decimal): -2091093 or 11212768. OLE color: 11212768.
HSL color Cylindrical-coordinate representation of color #E017AB: hue angle of 315.82º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E017AB is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 171 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.12 |
| HSL | 315.82º | 0.81% | 0.48% | - |
| HSV(B) | 315.82º | 0.9% | 0.88% | - |
| XYZ | 38.4 | 19.4 | 40.25 | - |
| YUV | 99.97 | 168.09 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 171 | 0 | 0.90 | 0.24 | 0.12 | 315.82 | 0.81 | 0.48 |
| Hex | E0 | 17 | AB | 0 | 5A | 18 | C | 13C | 51 | 30 |
| Octal | 340 | 27 | 253 | 0 | 132 | 30 | 14 | 474 | 121 | 60 |
| Binary | 11100000 | 10111 | 10101011 | 0 | 1011010 | 11000 | 1100 | 100111100 | 1010001 | 110000 |
Color Harmonies of #E017AB
Complementary color
Monochromatic Colors of #E017AB
Black with #E017AB
Text Example
Text Example
White with #E017AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E017AB; }
p { color: rgb(224,23,171); }
H1.HeaderClassName
{
color: #E017AB;
}
.AnyTagClassName
{
color: #E017AB;
}
</style>
background-color css
<style>
a { background-color: #E017AB; }
a { background-color: rgb(224,23,171); }
div.DivClassName
{
background-color: #E017AB;
}
.BgClassName
{
background-color: #E017AB;
}
</style>
border-color css
<style>
span { border-color: #E017AB; }
span { border-color: rgb(224,23,171); }
td.TdClassName
{
border-color: #E017AB;
}
.TagClassName
{
border-color: #E017AB;
}
</style>