Shades of Spicy Pink #E21FB4
Tints of Spicy Pink #E21FB4
RGB
CMYK
RGB Variations
Color information
#E21FB4 (or 0xE21FB4) is known color: Spicy Pink. HEX triplet: E2, 1F and B4. RGB value is (226,31,180). Sum of RGB (Red+Green+Blue) = 226+31+180=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FB4 is #1DE04B. Grayscale: #696969. Windows color (decimal): -1957964 or 11804642. OLE color: 11804642.
HSL color Cylindrical-coordinate representation of color #E21FB4: hue angle of 314.15º 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 #E21FB4 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 180 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.11 |
| HSL | 314.15º | 0.77% | 0.5% | - |
| HSV(B) | 314.15º | 0.86% | 0.89% | - |
| XYZ | 40.09 | 20.44 | 45.01 | - |
| YUV | 106.29 | 169.6 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 180 | 0 | 0.86 | 0.20 | 0.11 | 314.15 | 0.77 | 0.5 |
| Hex | E2 | 1F | B4 | 0 | 56 | 14 | B | 13A | 4D | 32 |
| Octal | 342 | 37 | 264 | 0 | 126 | 24 | 13 | 472 | 115 | 62 |
| Binary | 11100010 | 11111 | 10110100 | 0 | 1010110 | 10100 | 1011 | 100111010 | 1001101 | 110010 |
Color Harmonies of #E21FB4
Complementary color
Monochromatic Colors of #E21FB4
Black with #E21FB4
Text Example
Text Example
White with #E21FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FB4; }
p { color: rgb(226,31,180); }
H1.HeaderClassName
{
color: #E21FB4;
}
.AnyTagClassName
{
color: #E21FB4;
}
</style>
background-color css
<style>
a { background-color: #E21FB4; }
a { background-color: rgb(226,31,180); }
div.DivClassName
{
background-color: #E21FB4;
}
.BgClassName
{
background-color: #E21FB4;
}
</style>
border-color css
<style>
span { border-color: #E21FB4; }
span { border-color: rgb(226,31,180); }
td.TdClassName
{
border-color: #E21FB4;
}
.TagClassName
{
border-color: #E21FB4;
}
</style>