Shades of Psychedelic Purple #E527FE
Tints of Psychedelic Purple #E527FE
RGB
CMYK
RGB Variations
Color information
#E527FE (or 0xE527FE) is known color: Psychedelic Purple. HEX triplet: E5, 27 and FE. RGB value is (229,39,254). Sum of RGB (Red+Green+Blue) = 229+39+254=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 39 (15.62% from 255 or 7.47% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #E527FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527FE is #1AD801. Grayscale: #777777. Windows color (decimal): -1759234 or 16656357. OLE color: 16656357.
HSL color Cylindrical-coordinate representation of color #E527FE: hue angle of 293.02º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E527FE is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 39 | 254 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.00 |
| HSL | 293.02º | 0.99% | 0.57% | - |
| HSV(B) | 293.02º | 0.85% | 1% | - |
| XYZ | 50.93 | 25.26 | 95.96 | - |
| YUV | 120.32 | 203.45 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 254 | 0.10 | 0.85 | 0 | 0.00 | 293.02 | 0.99 | 0.57 |
| Hex | E5 | 27 | FE | A | 55 | 0 | 0 | 125 | 63 | 39 |
| Octal | 345 | 47 | 376 | 12 | 125 | 0 | 0 | 445 | 143 | 71 |
| Binary | 11100101 | 100111 | 11111110 | 1010 | 1010101 | 0 | 0 | 100100101 | 1100011 | 111001 |
Color Harmonies of #E527FE
Complementary color
Monochromatic Colors of #E527FE
Black with #E527FE
Text Example
Text Example
White with #E527FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E527FE; }
p { color: rgb(229,39,254); }
H1.HeaderClassName
{
color: #E527FE;
}
.AnyTagClassName
{
color: #E527FE;
}
</style>
background-color css
<style>
a { background-color: #E527FE; }
a { background-color: rgb(229,39,254); }
div.DivClassName
{
background-color: #E527FE;
}
.BgClassName
{
background-color: #E527FE;
}
</style>
border-color css
<style>
span { border-color: #E527FE; }
span { border-color: rgb(229,39,254); }
td.TdClassName
{
border-color: #E527FE;
}
.TagClassName
{
border-color: #E527FE;
}
</style>