Shades of Psychedelic Purple #E420EC
Tints of Psychedelic Purple #E420EC
RGB
CMYK
RGB Variations
Color information
#E420EC (or 0xE420EC) is known color: Psychedelic Purple. HEX triplet: E4, 20 and EC. RGB value is (228,32,236). Sum of RGB (Red+Green+Blue) = 228+32+236=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 32 (12.89% from 255 or 6.45% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #E420EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E420EC is #1BDF13. Grayscale: #717171. Windows color (decimal): -1826580 or 15474916. OLE color: 15474916.
HSL color Cylindrical-coordinate representation of color #E420EC: hue angle of 297.65º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E420EC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 32 | 236 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.07 |
| HSL | 297.65º | 0.84% | 0.53% | - |
| HSV(B) | 297.65º | 0.86% | 0.93% | - |
| XYZ | 47.65 | 23.58 | 81.4 | - |
| YUV | 113.86 | 196.93 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 236 | 0.03 | 0.86 | 0 | 0.07 | 297.65 | 0.84 | 0.53 |
| Hex | E4 | 20 | EC | 3 | 56 | 0 | 7 | 12A | 54 | 35 |
| Octal | 344 | 40 | 354 | 3 | 126 | 0 | 7 | 452 | 124 | 65 |
| Binary | 11100100 | 100000 | 11101100 | 11 | 1010110 | 0 | 111 | 100101010 | 1010100 | 110101 |
Color Harmonies of #E420EC
Complementary color
Monochromatic Colors of #E420EC
Black with #E420EC
Text Example
Text Example
White with #E420EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E420EC; }
p { color: rgb(228,32,236); }
H1.HeaderClassName
{
color: #E420EC;
}
.AnyTagClassName
{
color: #E420EC;
}
</style>
background-color css
<style>
a { background-color: #E420EC; }
a { background-color: rgb(228,32,236); }
div.DivClassName
{
background-color: #E420EC;
}
.BgClassName
{
background-color: #E420EC;
}
</style>
border-color css
<style>
span { border-color: #E420EC; }
span { border-color: rgb(228,32,236); }
td.TdClassName
{
border-color: #E420EC;
}
.TagClassName
{
border-color: #E420EC;
}
</style>