Shades of Spicy Pink #E716A8
Tints of Spicy Pink #E716A8
RGB
CMYK
RGB Variations
Color information
#E716A8 (or 0xE716A8) is known color: Spicy Pink. HEX triplet: E7, 16 and A8. RGB value is (231,22,168). Sum of RGB (Red+Green+Blue) = 231+22+168=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E716A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E716A8 is #18E957. Grayscale: #646464. Windows color (decimal): -1632600 or 11015911. OLE color: 11015911.
HSL color Cylindrical-coordinate representation of color #E716A8: hue angle of 318.09º degrees, saturation: 0.83, 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 #E716A8 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 168 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.09 |
| HSL | 318.09º | 0.83% | 0.5% | - |
| HSV(B) | 318.09º | 0.9% | 0.91% | - |
| XYZ | 40.31 | 20.39 | 38.86 | - |
| YUV | 101.14 | 165.74 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 168 | 0 | 0.90 | 0.27 | 0.09 | 318.09 | 0.83 | 0.5 |
| Hex | E7 | 16 | A8 | 0 | 5A | 1B | 9 | 13E | 53 | 32 |
| Octal | 347 | 26 | 250 | 0 | 132 | 33 | 11 | 476 | 123 | 62 |
| Binary | 11100111 | 10110 | 10101000 | 0 | 1011010 | 11011 | 1001 | 100111110 | 1010011 | 110010 |
Color Harmonies of #E716A8
Complementary color
Monochromatic Colors of #E716A8
Black with #E716A8
Text Example
Text Example
White with #E716A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716A8; }
p { color: rgb(231,22,168); }
H1.HeaderClassName
{
color: #E716A8;
}
.AnyTagClassName
{
color: #E716A8;
}
</style>
background-color css
<style>
a { background-color: #E716A8; }
a { background-color: rgb(231,22,168); }
div.DivClassName
{
background-color: #E716A8;
}
.BgClassName
{
background-color: #E716A8;
}
</style>
border-color css
<style>
span { border-color: #E716A8; }
span { border-color: rgb(231,22,168); }
td.TdClassName
{
border-color: #E716A8;
}
.TagClassName
{
border-color: #E716A8;
}
</style>