Shades of Spicy Pink #E21FB3
Tints of Spicy Pink #E21FB3
RGB
CMYK
RGB Variations
Color information
#E21FB3 (or 0xE21FB3) is known color: Spicy Pink. HEX triplet: E2, 1F and B3. RGB value is (226,31,179). Sum of RGB (Red+Green+Blue) = 226+31+179=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FB3 is #1DE04C. Grayscale: #696969. Windows color (decimal): -1957965 or 11739106. OLE color: 11739106.
HSL color Cylindrical-coordinate representation of color #E21FB3: hue angle of 314.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21FB3 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 179 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.11 |
| HSL | 314.46º | 0.77% | 0.5% | - |
| HSV(B) | 314.46º | 0.86% | 0.89% | - |
| XYZ | 39.99 | 20.4 | 44.48 | - |
| YUV | 106.18 | 169.1 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 179 | 0 | 0.86 | 0.21 | 0.11 | 314.46 | 0.77 | 0.5 |
| Hex | E2 | 1F | B3 | 0 | 56 | 15 | B | 13A | 4D | 32 |
| Octal | 342 | 37 | 263 | 0 | 126 | 25 | 13 | 472 | 115 | 62 |
| Binary | 11100010 | 11111 | 10110011 | 0 | 1010110 | 10101 | 1011 | 100111010 | 1001101 | 110010 |
Color Harmonies of #E21FB3
Complementary color
Monochromatic Colors of #E21FB3
Black with #E21FB3
Text Example
Text Example
White with #E21FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FB3; }
p { color: rgb(226,31,179); }
H1.HeaderClassName
{
color: #E21FB3;
}
.AnyTagClassName
{
color: #E21FB3;
}
</style>
background-color css
<style>
a { background-color: #E21FB3; }
a { background-color: rgb(226,31,179); }
div.DivClassName
{
background-color: #E21FB3;
}
.BgClassName
{
background-color: #E21FB3;
}
</style>
border-color css
<style>
span { border-color: #E21FB3; }
span { border-color: rgb(226,31,179); }
td.TdClassName
{
border-color: #E21FB3;
}
.TagClassName
{
border-color: #E21FB3;
}
</style>