Shades of Psychedelic Purple #E421F4
Tints of Psychedelic Purple #E421F4
RGB
CMYK
RGB Variations
Color information
#E421F4 (or 0xE421F4) is known color: Psychedelic Purple. HEX triplet: E4, 21 and F4. RGB value is (228,33,244). Sum of RGB (Red+Green+Blue) = 228+33+244=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 33 (13.28% from 255 or 6.53% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #E421F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E421F4 is #1BDE0B. Grayscale: #727272. Windows color (decimal): -1826316 or 15999460. OLE color: 15999460.
HSL color Cylindrical-coordinate representation of color #E421F4: hue angle of 295.45º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E421F4 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 33 | 244 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.04 |
| HSL | 295.45º | 0.91% | 0.54% | - |
| HSV(B) | 295.45º | 0.86% | 0.96% | - |
| XYZ | 48.87 | 24.11 | 87.67 | - |
| YUV | 115.36 | 200.6 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 244 | 0.07 | 0.86 | 0 | 0.04 | 295.45 | 0.91 | 0.54 |
| Hex | E4 | 21 | F4 | 7 | 56 | 0 | 4 | 127 | 5B | 36 |
| Octal | 344 | 41 | 364 | 7 | 126 | 0 | 4 | 447 | 133 | 66 |
| Binary | 11100100 | 100001 | 11110100 | 111 | 1010110 | 0 | 100 | 100100111 | 1011011 | 110110 |
Color Harmonies of #E421F4
Complementary color
Monochromatic Colors of #E421F4
Black with #E421F4
Text Example
Text Example
White with #E421F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421F4; }
p { color: rgb(228,33,244); }
H1.HeaderClassName
{
color: #E421F4;
}
.AnyTagClassName
{
color: #E421F4;
}
</style>
background-color css
<style>
a { background-color: #E421F4; }
a { background-color: rgb(228,33,244); }
div.DivClassName
{
background-color: #E421F4;
}
.BgClassName
{
background-color: #E421F4;
}
</style>
border-color css
<style>
span { border-color: #E421F4; }
span { border-color: rgb(228,33,244); }
td.TdClassName
{
border-color: #E421F4;
}
.TagClassName
{
border-color: #E421F4;
}
</style>