Shades of Spicy Pink #E717AB
Tints of Spicy Pink #E717AB
RGB
CMYK
RGB Variations
Color information
#E717AB (or 0xE717AB) is known color: Spicy Pink. HEX triplet: E7, 17 and AB. RGB value is (231,23,171). Sum of RGB (Red+Green+Blue) = 231+23+171=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E717AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E717AB is #18E854. Grayscale: #656565. Windows color (decimal): -1632341 or 11212775. OLE color: 11212775.
HSL color Cylindrical-coordinate representation of color #E717AB: hue angle of 317.31º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E717AB is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 171 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.09 |
| HSL | 317.31º | 0.82% | 0.5% | - |
| HSV(B) | 317.31º | 0.9% | 0.91% | - |
| XYZ | 40.61 | 20.54 | 40.35 | - |
| YUV | 102.06 | 166.91 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 171 | 0 | 0.90 | 0.26 | 0.09 | 317.31 | 0.82 | 0.5 |
| Hex | E7 | 17 | AB | 0 | 5A | 1A | 9 | 13D | 52 | 32 |
| Octal | 347 | 27 | 253 | 0 | 132 | 32 | 11 | 475 | 122 | 62 |
| Binary | 11100111 | 10111 | 10101011 | 0 | 1011010 | 11010 | 1001 | 100111101 | 1010010 | 110010 |
Color Harmonies of #E717AB
Complementary color
Monochromatic Colors of #E717AB
Black with #E717AB
Text Example
Text Example
White with #E717AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717AB; }
p { color: rgb(231,23,171); }
H1.HeaderClassName
{
color: #E717AB;
}
.AnyTagClassName
{
color: #E717AB;
}
</style>
background-color css
<style>
a { background-color: #E717AB; }
a { background-color: rgb(231,23,171); }
div.DivClassName
{
background-color: #E717AB;
}
.BgClassName
{
background-color: #E717AB;
}
</style>
border-color css
<style>
span { border-color: #E717AB; }
span { border-color: rgb(231,23,171); }
td.TdClassName
{
border-color: #E717AB;
}
.TagClassName
{
border-color: #E717AB;
}
</style>