Shades of Spicy Pink #E421B2
Tints of Spicy Pink #E421B2
RGB
CMYK
RGB Variations
Color information
#E421B2 (or 0xE421B2) is known color: Spicy Pink. HEX triplet: E4, 21 and B2. RGB value is (228,33,178). Sum of RGB (Red+Green+Blue) = 228+33+178=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E421B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E421B2 is #1BDE4D. Grayscale: #6B6B6B. Windows color (decimal): -1826382 or 11674084. OLE color: 11674084.
HSL color Cylindrical-coordinate representation of color #E421B2: hue angle of 315.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E421B2 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 178 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.11 |
| HSL | 315.38º | 0.78% | 0.51% | - |
| HSV(B) | 315.38º | 0.86% | 0.89% | - |
| XYZ | 40.57 | 20.8 | 44 | - |
| YUV | 107.84 | 167.6 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 178 | 0 | 0.86 | 0.22 | 0.11 | 315.38 | 0.78 | 0.51 |
| Hex | E4 | 21 | B2 | 0 | 56 | 16 | B | 13B | 4E | 33 |
| Octal | 344 | 41 | 262 | 0 | 126 | 26 | 13 | 473 | 116 | 63 |
| Binary | 11100100 | 100001 | 10110010 | 0 | 1010110 | 10110 | 1011 | 100111011 | 1001110 | 110011 |
Color Harmonies of #E421B2
Complementary color
Monochromatic Colors of #E421B2
Black with #E421B2
Text Example
Text Example
White with #E421B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421B2; }
p { color: rgb(228,33,178); }
H1.HeaderClassName
{
color: #E421B2;
}
.AnyTagClassName
{
color: #E421B2;
}
</style>
background-color css
<style>
a { background-color: #E421B2; }
a { background-color: rgb(228,33,178); }
div.DivClassName
{
background-color: #E421B2;
}
.BgClassName
{
background-color: #E421B2;
}
</style>
border-color css
<style>
span { border-color: #E421B2; }
span { border-color: rgb(228,33,178); }
td.TdClassName
{
border-color: #E421B2;
}
.TagClassName
{
border-color: #E421B2;
}
</style>