Shades of Spicy Pink #E21CA2
Tints of Spicy Pink #E21CA2
RGB
CMYK
RGB Variations
Color information
#E21CA2 (or 0xE21CA2) is known color: Spicy Pink. HEX triplet: E2, 1C and A2. RGB value is (226,28,162). Sum of RGB (Red+Green+Blue) = 226+28+162=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21CA2 is #1DE35D. Grayscale: #666666. Windows color (decimal): -1958750 or 10624226. OLE color: 10624226.
HSL color Cylindrical-coordinate representation of color #E21CA2: hue angle of 319.39º 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 #E21CA2 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 162 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.11 |
| HSL | 319.39º | 0.78% | 0.5% | - |
| HSV(B) | 319.39º | 0.88% | 0.89% | - |
| XYZ | 38.3 | 19.61 | 35.95 | - |
| YUV | 102.48 | 161.6 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 162 | 0 | 0.88 | 0.28 | 0.11 | 319.39 | 0.78 | 0.5 |
| Hex | E2 | 1C | A2 | 0 | 58 | 1C | B | 13F | 4E | 32 |
| Octal | 342 | 34 | 242 | 0 | 130 | 34 | 13 | 477 | 116 | 62 |
| Binary | 11100010 | 11100 | 10100010 | 0 | 1011000 | 11100 | 1011 | 100111111 | 1001110 | 110010 |
Color Harmonies of #E21CA2
Complementary color
Monochromatic Colors of #E21CA2
Black with #E21CA2
Text Example
Text Example
White with #E21CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CA2; }
p { color: rgb(226,28,162); }
H1.HeaderClassName
{
color: #E21CA2;
}
.AnyTagClassName
{
color: #E21CA2;
}
</style>
background-color css
<style>
a { background-color: #E21CA2; }
a { background-color: rgb(226,28,162); }
div.DivClassName
{
background-color: #E21CA2;
}
.BgClassName
{
background-color: #E21CA2;
}
</style>
border-color css
<style>
span { border-color: #E21CA2; }
span { border-color: rgb(226,28,162); }
td.TdClassName
{
border-color: #E21CA2;
}
.TagClassName
{
border-color: #E21CA2;
}
</style>