Shades of Spicy Pink #E32AB1
Tints of Spicy Pink #E32AB1
RGB
CMYK
RGB Variations
Color information
#E32AB1 (or 0xE32AB1) is known color: Spicy Pink. HEX triplet: E3, 2A and B1. RGB value is (227,42,177). Sum of RGB (Red+Green+Blue) = 227+42+177=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E32AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32AB1 is #1CD54E. Grayscale: #707070. Windows color (decimal): -1889615 or 11610851. OLE color: 11610851.
HSL color Cylindrical-coordinate representation of color #E32AB1: hue angle of 316.22º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32AB1 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 177 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.11 |
| HSL | 316.22º | 0.77% | 0.53% | - |
| HSV(B) | 316.22º | 0.81% | 0.89% | - |
| XYZ | 40.44 | 21.16 | 43.55 | - |
| YUV | 112.71 | 164.29 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 177 | 0 | 0.81 | 0.22 | 0.11 | 316.22 | 0.77 | 0.53 |
| Hex | E3 | 2A | B1 | 0 | 51 | 16 | B | 13C | 4D | 35 |
| Octal | 343 | 52 | 261 | 0 | 121 | 26 | 13 | 474 | 115 | 65 |
| Binary | 11100011 | 101010 | 10110001 | 0 | 1010001 | 10110 | 1011 | 100111100 | 1001101 | 110101 |
Color Harmonies of #E32AB1
Complementary color
Monochromatic Colors of #E32AB1
Black with #E32AB1
Text Example
Text Example
White with #E32AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32AB1; }
p { color: rgb(227,42,177); }
H1.HeaderClassName
{
color: #E32AB1;
}
.AnyTagClassName
{
color: #E32AB1;
}
</style>
background-color css
<style>
a { background-color: #E32AB1; }
a { background-color: rgb(227,42,177); }
div.DivClassName
{
background-color: #E32AB1;
}
.BgClassName
{
background-color: #E32AB1;
}
</style>
border-color css
<style>
span { border-color: #E32AB1; }
span { border-color: rgb(227,42,177); }
td.TdClassName
{
border-color: #E32AB1;
}
.TagClassName
{
border-color: #E32AB1;
}
</style>