Shades of Spicy Pink #E21AAA
Tints of Spicy Pink #E21AAA
RGB
CMYK
RGB Variations
Color information
#E21AAA (or 0xE21AAA) is known color: Spicy Pink. HEX triplet: E2, 1A and AA. RGB value is (226,26,170). Sum of RGB (Red+Green+Blue) = 226+26+170=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E21AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21AAA is #1DE555. Grayscale: #656565. Windows color (decimal): -1959254 or 11148002. OLE color: 11148002.
HSL color Cylindrical-coordinate representation of color #E21AAA: hue angle of 316.8º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21AAA is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 170 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.11 |
| HSL | 316.8º | 0.79% | 0.49% | - |
| HSV(B) | 316.8º | 0.88% | 0.89% | - |
| XYZ | 38.99 | 19.81 | 39.8 | - |
| YUV | 102.22 | 166.26 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 170 | 0 | 0.88 | 0.25 | 0.11 | 316.8 | 0.79 | 0.49 |
| Hex | E2 | 1A | AA | 0 | 58 | 19 | B | 13D | 4F | 31 |
| Octal | 342 | 32 | 252 | 0 | 130 | 31 | 13 | 475 | 117 | 61 |
| Binary | 11100010 | 11010 | 10101010 | 0 | 1011000 | 11001 | 1011 | 100111101 | 1001111 | 110001 |
Color Harmonies of #E21AAA
Complementary color
Monochromatic Colors of #E21AAA
Black with #E21AAA
Text Example
Text Example
White with #E21AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21AAA; }
p { color: rgb(226,26,170); }
H1.HeaderClassName
{
color: #E21AAA;
}
.AnyTagClassName
{
color: #E21AAA;
}
</style>
background-color css
<style>
a { background-color: #E21AAA; }
a { background-color: rgb(226,26,170); }
div.DivClassName
{
background-color: #E21AAA;
}
.BgClassName
{
background-color: #E21AAA;
}
</style>
border-color css
<style>
span { border-color: #E21AAA; }
span { border-color: rgb(226,26,170); }
td.TdClassName
{
border-color: #E21AAA;
}
.TagClassName
{
border-color: #E21AAA;
}
</style>