Shades of Psychedelic Purple #E01FE4
Tints of Psychedelic Purple #E01FE4
RGB
CMYK
RGB Variations
Color information
#E01FE4 (or 0xE01FE4) is known color: Psychedelic Purple. HEX triplet: E0, 1F and E4. RGB value is (224,31,228). Sum of RGB (Red+Green+Blue) = 224+31+228=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 31 (12.5% from 255 or 6.42% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #E01FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FE4 is #1FE01B. Grayscale: #6E6E6E. Windows color (decimal): -2088988 or 14950368. OLE color: 14950368.
HSL color Cylindrical-coordinate representation of color #E01FE4: hue angle of 298.78º 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 #E01FE4 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 31 | 228 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.11 |
| HSL | 298.78º | 0.78% | 0.51% | - |
| HSV(B) | 298.78º | 0.86% | 0.89% | - |
| XYZ | 45.23 | 22.43 | 75.34 | - |
| YUV | 111.17 | 193.94 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 228 | 0.02 | 0.86 | 0 | 0.11 | 298.78 | 0.78 | 0.51 |
| Hex | E0 | 1F | E4 | 2 | 56 | 0 | B | 12B | 4E | 33 |
| Octal | 340 | 37 | 344 | 2 | 126 | 0 | 13 | 453 | 116 | 63 |
| Binary | 11100000 | 11111 | 11100100 | 10 | 1010110 | 0 | 1011 | 100101011 | 1001110 | 110011 |
Color Harmonies of #E01FE4
Complementary color
Monochromatic Colors of #E01FE4
Black with #E01FE4
Text Example
Text Example
White with #E01FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FE4; }
p { color: rgb(224,31,228); }
H1.HeaderClassName
{
color: #E01FE4;
}
.AnyTagClassName
{
color: #E01FE4;
}
</style>
background-color css
<style>
a { background-color: #E01FE4; }
a { background-color: rgb(224,31,228); }
div.DivClassName
{
background-color: #E01FE4;
}
.BgClassName
{
background-color: #E01FE4;
}
</style>
border-color css
<style>
span { border-color: #E01FE4; }
span { border-color: rgb(224,31,228); }
td.TdClassName
{
border-color: #E01FE4;
}
.TagClassName
{
border-color: #E01FE4;
}
</style>