Shades of Spicy Pink #E21AAB
Tints of Spicy Pink #E21AAB
RGB
CMYK
RGB Variations
Color information
#E21AAB (or 0xE21AAB) is known color: Spicy Pink. HEX triplet: E2, 1A and AB. RGB value is (226,26,171). Sum of RGB (Red+Green+Blue) = 226+26+171=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E21AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21AAB is #1DE554. Grayscale: #656565. Windows color (decimal): -1959253 or 11213538. OLE color: 11213538.
HSL color Cylindrical-coordinate representation of color #E21AAB: hue angle of 316.5º 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 #E21AAB is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 171 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.11 |
| HSL | 316.5º | 0.79% | 0.49% | - |
| HSV(B) | 316.5º | 0.88% | 0.89% | - |
| XYZ | 39.08 | 19.85 | 40.3 | - |
| YUV | 102.33 | 166.76 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 171 | 0 | 0.88 | 0.24 | 0.11 | 316.5 | 0.79 | 0.49 |
| Hex | E2 | 1A | AB | 0 | 58 | 18 | B | 13C | 4F | 31 |
| Octal | 342 | 32 | 253 | 0 | 130 | 30 | 13 | 474 | 117 | 61 |
| Binary | 11100010 | 11010 | 10101011 | 0 | 1011000 | 11000 | 1011 | 100111100 | 1001111 | 110001 |
Color Harmonies of #E21AAB
Complementary color
Monochromatic Colors of #E21AAB
Black with #E21AAB
Text Example
Text Example
White with #E21AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21AAB; }
p { color: rgb(226,26,171); }
H1.HeaderClassName
{
color: #E21AAB;
}
.AnyTagClassName
{
color: #E21AAB;
}
</style>
background-color css
<style>
a { background-color: #E21AAB; }
a { background-color: rgb(226,26,171); }
div.DivClassName
{
background-color: #E21AAB;
}
.BgClassName
{
background-color: #E21AAB;
}
</style>
border-color css
<style>
span { border-color: #E21AAB; }
span { border-color: rgb(226,26,171); }
td.TdClassName
{
border-color: #E21AAB;
}
.TagClassName
{
border-color: #E21AAB;
}
</style>