Shades of Psychedelic Purple #E421EF
Tints of Psychedelic Purple #E421EF
RGB
CMYK
RGB Variations
Color information
#E421EF (or 0xE421EF) is known color: Psychedelic Purple. HEX triplet: E4, 21 and EF. RGB value is (228,33,239). Sum of RGB (Red+Green+Blue) = 228+33+239=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 33 (13.28% from 255 or 6.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #E421EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E421EF is #1BDE10. Grayscale: #727272. Windows color (decimal): -1826321 or 15671780. OLE color: 15671780.
HSL color Cylindrical-coordinate representation of color #E421EF: hue angle of 296.8º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E421EF is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 33 | 239 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.06 |
| HSL | 296.8º | 0.87% | 0.53% | - |
| HSV(B) | 296.8º | 0.86% | 0.94% | - |
| XYZ | 48.12 | 23.81 | 83.72 | - |
| YUV | 114.79 | 198.1 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 239 | 0.05 | 0.86 | 0 | 0.06 | 296.8 | 0.87 | 0.53 |
| Hex | E4 | 21 | EF | 5 | 56 | 0 | 6 | 129 | 57 | 35 |
| Octal | 344 | 41 | 357 | 5 | 126 | 0 | 6 | 451 | 127 | 65 |
| Binary | 11100100 | 100001 | 11101111 | 101 | 1010110 | 0 | 110 | 100101001 | 1010111 | 110101 |
Color Harmonies of #E421EF
Complementary color
Monochromatic Colors of #E421EF
Black with #E421EF
Text Example
Text Example
White with #E421EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421EF; }
p { color: rgb(228,33,239); }
H1.HeaderClassName
{
color: #E421EF;
}
.AnyTagClassName
{
color: #E421EF;
}
</style>
background-color css
<style>
a { background-color: #E421EF; }
a { background-color: rgb(228,33,239); }
div.DivClassName
{
background-color: #E421EF;
}
.BgClassName
{
background-color: #E421EF;
}
</style>
border-color css
<style>
span { border-color: #E421EF; }
span { border-color: rgb(228,33,239); }
td.TdClassName
{
border-color: #E421EF;
}
.TagClassName
{
border-color: #E421EF;
}
</style>