Shades of Psychedelic Purple #E32EFF
Tints of Psychedelic Purple #E32EFF
RGB
CMYK
RGB Variations
Color information
#E32EFF (or 0xE32EFF) is known color: Psychedelic Purple. HEX triplet: E3, 2E and FF. RGB value is (227,46,255). Sum of RGB (Red+Green+Blue) = 227+46+255=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 46 (18.36% from 255 or 8.71% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #E32EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32EFF is #1CD100. Grayscale: #7B7B7B. Windows color (decimal): -1888513 or 16723683. OLE color: 16723683.
HSL color Cylindrical-coordinate representation of color #E32EFF: hue angle of 291.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32EFF is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 46 | 255 | - |
| CMYK | 0.11 | 0.82 | 0 | 0 |
| HSL | 291.96º | 1% | 0.59% | - |
| HSV(B) | 291.96º | 0.82% | 1% | - |
| XYZ | 50.71 | 25.5 | 96.86 | - |
| YUV | 123.95 | 201.97 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 255 | 0.11 | 0.82 | 0 | 0 | 291.96 | 1 | 0.59 |
| Hex | E3 | 2E | FF | B | 52 | 0 | 0 | 124 | 64 | 3B |
| Octal | 343 | 56 | 377 | 13 | 122 | 0 | 0 | 444 | 144 | 73 |
| Binary | 11100011 | 101110 | 11111111 | 1011 | 1010010 | 0 | 0 | 100100100 | 1100100 | 111011 |
Color Harmonies of #E32EFF
Complementary color
Monochromatic Colors of #E32EFF
Black with #E32EFF
Text Example
Text Example
White with #E32EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32EFF; }
p { color: rgb(227,46,255); }
H1.HeaderClassName
{
color: #E32EFF;
}
.AnyTagClassName
{
color: #E32EFF;
}
</style>
background-color css
<style>
a { background-color: #E32EFF; }
a { background-color: rgb(227,46,255); }
div.DivClassName
{
background-color: #E32EFF;
}
.BgClassName
{
background-color: #E32EFF;
}
</style>
border-color css
<style>
span { border-color: #E32EFF; }
span { border-color: rgb(227,46,255); }
td.TdClassName
{
border-color: #E32EFF;
}
.TagClassName
{
border-color: #E32EFF;
}
</style>