Shades of Spicy Pink #E21CA6
Tints of Spicy Pink #E21CA6
RGB
CMYK
RGB Variations
Color information
#E21CA6 (or 0xE21CA6) is known color: Spicy Pink. HEX triplet: E2, 1C and A6. RGB value is (226,28,166). Sum of RGB (Red+Green+Blue) = 226+28+166=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21CA6 is #1DE359. Grayscale: #666666. Windows color (decimal): -1958746 or 10886370. OLE color: 10886370.
HSL color Cylindrical-coordinate representation of color #E21CA6: hue angle of 318.18º 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 #E21CA6 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 166 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.11 |
| HSL | 318.18º | 0.78% | 0.5% | - |
| HSV(B) | 318.18º | 0.88% | 0.89% | - |
| XYZ | 38.66 | 19.75 | 37.85 | - |
| YUV | 102.93 | 163.6 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 166 | 0 | 0.88 | 0.27 | 0.11 | 318.18 | 0.78 | 0.5 |
| Hex | E2 | 1C | A6 | 0 | 58 | 1B | B | 13E | 4E | 32 |
| Octal | 342 | 34 | 246 | 0 | 130 | 33 | 13 | 476 | 116 | 62 |
| Binary | 11100010 | 11100 | 10100110 | 0 | 1011000 | 11011 | 1011 | 100111110 | 1001110 | 110010 |
Color Harmonies of #E21CA6
Complementary color
Monochromatic Colors of #E21CA6
Black with #E21CA6
Text Example
Text Example
White with #E21CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CA6; }
p { color: rgb(226,28,166); }
H1.HeaderClassName
{
color: #E21CA6;
}
.AnyTagClassName
{
color: #E21CA6;
}
</style>
background-color css
<style>
a { background-color: #E21CA6; }
a { background-color: rgb(226,28,166); }
div.DivClassName
{
background-color: #E21CA6;
}
.BgClassName
{
background-color: #E21CA6;
}
</style>
border-color css
<style>
span { border-color: #E21CA6; }
span { border-color: rgb(226,28,166); }
td.TdClassName
{
border-color: #E21CA6;
}
.TagClassName
{
border-color: #E21CA6;
}
</style>