Shades of Spicy Pink #E718AB
Tints of Spicy Pink #E718AB
RGB
CMYK
RGB Variations
Color information
#E718AB (or 0xE718AB) is known color: Spicy Pink. HEX triplet: E7, 18 and AB. RGB value is (231,24,171). Sum of RGB (Red+Green+Blue) = 231+24+171=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E718AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E718AB is #18E754. Grayscale: #666666. Windows color (decimal): -1632085 or 11213031. OLE color: 11213031.
HSL color Cylindrical-coordinate representation of color #E718AB: hue angle of 317.39º degrees, saturation: 0.81, 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 #E718AB is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 171 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.09 |
| HSL | 317.39º | 0.81% | 0.5% | - |
| HSV(B) | 317.39º | 0.9% | 0.91% | - |
| XYZ | 40.63 | 20.58 | 40.36 | - |
| YUV | 102.65 | 166.58 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 171 | 0 | 0.90 | 0.26 | 0.09 | 317.39 | 0.81 | 0.5 |
| Hex | E7 | 18 | AB | 0 | 5A | 1A | 9 | 13D | 51 | 32 |
| Octal | 347 | 30 | 253 | 0 | 132 | 32 | 11 | 475 | 121 | 62 |
| Binary | 11100111 | 11000 | 10101011 | 0 | 1011010 | 11010 | 1001 | 100111101 | 1010001 | 110010 |
Color Harmonies of #E718AB
Complementary color
Monochromatic Colors of #E718AB
Black with #E718AB
Text Example
Text Example
White with #E718AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718AB; }
p { color: rgb(231,24,171); }
H1.HeaderClassName
{
color: #E718AB;
}
.AnyTagClassName
{
color: #E718AB;
}
</style>
background-color css
<style>
a { background-color: #E718AB; }
a { background-color: rgb(231,24,171); }
div.DivClassName
{
background-color: #E718AB;
}
.BgClassName
{
background-color: #E718AB;
}
</style>
border-color css
<style>
span { border-color: #E718AB; }
span { border-color: rgb(231,24,171); }
td.TdClassName
{
border-color: #E718AB;
}
.TagClassName
{
border-color: #E718AB;
}
</style>