Shades of Spicy Pink #E420B2
Tints of Spicy Pink #E420B2
RGB
CMYK
RGB Variations
Color information
#E420B2 (or 0xE420B2) is known color: Spicy Pink. HEX triplet: E4, 20 and B2. RGB value is (228,32,178). Sum of RGB (Red+Green+Blue) = 228+32+178=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E420B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E420B2 is #1BDF4D. Grayscale: #6A6A6A. Windows color (decimal): -1826638 or 11673828. OLE color: 11673828.
HSL color Cylindrical-coordinate representation of color #E420B2: hue angle of 315.31º 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 #E420B2 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 178 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.11 |
| HSL | 315.31º | 0.78% | 0.51% | - |
| HSV(B) | 315.31º | 0.86% | 0.89% | - |
| XYZ | 40.55 | 20.74 | 43.99 | - |
| YUV | 107.25 | 167.93 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 178 | 0 | 0.86 | 0.22 | 0.11 | 315.31 | 0.78 | 0.51 |
| Hex | E4 | 20 | B2 | 0 | 56 | 16 | B | 13B | 4E | 33 |
| Octal | 344 | 40 | 262 | 0 | 126 | 26 | 13 | 473 | 116 | 63 |
| Binary | 11100100 | 100000 | 10110010 | 0 | 1010110 | 10110 | 1011 | 100111011 | 1001110 | 110011 |
Color Harmonies of #E420B2
Complementary color
Monochromatic Colors of #E420B2
Black with #E420B2
Text Example
Text Example
White with #E420B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E420B2; }
p { color: rgb(228,32,178); }
H1.HeaderClassName
{
color: #E420B2;
}
.AnyTagClassName
{
color: #E420B2;
}
</style>
background-color css
<style>
a { background-color: #E420B2; }
a { background-color: rgb(228,32,178); }
div.DivClassName
{
background-color: #E420B2;
}
.BgClassName
{
background-color: #E420B2;
}
</style>
border-color css
<style>
span { border-color: #E420B2; }
span { border-color: rgb(228,32,178); }
td.TdClassName
{
border-color: #E420B2;
}
.TagClassName
{
border-color: #E420B2;
}
</style>