Shades of Psychedelic Purple #E421EC
Tints of Psychedelic Purple #E421EC
RGB
CMYK
RGB Variations
Color information
#E421EC (or 0xE421EC) is known color: Psychedelic Purple. HEX triplet: E4, 21 and EC. RGB value is (228,33,236). Sum of RGB (Red+Green+Blue) = 228+33+236=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 33 (13.28% from 255 or 6.64% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #E421EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E421EC is #1BDE13. Grayscale: #717171. Windows color (decimal): -1826324 or 15475172. OLE color: 15475172.
HSL color Cylindrical-coordinate representation of color #E421EC: hue angle of 297.64º 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 #E421EC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 33 | 236 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.07 |
| HSL | 297.64º | 0.84% | 0.53% | - |
| HSV(B) | 297.64º | 0.86% | 0.93% | - |
| XYZ | 47.68 | 23.64 | 81.41 | - |
| YUV | 114.45 | 196.6 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 236 | 0.03 | 0.86 | 0 | 0.07 | 297.64 | 0.84 | 0.53 |
| Hex | E4 | 21 | EC | 3 | 56 | 0 | 7 | 12A | 54 | 35 |
| Octal | 344 | 41 | 354 | 3 | 126 | 0 | 7 | 452 | 124 | 65 |
| Binary | 11100100 | 100001 | 11101100 | 11 | 1010110 | 0 | 111 | 100101010 | 1010100 | 110101 |
Color Harmonies of #E421EC
Complementary color
Monochromatic Colors of #E421EC
Black with #E421EC
Text Example
Text Example
White with #E421EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421EC; }
p { color: rgb(228,33,236); }
H1.HeaderClassName
{
color: #E421EC;
}
.AnyTagClassName
{
color: #E421EC;
}
</style>
background-color css
<style>
a { background-color: #E421EC; }
a { background-color: rgb(228,33,236); }
div.DivClassName
{
background-color: #E421EC;
}
.BgClassName
{
background-color: #E421EC;
}
</style>
border-color css
<style>
span { border-color: #E421EC; }
span { border-color: rgb(228,33,236); }
td.TdClassName
{
border-color: #E421EC;
}
.TagClassName
{
border-color: #E421EC;
}
</style>