Shades of Spicy Pink #E21CAC
Tints of Spicy Pink #E21CAC
RGB
CMYK
RGB Variations
Color information
#E21CAC (or 0xE21CAC) is known color: Spicy Pink. HEX triplet: E2, 1C and AC. RGB value is (226,28,172). Sum of RGB (Red+Green+Blue) = 226+28+172=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21CAC is #1DE353. Grayscale: #676767. Windows color (decimal): -1958740 or 11279586. OLE color: 11279586.
HSL color Cylindrical-coordinate representation of color #E21CAC: hue angle of 316.36º 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 #E21CAC is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 172 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.11 |
| HSL | 316.36º | 0.78% | 0.5% | - |
| HSV(B) | 316.36º | 0.88% | 0.89% | - |
| XYZ | 39.23 | 19.98 | 40.82 | - |
| YUV | 103.62 | 166.6 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 172 | 0 | 0.88 | 0.24 | 0.11 | 316.36 | 0.78 | 0.5 |
| Hex | E2 | 1C | AC | 0 | 58 | 18 | B | 13C | 4E | 32 |
| Octal | 342 | 34 | 254 | 0 | 130 | 30 | 13 | 474 | 116 | 62 |
| Binary | 11100010 | 11100 | 10101100 | 0 | 1011000 | 11000 | 1011 | 100111100 | 1001110 | 110010 |
Color Harmonies of #E21CAC
Complementary color
Monochromatic Colors of #E21CAC
Black with #E21CAC
Text Example
Text Example
White with #E21CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CAC; }
p { color: rgb(226,28,172); }
H1.HeaderClassName
{
color: #E21CAC;
}
.AnyTagClassName
{
color: #E21CAC;
}
</style>
background-color css
<style>
a { background-color: #E21CAC; }
a { background-color: rgb(226,28,172); }
div.DivClassName
{
background-color: #E21CAC;
}
.BgClassName
{
background-color: #E21CAC;
}
</style>
border-color css
<style>
span { border-color: #E21CAC; }
span { border-color: rgb(226,28,172); }
td.TdClassName
{
border-color: #E21CAC;
}
.TagClassName
{
border-color: #E21CAC;
}
</style>