Shades of Spicy Pink #E21CAA
Tints of Spicy Pink #E21CAA
RGB
CMYK
RGB Variations
Color information
#E21CAA (or 0xE21CAA) is known color: Spicy Pink. HEX triplet: E2, 1C and AA. RGB value is (226,28,170). Sum of RGB (Red+Green+Blue) = 226+28+170=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21CAA is #1DE355. Grayscale: #676767. Windows color (decimal): -1958742 or 11148514. OLE color: 11148514.
HSL color Cylindrical-coordinate representation of color #E21CAA: hue angle of 316.97º 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 #E21CAA is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 170 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.11 |
| HSL | 316.97º | 0.78% | 0.5% | - |
| HSV(B) | 316.97º | 0.88% | 0.89% | - |
| XYZ | 39.03 | 19.9 | 39.81 | - |
| YUV | 103.39 | 165.6 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 170 | 0 | 0.88 | 0.25 | 0.11 | 316.97 | 0.78 | 0.5 |
| Hex | E2 | 1C | AA | 0 | 58 | 19 | B | 13D | 4E | 32 |
| Octal | 342 | 34 | 252 | 0 | 130 | 31 | 13 | 475 | 116 | 62 |
| Binary | 11100010 | 11100 | 10101010 | 0 | 1011000 | 11001 | 1011 | 100111101 | 1001110 | 110010 |
Color Harmonies of #E21CAA
Complementary color
Monochromatic Colors of #E21CAA
Black with #E21CAA
Text Example
Text Example
White with #E21CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CAA; }
p { color: rgb(226,28,170); }
H1.HeaderClassName
{
color: #E21CAA;
}
.AnyTagClassName
{
color: #E21CAA;
}
</style>
background-color css
<style>
a { background-color: #E21CAA; }
a { background-color: rgb(226,28,170); }
div.DivClassName
{
background-color: #E21CAA;
}
.BgClassName
{
background-color: #E21CAA;
}
</style>
border-color css
<style>
span { border-color: #E21CAA; }
span { border-color: rgb(226,28,170); }
td.TdClassName
{
border-color: #E21CAA;
}
.TagClassName
{
border-color: #E21CAA;
}
</style>