Shades of Spicy Pink #E316AF
Tints of Spicy Pink #E316AF
RGB
CMYK
RGB Variations
Color information
#E316AF (or 0xE316AF) is known color: Spicy Pink. HEX triplet: E3, 16 and AF. RGB value is (227,22,175). Sum of RGB (Red+Green+Blue) = 227+22+175=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E316AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E316AF is #1CE950. Grayscale: #646464. Windows color (decimal): -1894737 or 11474659. OLE color: 11474659.
HSL color Cylindrical-coordinate representation of color #E316AF: hue angle of 315.22º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E316AF is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 175 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.11 |
| HSL | 315.22º | 0.82% | 0.49% | - |
| HSV(B) | 315.22º | 0.9% | 0.89% | - |
| XYZ | 39.7 | 20 | 42.33 | - |
| YUV | 100.74 | 169.92 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 175 | 0 | 0.90 | 0.23 | 0.11 | 315.22 | 0.82 | 0.49 |
| Hex | E3 | 16 | AF | 0 | 5A | 17 | B | 13B | 52 | 31 |
| Octal | 343 | 26 | 257 | 0 | 132 | 27 | 13 | 473 | 122 | 61 |
| Binary | 11100011 | 10110 | 10101111 | 0 | 1011010 | 10111 | 1011 | 100111011 | 1010010 | 110001 |
Color Harmonies of #E316AF
Complementary color
Monochromatic Colors of #E316AF
Black with #E316AF
Text Example
Text Example
White with #E316AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316AF; }
p { color: rgb(227,22,175); }
H1.HeaderClassName
{
color: #E316AF;
}
.AnyTagClassName
{
color: #E316AF;
}
</style>
background-color css
<style>
a { background-color: #E316AF; }
a { background-color: rgb(227,22,175); }
div.DivClassName
{
background-color: #E316AF;
}
.BgClassName
{
background-color: #E316AF;
}
</style>
border-color css
<style>
span { border-color: #E316AF; }
span { border-color: rgb(227,22,175); }
td.TdClassName
{
border-color: #E316AF;
}
.TagClassName
{
border-color: #E316AF;
}
</style>