Shades of Psychedelic Purple #E529FE
Tints of Psychedelic Purple #E529FE
RGB
CMYK
RGB Variations
Color information
#E529FE (or 0xE529FE) is known color: Psychedelic Purple. HEX triplet: E5, 29 and FE. RGB value is (229,41,254). Sum of RGB (Red+Green+Blue) = 229+41+254=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 41 (16.41% from 255 or 7.82% 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 #E529FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E529FE is #1AD601. Grayscale: #787878. Windows color (decimal): -1758722 or 16656869. OLE color: 16656869.
HSL color Cylindrical-coordinate representation of color #E529FE: hue angle of 292.96º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E529FE is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 41 | 254 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.00 |
| HSL | 292.96º | 0.99% | 0.58% | - |
| HSV(B) | 292.96º | 0.84% | 1% | - |
| XYZ | 51 | 25.4 | 95.98 | - |
| YUV | 121.49 | 202.78 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 254 | 0.10 | 0.84 | 0 | 0.00 | 292.96 | 0.99 | 0.58 |
| Hex | E5 | 29 | FE | A | 54 | 0 | 0 | 125 | 63 | 3A |
| Octal | 345 | 51 | 376 | 12 | 124 | 0 | 0 | 445 | 143 | 72 |
| Binary | 11100101 | 101001 | 11111110 | 1010 | 1010100 | 0 | 0 | 100100101 | 1100011 | 111010 |
Color Harmonies of #E529FE
Complementary color
Monochromatic Colors of #E529FE
Black with #E529FE
Text Example
Text Example
White with #E529FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E529FE; }
p { color: rgb(229,41,254); }
H1.HeaderClassName
{
color: #E529FE;
}
.AnyTagClassName
{
color: #E529FE;
}
</style>
background-color css
<style>
a { background-color: #E529FE; }
a { background-color: rgb(229,41,254); }
div.DivClassName
{
background-color: #E529FE;
}
.BgClassName
{
background-color: #E529FE;
}
</style>
border-color css
<style>
span { border-color: #E529FE; }
span { border-color: rgb(229,41,254); }
td.TdClassName
{
border-color: #E529FE;
}
.TagClassName
{
border-color: #E529FE;
}
</style>