Shades of Spicy Pink #E716AD
Tints of Spicy Pink #E716AD
RGB
CMYK
RGB Variations
Color information
#E716AD (or 0xE716AD) is known color: Spicy Pink. HEX triplet: E7, 16 and AD. RGB value is (231,22,173). Sum of RGB (Red+Green+Blue) = 231+22+173=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E716AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E716AD is #18E952. Grayscale: #656565. Windows color (decimal): -1632595 or 11343591. OLE color: 11343591.
HSL color Cylindrical-coordinate representation of color #E716AD: hue angle of 316.65º 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 #E716AD is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 173 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.09 |
| HSL | 316.65º | 0.83% | 0.5% | - |
| HSV(B) | 316.65º | 0.9% | 0.91% | - |
| XYZ | 40.78 | 20.58 | 41.36 | - |
| YUV | 101.71 | 168.24 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 173 | 0 | 0.90 | 0.25 | 0.09 | 316.65 | 0.83 | 0.5 |
| Hex | E7 | 16 | AD | 0 | 5A | 19 | 9 | 13D | 53 | 32 |
| Octal | 347 | 26 | 255 | 0 | 132 | 31 | 11 | 475 | 123 | 62 |
| Binary | 11100111 | 10110 | 10101101 | 0 | 1011010 | 11001 | 1001 | 100111101 | 1010011 | 110010 |
Color Harmonies of #E716AD
Complementary color
Monochromatic Colors of #E716AD
Black with #E716AD
Text Example
Text Example
White with #E716AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716AD; }
p { color: rgb(231,22,173); }
H1.HeaderClassName
{
color: #E716AD;
}
.AnyTagClassName
{
color: #E716AD;
}
</style>
background-color css
<style>
a { background-color: #E716AD; }
a { background-color: rgb(231,22,173); }
div.DivClassName
{
background-color: #E716AD;
}
.BgClassName
{
background-color: #E716AD;
}
</style>
border-color css
<style>
span { border-color: #E716AD; }
span { border-color: rgb(231,22,173); }
td.TdClassName
{
border-color: #E716AD;
}
.TagClassName
{
border-color: #E716AD;
}
</style>