Shades of Psychedelic Purple #E332FE
Tints of Psychedelic Purple #E332FE
RGB
CMYK
RGB Variations
Color information
#E332FE (or 0xE332FE) is known color: Psychedelic Purple. HEX triplet: E3, 32 and FE. RGB value is (227,50,254). Sum of RGB (Red+Green+Blue) = 227+50+254=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 50 (19.92% from 255 or 9.42% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #E332FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E332FE is #1CCD01. Grayscale: #7D7D7D. Windows color (decimal): -1887490 or 16659171. OLE color: 16659171.
HSL color Cylindrical-coordinate representation of color #E332FE: hue angle of 292.06º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E332FE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 50 | 254 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.00 |
| HSL | 292.06º | 0.99% | 0.6% | - |
| HSV(B) | 292.06º | 0.8% | 1% | - |
| XYZ | 50.71 | 25.77 | 96.07 | - |
| YUV | 126.18 | 200.14 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 254 | 0.11 | 0.80 | 0 | 0.00 | 292.06 | 0.99 | 0.6 |
| Hex | E3 | 32 | FE | B | 50 | 0 | 0 | 124 | 63 | 3C |
| Octal | 343 | 62 | 376 | 13 | 120 | 0 | 0 | 444 | 143 | 74 |
| Binary | 11100011 | 110010 | 11111110 | 1011 | 1010000 | 0 | 0 | 100100100 | 1100011 | 111100 |
Color Harmonies of #E332FE
Complementary color
Monochromatic Colors of #E332FE
Black with #E332FE
Text Example
Text Example
White with #E332FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E332FE; }
p { color: rgb(227,50,254); }
H1.HeaderClassName
{
color: #E332FE;
}
.AnyTagClassName
{
color: #E332FE;
}
</style>
background-color css
<style>
a { background-color: #E332FE; }
a { background-color: rgb(227,50,254); }
div.DivClassName
{
background-color: #E332FE;
}
.BgClassName
{
background-color: #E332FE;
}
</style>
border-color css
<style>
span { border-color: #E332FE; }
span { border-color: rgb(227,50,254); }
td.TdClassName
{
border-color: #E332FE;
}
.TagClassName
{
border-color: #E332FE;
}
</style>