Shades of Spicy Pink #E017AF
Tints of Spicy Pink #E017AF
RGB
CMYK
RGB Variations
Color information
#E017AF (or 0xE017AF) is known color: Spicy Pink. HEX triplet: E0, 17 and AF. RGB value is (224,23,175). Sum of RGB (Red+Green+Blue) = 224+23+175=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E017AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E017AF is #1FE850. Grayscale: #646464. Windows color (decimal): -2091089 or 11474912. OLE color: 11474912.
HSL color Cylindrical-coordinate representation of color #E017AF: hue angle of 314.63º 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 #E017AF is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 175 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.12 |
| HSL | 314.63º | 0.81% | 0.48% | - |
| HSV(B) | 314.63º | 0.9% | 0.88% | - |
| XYZ | 38.78 | 19.56 | 42.29 | - |
| YUV | 100.43 | 170.09 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 175 | 0 | 0.90 | 0.22 | 0.12 | 314.63 | 0.81 | 0.48 |
| Hex | E0 | 17 | AF | 0 | 5A | 16 | C | 13B | 51 | 30 |
| Octal | 340 | 27 | 257 | 0 | 132 | 26 | 14 | 473 | 121 | 60 |
| Binary | 11100000 | 10111 | 10101111 | 0 | 1011010 | 10110 | 1100 | 100111011 | 1010001 | 110000 |
Color Harmonies of #E017AF
Complementary color
Monochromatic Colors of #E017AF
Black with #E017AF
Text Example
Text Example
White with #E017AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E017AF; }
p { color: rgb(224,23,175); }
H1.HeaderClassName
{
color: #E017AF;
}
.AnyTagClassName
{
color: #E017AF;
}
</style>
background-color css
<style>
a { background-color: #E017AF; }
a { background-color: rgb(224,23,175); }
div.DivClassName
{
background-color: #E017AF;
}
.BgClassName
{
background-color: #E017AF;
}
</style>
border-color css
<style>
span { border-color: #E017AF; }
span { border-color: rgb(224,23,175); }
td.TdClassName
{
border-color: #E017AF;
}
.TagClassName
{
border-color: #E017AF;
}
</style>