Shades of Spicy Pink #E21EA4
Tints of Spicy Pink #E21EA4
RGB
CMYK
RGB Variations
Color information
#E21EA4 (or 0xE21EA4) is known color: Spicy Pink. HEX triplet: E2, 1E and A4. RGB value is (226,30,164). Sum of RGB (Red+Green+Blue) = 226+30+164=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21EA4 is #1DE15B. Grayscale: #676767. Windows color (decimal): -1958236 or 10755810. OLE color: 10755810.
HSL color Cylindrical-coordinate representation of color #E21EA4: hue angle of 318.98º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21EA4 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 164 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.11 |
| HSL | 318.98º | 0.77% | 0.5% | - |
| HSV(B) | 318.98º | 0.87% | 0.89% | - |
| XYZ | 38.53 | 19.78 | 36.91 | - |
| YUV | 103.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 164 | 0 | 0.87 | 0.27 | 0.11 | 318.98 | 0.77 | 0.5 |
| Hex | E2 | 1E | A4 | 0 | 57 | 1B | B | 13F | 4D | 32 |
| Octal | 342 | 36 | 244 | 0 | 127 | 33 | 13 | 477 | 115 | 62 |
| Binary | 11100010 | 11110 | 10100100 | 0 | 1010111 | 11011 | 1011 | 100111111 | 1001101 | 110010 |
Color Harmonies of #E21EA4
Complementary color
Monochromatic Colors of #E21EA4
Black with #E21EA4
Text Example
Text Example
White with #E21EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21EA4; }
p { color: rgb(226,30,164); }
H1.HeaderClassName
{
color: #E21EA4;
}
.AnyTagClassName
{
color: #E21EA4;
}
</style>
background-color css
<style>
a { background-color: #E21EA4; }
a { background-color: rgb(226,30,164); }
div.DivClassName
{
background-color: #E21EA4;
}
.BgClassName
{
background-color: #E21EA4;
}
</style>
border-color css
<style>
span { border-color: #E21EA4; }
span { border-color: rgb(226,30,164); }
td.TdClassName
{
border-color: #E21EA4;
}
.TagClassName
{
border-color: #E21EA4;
}
</style>