Shades of Spicy Pink #E713AF
Tints of Spicy Pink #E713AF
RGB
CMYK
RGB Variations
Color information
#E713AF (or 0xE713AF) is known color: Spicy Pink. HEX triplet: E7, 13 and AF. RGB value is (231,19,175). Sum of RGB (Red+Green+Blue) = 231+19+175=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E713AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E713AF is #18EC50. Grayscale: #636363. Windows color (decimal): -1633361 or 11473895. OLE color: 11473895.
HSL color Cylindrical-coordinate representation of color #E713AF: hue angle of 315.85º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E713AF is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 175 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.09 |
| HSL | 315.85º | 0.85% | 0.49% | - |
| HSV(B) | 315.85º | 0.92% | 0.91% | - |
| XYZ | 40.93 | 20.55 | 42.37 | - |
| YUV | 100.17 | 170.24 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 175 | 0 | 0.92 | 0.24 | 0.09 | 315.85 | 0.85 | 0.49 |
| Hex | E7 | 13 | AF | 0 | 5C | 18 | 9 | 13C | 55 | 31 |
| Octal | 347 | 23 | 257 | 0 | 134 | 30 | 11 | 474 | 125 | 61 |
| Binary | 11100111 | 10011 | 10101111 | 0 | 1011100 | 11000 | 1001 | 100111100 | 1010101 | 110001 |
Color Harmonies of #E713AF
Complementary color
Monochromatic Colors of #E713AF
Black with #E713AF
Text Example
Text Example
White with #E713AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E713AF; }
p { color: rgb(231,19,175); }
H1.HeaderClassName
{
color: #E713AF;
}
.AnyTagClassName
{
color: #E713AF;
}
</style>
background-color css
<style>
a { background-color: #E713AF; }
a { background-color: rgb(231,19,175); }
div.DivClassName
{
background-color: #E713AF;
}
.BgClassName
{
background-color: #E713AF;
}
</style>
border-color css
<style>
span { border-color: #E713AF; }
span { border-color: rgb(231,19,175); }
td.TdClassName
{
border-color: #E713AF;
}
.TagClassName
{
border-color: #E713AF;
}
</style>