Shades of Spicy Pink #E21BA9
Tints of Spicy Pink #E21BA9
RGB
CMYK
RGB Variations
Color information
#E21BA9 (or 0xE21BA9) is known color: Spicy Pink. HEX triplet: E2, 1B and A9. RGB value is (226,27,169). Sum of RGB (Red+Green+Blue) = 226+27+169=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21BA9 is #1DE456. Grayscale: #666666. Windows color (decimal): -1958999 or 11082722. OLE color: 11082722.
HSL color Cylindrical-coordinate representation of color #E21BA9: hue angle of 317.19º degrees, saturation: 0.79, 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 #E21BA9 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 169 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.11 |
| HSL | 317.19º | 0.79% | 0.5% | - |
| HSV(B) | 317.19º | 0.88% | 0.89% | - |
| XYZ | 38.92 | 19.82 | 39.31 | - |
| YUV | 102.69 | 165.43 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 169 | 0 | 0.88 | 0.25 | 0.11 | 317.19 | 0.79 | 0.5 |
| Hex | E2 | 1B | A9 | 0 | 58 | 19 | B | 13D | 4F | 32 |
| Octal | 342 | 33 | 251 | 0 | 130 | 31 | 13 | 475 | 117 | 62 |
| Binary | 11100010 | 11011 | 10101001 | 0 | 1011000 | 11001 | 1011 | 100111101 | 1001111 | 110010 |
Color Harmonies of #E21BA9
Complementary color
Monochromatic Colors of #E21BA9
Black with #E21BA9
Text Example
Text Example
White with #E21BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BA9; }
p { color: rgb(226,27,169); }
H1.HeaderClassName
{
color: #E21BA9;
}
.AnyTagClassName
{
color: #E21BA9;
}
</style>
background-color css
<style>
a { background-color: #E21BA9; }
a { background-color: rgb(226,27,169); }
div.DivClassName
{
background-color: #E21BA9;
}
.BgClassName
{
background-color: #E21BA9;
}
</style>
border-color css
<style>
span { border-color: #E21BA9; }
span { border-color: rgb(226,27,169); }
td.TdClassName
{
border-color: #E21BA9;
}
.TagClassName
{
border-color: #E21BA9;
}
</style>