Shades of Psychedelic Purple #E52EFE
Tints of Psychedelic Purple #E52EFE
RGB
CMYK
RGB Variations
Color information
#E52EFE (or 0xE52EFE) is known color: Psychedelic Purple. HEX triplet: E5, 2E and FE. RGB value is (229,46,254). Sum of RGB (Red+Green+Blue) = 229+46+254=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 46 (18.36% from 255 or 8.70% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #E52EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52EFE is #1AD101. Grayscale: #7B7B7B. Windows color (decimal): -1757442 or 16658149. OLE color: 16658149.
HSL color Cylindrical-coordinate representation of color #E52EFE: hue angle of 292.79º 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 #E52EFE is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 46 | 254 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.00 |
| HSL | 292.79º | 0.99% | 0.59% | - |
| HSV(B) | 292.79º | 0.82% | 1% | - |
| XYZ | 51.18 | 25.77 | 96.04 | - |
| YUV | 124.43 | 201.13 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 254 | 0.10 | 0.82 | 0 | 0.00 | 292.79 | 0.99 | 0.59 |
| Hex | E5 | 2E | FE | A | 52 | 0 | 0 | 125 | 63 | 3B |
| Octal | 345 | 56 | 376 | 12 | 122 | 0 | 0 | 445 | 143 | 73 |
| Binary | 11100101 | 101110 | 11111110 | 1010 | 1010010 | 0 | 0 | 100100101 | 1100011 | 111011 |
Color Harmonies of #E52EFE
Complementary color
Monochromatic Colors of #E52EFE
Black with #E52EFE
Text Example
Text Example
White with #E52EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52EFE; }
p { color: rgb(229,46,254); }
H1.HeaderClassName
{
color: #E52EFE;
}
.AnyTagClassName
{
color: #E52EFE;
}
</style>
background-color css
<style>
a { background-color: #E52EFE; }
a { background-color: rgb(229,46,254); }
div.DivClassName
{
background-color: #E52EFE;
}
.BgClassName
{
background-color: #E52EFE;
}
</style>
border-color css
<style>
span { border-color: #E52EFE; }
span { border-color: rgb(229,46,254); }
td.TdClassName
{
border-color: #E52EFE;
}
.TagClassName
{
border-color: #E52EFE;
}
</style>