Shades of Spicy Pink #E716AF
Tints of Spicy Pink #E716AF
RGB
CMYK
RGB Variations
Color information
#E716AF (or 0xE716AF) is known color: Spicy Pink. HEX triplet: E7, 16 and AF. RGB value is (231,22,175). Sum of RGB (Red+Green+Blue) = 231+22+175=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E716AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E716AF is #18E950. Grayscale: #656565. Windows color (decimal): -1632593 or 11474663. OLE color: 11474663.
HSL color Cylindrical-coordinate representation of color #E716AF: hue angle of 316.08º 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 #E716AF is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 175 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.09 |
| HSL | 316.08º | 0.83% | 0.5% | - |
| HSV(B) | 316.08º | 0.9% | 0.91% | - |
| XYZ | 40.98 | 20.66 | 42.38 | - |
| YUV | 101.93 | 169.24 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 175 | 0 | 0.90 | 0.24 | 0.09 | 316.08 | 0.83 | 0.5 |
| Hex | E7 | 16 | AF | 0 | 5A | 18 | 9 | 13C | 53 | 32 |
| Octal | 347 | 26 | 257 | 0 | 132 | 30 | 11 | 474 | 123 | 62 |
| Binary | 11100111 | 10110 | 10101111 | 0 | 1011010 | 11000 | 1001 | 100111100 | 1010011 | 110010 |
Color Harmonies of #E716AF
Complementary color
Monochromatic Colors of #E716AF
Black with #E716AF
Text Example
Text Example
White with #E716AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716AF; }
p { color: rgb(231,22,175); }
H1.HeaderClassName
{
color: #E716AF;
}
.AnyTagClassName
{
color: #E716AF;
}
</style>
background-color css
<style>
a { background-color: #E716AF; }
a { background-color: rgb(231,22,175); }
div.DivClassName
{
background-color: #E716AF;
}
.BgClassName
{
background-color: #E716AF;
}
</style>
border-color css
<style>
span { border-color: #E716AF; }
span { border-color: rgb(231,22,175); }
td.TdClassName
{
border-color: #E716AF;
}
.TagClassName
{
border-color: #E716AF;
}
</style>