Shades of Spicy Pink #E21BA2
Tints of Spicy Pink #E21BA2
RGB
CMYK
RGB Variations
Color information
#E21BA2 (or 0xE21BA2) is known color: Spicy Pink. HEX triplet: E2, 1B and A2. RGB value is (226,27,162). Sum of RGB (Red+Green+Blue) = 226+27+162=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21BA2 is #1DE45D. Grayscale: #656565. Windows color (decimal): -1959006 or 10623970. OLE color: 10623970.
HSL color Cylindrical-coordinate representation of color #E21BA2: hue angle of 319.3º 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 #E21BA2 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 162 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.11 |
| HSL | 319.3º | 0.79% | 0.5% | - |
| HSV(B) | 319.3º | 0.88% | 0.89% | - |
| XYZ | 38.28 | 19.56 | 35.94 | - |
| YUV | 101.89 | 161.93 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 162 | 0 | 0.88 | 0.28 | 0.11 | 319.3 | 0.79 | 0.5 |
| Hex | E2 | 1B | A2 | 0 | 58 | 1C | B | 13F | 4F | 32 |
| Octal | 342 | 33 | 242 | 0 | 130 | 34 | 13 | 477 | 117 | 62 |
| Binary | 11100010 | 11011 | 10100010 | 0 | 1011000 | 11100 | 1011 | 100111111 | 1001111 | 110010 |
Color Harmonies of #E21BA2
Complementary color
Monochromatic Colors of #E21BA2
Black with #E21BA2
Text Example
Text Example
White with #E21BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BA2; }
p { color: rgb(226,27,162); }
H1.HeaderClassName
{
color: #E21BA2;
}
.AnyTagClassName
{
color: #E21BA2;
}
</style>
background-color css
<style>
a { background-color: #E21BA2; }
a { background-color: rgb(226,27,162); }
div.DivClassName
{
background-color: #E21BA2;
}
.BgClassName
{
background-color: #E21BA2;
}
</style>
border-color css
<style>
span { border-color: #E21BA2; }
span { border-color: rgb(226,27,162); }
td.TdClassName
{
border-color: #E21BA2;
}
.TagClassName
{
border-color: #E21BA2;
}
</style>