Shades of Psychedelic Purple #E32FFE
Tints of Psychedelic Purple #E32FFE
RGB
CMYK
RGB Variations
Color information
#E32FFE (or 0xE32FFE) is known color: Psychedelic Purple. HEX triplet: E3, 2F and FE. RGB value is (227,47,254). Sum of RGB (Red+Green+Blue) = 227+47+254=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 47 (18.75% from 255 or 8.90% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #E32FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32FFE is #1CD001. Grayscale: #7B7B7B. Windows color (decimal): -1888258 or 16658403. OLE color: 16658403.
HSL color Cylindrical-coordinate representation of color #E32FFE: hue angle of 292.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32FFE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 47 | 254 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.00 |
| HSL | 292.17º | 0.99% | 0.59% | - |
| HSV(B) | 292.17º | 0.81% | 1% | - |
| XYZ | 50.58 | 25.52 | 96.03 | - |
| YUV | 124.42 | 201.13 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 254 | 0.11 | 0.81 | 0 | 0.00 | 292.17 | 0.99 | 0.59 |
| Hex | E3 | 2F | FE | B | 51 | 0 | 0 | 124 | 63 | 3B |
| Octal | 343 | 57 | 376 | 13 | 121 | 0 | 0 | 444 | 143 | 73 |
| Binary | 11100011 | 101111 | 11111110 | 1011 | 1010001 | 0 | 0 | 100100100 | 1100011 | 111011 |
Color Harmonies of #E32FFE
Complementary color
Monochromatic Colors of #E32FFE
Black with #E32FFE
Text Example
Text Example
White with #E32FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32FFE; }
p { color: rgb(227,47,254); }
H1.HeaderClassName
{
color: #E32FFE;
}
.AnyTagClassName
{
color: #E32FFE;
}
</style>
background-color css
<style>
a { background-color: #E32FFE; }
a { background-color: rgb(227,47,254); }
div.DivClassName
{
background-color: #E32FFE;
}
.BgClassName
{
background-color: #E32FFE;
}
</style>
border-color css
<style>
span { border-color: #E32FFE; }
span { border-color: rgb(227,47,254); }
td.TdClassName
{
border-color: #E32FFE;
}
.TagClassName
{
border-color: #E32FFE;
}
</style>