Shades of Spicy Pink #E816AF
Tints of Spicy Pink #E816AF
RGB
CMYK
RGB Variations
Color information
#E816AF (or 0xE816AF) is known color: Spicy Pink. HEX triplet: E8, 16 and AF. RGB value is (232,22,175). Sum of RGB (Red+Green+Blue) = 232+22+175=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E816AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E816AF is #17E950. Grayscale: #656565. Windows color (decimal): -1567057 or 11474664. OLE color: 11474664.
HSL color Cylindrical-coordinate representation of color #E816AF: hue angle of 316.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E816AF is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 175 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.09 |
| HSL | 316.29º | 0.83% | 0.5% | - |
| HSV(B) | 316.29º | 0.91% | 0.91% | - |
| XYZ | 41.3 | 20.82 | 42.4 | - |
| YUV | 102.23 | 169.07 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 175 | 0 | 0.91 | 0.25 | 0.09 | 316.29 | 0.83 | 0.5 |
| Hex | E8 | 16 | AF | 0 | 5B | 19 | 9 | 13C | 53 | 32 |
| Octal | 350 | 26 | 257 | 0 | 133 | 31 | 11 | 474 | 123 | 62 |
| Binary | 11101000 | 10110 | 10101111 | 0 | 1011011 | 11001 | 1001 | 100111100 | 1010011 | 110010 |
Color Harmonies of #E816AF
Complementary color
Monochromatic Colors of #E816AF
Black with #E816AF
Text Example
Text Example
White with #E816AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E816AF; }
p { color: rgb(232,22,175); }
H1.HeaderClassName
{
color: #E816AF;
}
.AnyTagClassName
{
color: #E816AF;
}
</style>
background-color css
<style>
a { background-color: #E816AF; }
a { background-color: rgb(232,22,175); }
div.DivClassName
{
background-color: #E816AF;
}
.BgClassName
{
background-color: #E816AF;
}
</style>
border-color css
<style>
span { border-color: #E816AF; }
span { border-color: rgb(232,22,175); }
td.TdClassName
{
border-color: #E816AF;
}
.TagClassName
{
border-color: #E816AF;
}
</style>