Shades of Psychedelic Purple #E528FE
Tints of Psychedelic Purple #E528FE
RGB
CMYK
RGB Variations
Color information
#E528FE (or 0xE528FE) is known color: Psychedelic Purple. HEX triplet: E5, 28 and FE. RGB value is (229,40,254). Sum of RGB (Red+Green+Blue) = 229+40+254=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 40 (16.02% from 255 or 7.65% 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 #E528FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E528FE is #1AD701. Grayscale: #787878. Windows color (decimal): -1758978 or 16656613. OLE color: 16656613.
HSL color Cylindrical-coordinate representation of color #E528FE: hue angle of 292.99º 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 #E528FE is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 40 | 254 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.00 |
| HSL | 292.99º | 0.99% | 0.58% | - |
| HSV(B) | 292.99º | 0.84% | 1% | - |
| XYZ | 50.96 | 25.33 | 95.97 | - |
| YUV | 120.91 | 203.12 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 254 | 0.10 | 0.84 | 0 | 0.00 | 292.99 | 0.99 | 0.58 |
| Hex | E5 | 28 | FE | A | 54 | 0 | 0 | 125 | 63 | 3A |
| Octal | 345 | 50 | 376 | 12 | 124 | 0 | 0 | 445 | 143 | 72 |
| Binary | 11100101 | 101000 | 11111110 | 1010 | 1010100 | 0 | 0 | 100100101 | 1100011 | 111010 |
Color Harmonies of #E528FE
Complementary color
Monochromatic Colors of #E528FE
Black with #E528FE
Text Example
Text Example
White with #E528FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E528FE; }
p { color: rgb(229,40,254); }
H1.HeaderClassName
{
color: #E528FE;
}
.AnyTagClassName
{
color: #E528FE;
}
</style>
background-color css
<style>
a { background-color: #E528FE; }
a { background-color: rgb(229,40,254); }
div.DivClassName
{
background-color: #E528FE;
}
.BgClassName
{
background-color: #E528FE;
}
</style>
border-color css
<style>
span { border-color: #E528FE; }
span { border-color: rgb(229,40,254); }
td.TdClassName
{
border-color: #E528FE;
}
.TagClassName
{
border-color: #E528FE;
}
</style>