Shades of Spicy Pink #E420A8
Tints of Spicy Pink #E420A8
RGB
CMYK
RGB Variations
Color information
#E420A8 (or 0xE420A8) is known color: Spicy Pink. HEX triplet: E4, 20 and A8. RGB value is (228,32,168). Sum of RGB (Red+Green+Blue) = 228+32+168=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E420A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E420A8 is #1BDF57. Grayscale: #696969. Windows color (decimal): -1826648 or 11018468. OLE color: 11018468.
HSL color Cylindrical-coordinate representation of color #E420A8: hue angle of 318.37º 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 #E420A8 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 168 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.11 |
| HSL | 318.37º | 0.78% | 0.51% | - |
| HSV(B) | 318.37º | 0.86% | 0.89% | - |
| XYZ | 39.58 | 20.35 | 38.89 | - |
| YUV | 106.11 | 162.93 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 168 | 0 | 0.86 | 0.26 | 0.11 | 318.37 | 0.78 | 0.51 |
| Hex | E4 | 20 | A8 | 0 | 56 | 1A | B | 13E | 4E | 33 |
| Octal | 344 | 40 | 250 | 0 | 126 | 32 | 13 | 476 | 116 | 63 |
| Binary | 11100100 | 100000 | 10101000 | 0 | 1010110 | 11010 | 1011 | 100111110 | 1001110 | 110011 |
Color Harmonies of #E420A8
Complementary color
Monochromatic Colors of #E420A8
Black with #E420A8
Text Example
Text Example
White with #E420A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E420A8; }
p { color: rgb(228,32,168); }
H1.HeaderClassName
{
color: #E420A8;
}
.AnyTagClassName
{
color: #E420A8;
}
</style>
background-color css
<style>
a { background-color: #E420A8; }
a { background-color: rgb(228,32,168); }
div.DivClassName
{
background-color: #E420A8;
}
.BgClassName
{
background-color: #E420A8;
}
</style>
border-color css
<style>
span { border-color: #E420A8; }
span { border-color: rgb(228,32,168); }
td.TdClassName
{
border-color: #E420A8;
}
.TagClassName
{
border-color: #E420A8;
}
</style>