Shades of Psychedelic Purple #E02EFE
Tints of Psychedelic Purple #E02EFE
RGB
CMYK
RGB Variations
Color information
#E02EFE (or 0xE02EFE) is known color: Psychedelic Purple. HEX triplet: E0, 2E and FE. RGB value is (224,46,254). Sum of RGB (Red+Green+Blue) = 224+46+254=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 46 (18.36% from 255 or 8.78% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #E02EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02EFE is #1FD101. Grayscale: #7A7A7A. Windows color (decimal): -2085122 or 16658144. OLE color: 16658144.
HSL color Cylindrical-coordinate representation of color #E02EFE: hue angle of 291.35º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02EFE is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 46 | 254 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.00 |
| HSL | 291.35º | 0.99% | 0.59% | - |
| HSV(B) | 291.35º | 0.82% | 1% | - |
| XYZ | 49.61 | 24.96 | 95.97 | - |
| YUV | 122.93 | 201.97 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 254 | 0.12 | 0.82 | 0 | 0.00 | 291.35 | 0.99 | 0.59 |
| Hex | E0 | 2E | FE | C | 52 | 0 | 0 | 123 | 63 | 3B |
| Octal | 340 | 56 | 376 | 14 | 122 | 0 | 0 | 443 | 143 | 73 |
| Binary | 11100000 | 101110 | 11111110 | 1100 | 1010010 | 0 | 0 | 100100011 | 1100011 | 111011 |
Color Harmonies of #E02EFE
Complementary color
Monochromatic Colors of #E02EFE
Black with #E02EFE
Text Example
Text Example
White with #E02EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02EFE; }
p { color: rgb(224,46,254); }
H1.HeaderClassName
{
color: #E02EFE;
}
.AnyTagClassName
{
color: #E02EFE;
}
</style>
background-color css
<style>
a { background-color: #E02EFE; }
a { background-color: rgb(224,46,254); }
div.DivClassName
{
background-color: #E02EFE;
}
.BgClassName
{
background-color: #E02EFE;
}
</style>
border-color css
<style>
span { border-color: #E02EFE; }
span { border-color: rgb(224,46,254); }
td.TdClassName
{
border-color: #E02EFE;
}
.TagClassName
{
border-color: #E02EFE;
}
</style>