Shades of Spicy Pink #E221B3
Tints of Spicy Pink #E221B3
RGB
CMYK
RGB Variations
Color information
#E221B3 (or 0xE221B3) is known color: Spicy Pink. HEX triplet: E2, 21 and B3. RGB value is (226,33,179). Sum of RGB (Red+Green+Blue) = 226+33+179=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E221B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E221B3 is #1DDE4C. Grayscale: #6A6A6A. Windows color (decimal): -1957453 or 11739618. OLE color: 11739618.
HSL color Cylindrical-coordinate representation of color #E221B3: hue angle of 314.61º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E221B3 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 179 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.11 |
| HSL | 314.61º | 0.77% | 0.51% | - |
| HSV(B) | 314.61º | 0.85% | 0.89% | - |
| XYZ | 40.04 | 20.51 | 44.5 | - |
| YUV | 107.35 | 168.44 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 179 | 0 | 0.85 | 0.21 | 0.11 | 314.61 | 0.77 | 0.51 |
| Hex | E2 | 21 | B3 | 0 | 55 | 15 | B | 13B | 4D | 33 |
| Octal | 342 | 41 | 263 | 0 | 125 | 25 | 13 | 473 | 115 | 63 |
| Binary | 11100010 | 100001 | 10110011 | 0 | 1010101 | 10101 | 1011 | 100111011 | 1001101 | 110011 |
Color Harmonies of #E221B3
Complementary color
Monochromatic Colors of #E221B3
Black with #E221B3
Text Example
Text Example
White with #E221B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221B3; }
p { color: rgb(226,33,179); }
H1.HeaderClassName
{
color: #E221B3;
}
.AnyTagClassName
{
color: #E221B3;
}
</style>
background-color css
<style>
a { background-color: #E221B3; }
a { background-color: rgb(226,33,179); }
div.DivClassName
{
background-color: #E221B3;
}
.BgClassName
{
background-color: #E221B3;
}
</style>
border-color css
<style>
span { border-color: #E221B3; }
span { border-color: rgb(226,33,179); }
td.TdClassName
{
border-color: #E221B3;
}
.TagClassName
{
border-color: #E221B3;
}
</style>