Shades of Spicy Pink #E316AB
Tints of Spicy Pink #E316AB
RGB
CMYK
RGB Variations
Color information
#E316AB (or 0xE316AB) is known color: Spicy Pink. HEX triplet: E3, 16 and AB. RGB value is (227,22,171). Sum of RGB (Red+Green+Blue) = 227+22+171=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E316AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E316AB is #1CE954. Grayscale: #636363. Windows color (decimal): -1894741 or 11212515. OLE color: 11212515.
HSL color Cylindrical-coordinate representation of color #E316AB: hue angle of 316.39º 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 #E316AB is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 171 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.11 |
| HSL | 316.39º | 0.82% | 0.49% | - |
| HSV(B) | 316.39º | 0.9% | 0.89% | - |
| XYZ | 39.32 | 19.84 | 40.29 | - |
| YUV | 100.28 | 167.92 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 171 | 0 | 0.90 | 0.25 | 0.11 | 316.39 | 0.82 | 0.49 |
| Hex | E3 | 16 | AB | 0 | 5A | 19 | B | 13C | 52 | 31 |
| Octal | 343 | 26 | 253 | 0 | 132 | 31 | 13 | 474 | 122 | 61 |
| Binary | 11100011 | 10110 | 10101011 | 0 | 1011010 | 11001 | 1011 | 100111100 | 1010010 | 110001 |
Color Harmonies of #E316AB
Complementary color
Monochromatic Colors of #E316AB
Black with #E316AB
Text Example
Text Example
White with #E316AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316AB; }
p { color: rgb(227,22,171); }
H1.HeaderClassName
{
color: #E316AB;
}
.AnyTagClassName
{
color: #E316AB;
}
</style>
background-color css
<style>
a { background-color: #E316AB; }
a { background-color: rgb(227,22,171); }
div.DivClassName
{
background-color: #E316AB;
}
.BgClassName
{
background-color: #E316AB;
}
</style>
border-color css
<style>
span { border-color: #E316AB; }
span { border-color: rgb(227,22,171); }
td.TdClassName
{
border-color: #E316AB;
}
.TagClassName
{
border-color: #E316AB;
}
</style>