Shades of Psychedelic Purple #E02AFE
Tints of Psychedelic Purple #E02AFE
RGB
CMYK
RGB Variations
Color information
#E02AFE (or 0xE02AFE) is known color: Psychedelic Purple. HEX triplet: E0, 2A and FE. RGB value is (224,42,254). Sum of RGB (Red+Green+Blue) = 224+42+254=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 42 (16.80% from 255 or 8.08% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #E02AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02AFE is #1FD501. Grayscale: #777777. Windows color (decimal): -2086146 or 16657120. OLE color: 16657120.
HSL color Cylindrical-coordinate representation of color #E02AFE: hue angle of 291.51º 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 #E02AFE is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 42 | 254 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.00 |
| HSL | 291.51º | 0.99% | 0.58% | - |
| HSV(B) | 291.51º | 0.83% | 1% | - |
| XYZ | 49.46 | 24.66 | 95.92 | - |
| YUV | 120.59 | 203.3 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 254 | 0.12 | 0.83 | 0 | 0.00 | 291.51 | 0.99 | 0.58 |
| Hex | E0 | 2A | FE | C | 53 | 0 | 0 | 124 | 63 | 3A |
| Octal | 340 | 52 | 376 | 14 | 123 | 0 | 0 | 444 | 143 | 72 |
| Binary | 11100000 | 101010 | 11111110 | 1100 | 1010011 | 0 | 0 | 100100100 | 1100011 | 111010 |
Color Harmonies of #E02AFE
Complementary color
Monochromatic Colors of #E02AFE
Black with #E02AFE
Text Example
Text Example
White with #E02AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02AFE; }
p { color: rgb(224,42,254); }
H1.HeaderClassName
{
color: #E02AFE;
}
.AnyTagClassName
{
color: #E02AFE;
}
</style>
background-color css
<style>
a { background-color: #E02AFE; }
a { background-color: rgb(224,42,254); }
div.DivClassName
{
background-color: #E02AFE;
}
.BgClassName
{
background-color: #E02AFE;
}
</style>
border-color css
<style>
span { border-color: #E02AFE; }
span { border-color: rgb(224,42,254); }
td.TdClassName
{
border-color: #E02AFE;
}
.TagClassName
{
border-color: #E02AFE;
}
</style>