Shades of Psychedelic Purple #E031F4
Tints of Psychedelic Purple #E031F4
RGB
CMYK
RGB Variations
Color information
#E031F4 (or 0xE031F4) is known color: Psychedelic Purple. HEX triplet: E0, 31 and F4. RGB value is (224,49,244). Sum of RGB (Red+Green+Blue) = 224+49+244=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 49 (19.53% from 255 or 9.48% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #E031F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E031F4 is #1FCE0B. Grayscale: #7A7A7A. Windows color (decimal): -2084364 or 16003552. OLE color: 16003552.
HSL color Cylindrical-coordinate representation of color #E031F4: hue angle of 293.85º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E031F4 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 49 | 244 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.04 |
| HSL | 293.85º | 0.9% | 0.57% | - |
| HSV(B) | 293.85º | 0.8% | 0.96% | - |
| XYZ | 48.17 | 24.58 | 87.79 | - |
| YUV | 123.56 | 195.98 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 244 | 0.08 | 0.80 | 0 | 0.04 | 293.85 | 0.9 | 0.57 |
| Hex | E0 | 31 | F4 | 8 | 50 | 0 | 4 | 126 | 5A | 39 |
| Octal | 340 | 61 | 364 | 10 | 120 | 0 | 4 | 446 | 132 | 71 |
| Binary | 11100000 | 110001 | 11110100 | 1000 | 1010000 | 0 | 100 | 100100110 | 1011010 | 111001 |
Color Harmonies of #E031F4
Complementary color
Monochromatic Colors of #E031F4
Black with #E031F4
Text Example
Text Example
White with #E031F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E031F4; }
p { color: rgb(224,49,244); }
H1.HeaderClassName
{
color: #E031F4;
}
.AnyTagClassName
{
color: #E031F4;
}
</style>
background-color css
<style>
a { background-color: #E031F4; }
a { background-color: rgb(224,49,244); }
div.DivClassName
{
background-color: #E031F4;
}
.BgClassName
{
background-color: #E031F4;
}
</style>
border-color css
<style>
span { border-color: #E031F4; }
span { border-color: rgb(224,49,244); }
td.TdClassName
{
border-color: #E031F4;
}
.TagClassName
{
border-color: #E031F4;
}
</style>