Shades of Spicy Pink #E21CA3
Tints of Spicy Pink #E21CA3
RGB
CMYK
RGB Variations
Color information
#E21CA3 (or 0xE21CA3) is known color: Spicy Pink. HEX triplet: E2, 1C and A3. RGB value is (226,28,163). Sum of RGB (Red+Green+Blue) = 226+28+163=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21CA3 is #1DE35C. Grayscale: #666666. Windows color (decimal): -1958749 or 10689762. OLE color: 10689762.
HSL color Cylindrical-coordinate representation of color #E21CA3: hue angle of 319.09º 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 #E21CA3 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 163 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.11 |
| HSL | 319.09º | 0.78% | 0.5% | - |
| HSV(B) | 319.09º | 0.88% | 0.89% | - |
| XYZ | 38.39 | 19.64 | 36.42 | - |
| YUV | 102.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 163 | 0 | 0.88 | 0.28 | 0.11 | 319.09 | 0.78 | 0.5 |
| Hex | E2 | 1C | A3 | 0 | 58 | 1C | B | 13F | 4E | 32 |
| Octal | 342 | 34 | 243 | 0 | 130 | 34 | 13 | 477 | 116 | 62 |
| Binary | 11100010 | 11100 | 10100011 | 0 | 1011000 | 11100 | 1011 | 100111111 | 1001110 | 110010 |
Color Harmonies of #E21CA3
Complementary color
Monochromatic Colors of #E21CA3
Black with #E21CA3
Text Example
Text Example
White with #E21CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CA3; }
p { color: rgb(226,28,163); }
H1.HeaderClassName
{
color: #E21CA3;
}
.AnyTagClassName
{
color: #E21CA3;
}
</style>
background-color css
<style>
a { background-color: #E21CA3; }
a { background-color: rgb(226,28,163); }
div.DivClassName
{
background-color: #E21CA3;
}
.BgClassName
{
background-color: #E21CA3;
}
</style>
border-color css
<style>
span { border-color: #E21CA3; }
span { border-color: rgb(226,28,163); }
td.TdClassName
{
border-color: #E21CA3;
}
.TagClassName
{
border-color: #E21CA3;
}
</style>