Shades of Psychedelic Purple #E032FF
Tints of Psychedelic Purple #E032FF
RGB
CMYK
RGB Variations
Color information
#E032FF (or 0xE032FF) is known color: Psychedelic Purple. HEX triplet: E0, 32 and FF. RGB value is (224,50,255). Sum of RGB (Red+Green+Blue) = 224+50+255=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 50 (19.92% from 255 or 9.45% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #E032FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E032FF is #1FCD00. Grayscale: #7C7C7C. Windows color (decimal): -2084097 or 16724704. OLE color: 16724704.
HSL color Cylindrical-coordinate representation of color #E032FF: hue angle of 290.93º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E032FF is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 50 | 255 | - |
| CMYK | 0.12 | 0.80 | 0 | 0 |
| HSL | 290.93º | 1% | 0.6% | - |
| HSV(B) | 290.93º | 0.8% | 1% | - |
| XYZ | 49.93 | 25.35 | 96.87 | - |
| YUV | 125.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 255 | 0.12 | 0.80 | 0 | 0 | 290.93 | 1 | 0.6 |
| Hex | E0 | 32 | FF | C | 50 | 0 | 0 | 123 | 64 | 3C |
| Octal | 340 | 62 | 377 | 14 | 120 | 0 | 0 | 443 | 144 | 74 |
| Binary | 11100000 | 110010 | 11111111 | 1100 | 1010000 | 0 | 0 | 100100011 | 1100100 | 111100 |
Color Harmonies of #E032FF
Complementary color
Monochromatic Colors of #E032FF
Black with #E032FF
Text Example
Text Example
White with #E032FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032FF; }
p { color: rgb(224,50,255); }
H1.HeaderClassName
{
color: #E032FF;
}
.AnyTagClassName
{
color: #E032FF;
}
</style>
background-color css
<style>
a { background-color: #E032FF; }
a { background-color: rgb(224,50,255); }
div.DivClassName
{
background-color: #E032FF;
}
.BgClassName
{
background-color: #E032FF;
}
</style>
border-color css
<style>
span { border-color: #E032FF; }
span { border-color: rgb(224,50,255); }
td.TdClassName
{
border-color: #E032FF;
}
.TagClassName
{
border-color: #E032FF;
}
</style>