Shades of Spicy Pink #E421AC
Tints of Spicy Pink #E421AC
RGB
CMYK
RGB Variations
Color information
#E421AC (or 0xE421AC) is known color: Spicy Pink. HEX triplet: E4, 21 and AC. RGB value is (228,33,172). Sum of RGB (Red+Green+Blue) = 228+33+172=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E421AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E421AC is #1BDE53. Grayscale: #6A6A6A. Windows color (decimal): -1826388 or 11280868. OLE color: 11280868.
HSL color Cylindrical-coordinate representation of color #E421AC: 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 #E421AC is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 172 | - |
| 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.99 | 20.56 | 40.89 | - |
| YUV | 107.15 | 164.6 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 172 | 0 | 0.86 | 0.25 | 0.11 | 317.23 | 0.78 | 0.51 |
| Hex | E4 | 21 | AC | 0 | 56 | 19 | B | 13D | 4E | 33 |
| Octal | 344 | 41 | 254 | 0 | 126 | 31 | 13 | 475 | 116 | 63 |
| Binary | 11100100 | 100001 | 10101100 | 0 | 1010110 | 11001 | 1011 | 100111101 | 1001110 | 110011 |
Color Harmonies of #E421AC
Complementary color
Monochromatic Colors of #E421AC
Black with #E421AC
Text Example
Text Example
White with #E421AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421AC; }
p { color: rgb(228,33,172); }
H1.HeaderClassName
{
color: #E421AC;
}
.AnyTagClassName
{
color: #E421AC;
}
</style>
background-color css
<style>
a { background-color: #E421AC; }
a { background-color: rgb(228,33,172); }
div.DivClassName
{
background-color: #E421AC;
}
.BgClassName
{
background-color: #E421AC;
}
</style>
border-color css
<style>
span { border-color: #E421AC; }
span { border-color: rgb(228,33,172); }
td.TdClassName
{
border-color: #E421AC;
}
.TagClassName
{
border-color: #E421AC;
}
</style>