Shades of Spicy Pink #E320AB
Tints of Spicy Pink #E320AB
RGB
CMYK
RGB Variations
Color information
#E320AB (or 0xE320AB) is known color: Spicy Pink. HEX triplet: E3, 20 and AB. RGB value is (227,32,171). Sum of RGB (Red+Green+Blue) = 227+32+171=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E320AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E320AB is #1CDF54. Grayscale: #696969. Windows color (decimal): -1892181 or 11215075. OLE color: 11215075.
HSL color Cylindrical-coordinate representation of color #E320AB: hue angle of 317.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E320AB is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 171 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.11 |
| HSL | 317.23º | 0.78% | 0.51% | - |
| HSV(B) | 317.23º | 0.86% | 0.89% | - |
| XYZ | 39.55 | 20.3 | 40.36 | - |
| YUV | 106.15 | 164.6 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 171 | 0 | 0.86 | 0.25 | 0.11 | 317.23 | 0.78 | 0.51 |
| Hex | E3 | 20 | AB | 0 | 56 | 19 | B | 13D | 4E | 33 |
| Octal | 343 | 40 | 253 | 0 | 126 | 31 | 13 | 475 | 116 | 63 |
| Binary | 11100011 | 100000 | 10101011 | 0 | 1010110 | 11001 | 1011 | 100111101 | 1001110 | 110011 |
Color Harmonies of #E320AB
Complementary color
Monochromatic Colors of #E320AB
Black with #E320AB
Text Example
Text Example
White with #E320AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E320AB; }
p { color: rgb(227,32,171); }
H1.HeaderClassName
{
color: #E320AB;
}
.AnyTagClassName
{
color: #E320AB;
}
</style>
background-color css
<style>
a { background-color: #E320AB; }
a { background-color: rgb(227,32,171); }
div.DivClassName
{
background-color: #E320AB;
}
.BgClassName
{
background-color: #E320AB;
}
</style>
border-color css
<style>
span { border-color: #E320AB; }
span { border-color: rgb(227,32,171); }
td.TdClassName
{
border-color: #E320AB;
}
.TagClassName
{
border-color: #E320AB;
}
</style>