Shades of Psychedelic Purple #E032F4
Tints of Psychedelic Purple #E032F4
RGB
CMYK
RGB Variations
Color information
#E032F4 (or 0xE032F4) is known color: Psychedelic Purple. HEX triplet: E0, 32 and F4. RGB value is (224,50,244). Sum of RGB (Red+Green+Blue) = 224+50+244=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 50 (19.92% from 255 or 9.65% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #E032F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E032F4 is #1FCD0B. Grayscale: #7B7B7B. Windows color (decimal): -2084108 or 16003808. OLE color: 16003808.
HSL color Cylindrical-coordinate representation of color #E032F4: hue angle of 293.81º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E032F4 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 50 | 244 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.04 |
| HSL | 293.81º | 0.9% | 0.58% | - |
| HSV(B) | 293.81º | 0.8% | 0.96% | - |
| XYZ | 48.21 | 24.66 | 87.81 | - |
| YUV | 124.14 | 195.65 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 244 | 0.08 | 0.80 | 0 | 0.04 | 293.81 | 0.9 | 0.58 |
| Hex | E0 | 32 | F4 | 8 | 50 | 0 | 4 | 126 | 5A | 3A |
| Octal | 340 | 62 | 364 | 10 | 120 | 0 | 4 | 446 | 132 | 72 |
| Binary | 11100000 | 110010 | 11110100 | 1000 | 1010000 | 0 | 100 | 100100110 | 1011010 | 111010 |
Color Harmonies of #E032F4
Complementary color
Monochromatic Colors of #E032F4
Black with #E032F4
Text Example
Text Example
White with #E032F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032F4; }
p { color: rgb(224,50,244); }
H1.HeaderClassName
{
color: #E032F4;
}
.AnyTagClassName
{
color: #E032F4;
}
</style>
background-color css
<style>
a { background-color: #E032F4; }
a { background-color: rgb(224,50,244); }
div.DivClassName
{
background-color: #E032F4;
}
.BgClassName
{
background-color: #E032F4;
}
</style>
border-color css
<style>
span { border-color: #E032F4; }
span { border-color: rgb(224,50,244); }
td.TdClassName
{
border-color: #E032F4;
}
.TagClassName
{
border-color: #E032F4;
}
</style>