Shades of Psychedelic Purple #E32AFE
Tints of Psychedelic Purple #E32AFE
RGB
CMYK
RGB Variations
Color information
#E32AFE (or 0xE32AFE) is known color: Psychedelic Purple. HEX triplet: E3, 2A and FE. RGB value is (227,42,254). Sum of RGB (Red+Green+Blue) = 227+42+254=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 42 (16.80% from 255 or 8.03% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #E32AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32AFE is #1CD501. Grayscale: #787878. Windows color (decimal): -1889538 or 16657123. OLE color: 16657123.
HSL color Cylindrical-coordinate representation of color #E32AFE: hue angle of 292.36º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E32AFE is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 42 | 254 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.00 |
| HSL | 292.36º | 0.99% | 0.58% | - |
| HSV(B) | 292.36º | 0.83% | 1% | - |
| XYZ | 50.4 | 25.14 | 95.96 | - |
| YUV | 121.48 | 202.79 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 254 | 0.11 | 0.83 | 0 | 0.00 | 292.36 | 0.99 | 0.58 |
| Hex | E3 | 2A | FE | B | 53 | 0 | 0 | 124 | 63 | 3A |
| Octal | 343 | 52 | 376 | 13 | 123 | 0 | 0 | 444 | 143 | 72 |
| Binary | 11100011 | 101010 | 11111110 | 1011 | 1010011 | 0 | 0 | 100100100 | 1100011 | 111010 |
Color Harmonies of #E32AFE
Complementary color
Monochromatic Colors of #E32AFE
Black with #E32AFE
Text Example
Text Example
White with #E32AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32AFE; }
p { color: rgb(227,42,254); }
H1.HeaderClassName
{
color: #E32AFE;
}
.AnyTagClassName
{
color: #E32AFE;
}
</style>
background-color css
<style>
a { background-color: #E32AFE; }
a { background-color: rgb(227,42,254); }
div.DivClassName
{
background-color: #E32AFE;
}
.BgClassName
{
background-color: #E32AFE;
}
</style>
border-color css
<style>
span { border-color: #E32AFE; }
span { border-color: rgb(227,42,254); }
td.TdClassName
{
border-color: #E32AFE;
}
.TagClassName
{
border-color: #E32AFE;
}
</style>