Shades of Spicy Pink #E31CA2
Tints of Spicy Pink #E31CA2
RGB
CMYK
RGB Variations
Color information
#E31CA2 (or 0xE31CA2) is known color: Spicy Pink. HEX triplet: E3, 1C and A2. RGB value is (227,28,162). Sum of RGB (Red+Green+Blue) = 227+28+162=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31CA2 is #1CE35D. Grayscale: #666666. Windows color (decimal): -1893214 or 10624227. OLE color: 10624227.
HSL color Cylindrical-coordinate representation of color #E31CA2: hue angle of 319.6º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31CA2 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 162 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.11 |
| HSL | 319.6º | 0.78% | 0.5% | - |
| HSV(B) | 319.6º | 0.88% | 0.89% | - |
| XYZ | 38.62 | 19.77 | 35.96 | - |
| YUV | 102.78 | 161.43 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 162 | 0 | 0.88 | 0.29 | 0.11 | 319.6 | 0.78 | 0.5 |
| Hex | E3 | 1C | A2 | 0 | 58 | 1D | B | 140 | 4E | 32 |
| Octal | 343 | 34 | 242 | 0 | 130 | 35 | 13 | 500 | 116 | 62 |
| Binary | 11100011 | 11100 | 10100010 | 0 | 1011000 | 11101 | 1011 | 101000000 | 1001110 | 110010 |
Color Harmonies of #E31CA2
Complementary color
Monochromatic Colors of #E31CA2
Black with #E31CA2
Text Example
Text Example
White with #E31CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31CA2; }
p { color: rgb(227,28,162); }
H1.HeaderClassName
{
color: #E31CA2;
}
.AnyTagClassName
{
color: #E31CA2;
}
</style>
background-color css
<style>
a { background-color: #E31CA2; }
a { background-color: rgb(227,28,162); }
div.DivClassName
{
background-color: #E31CA2;
}
.BgClassName
{
background-color: #E31CA2;
}
</style>
border-color css
<style>
span { border-color: #E31CA2; }
span { border-color: rgb(227,28,162); }
td.TdClassName
{
border-color: #E31CA2;
}
.TagClassName
{
border-color: #E31CA2;
}
</style>