Shades of Psychedelic Purple #E536FE
Tints of Psychedelic Purple #E536FE
RGB
CMYK
RGB Variations
Color information
#E536FE (or 0xE536FE) is known color: Psychedelic Purple. HEX triplet: E5, 36 and FE. RGB value is (229,54,254). Sum of RGB (Red+Green+Blue) = 229+54+254=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 54 (21.48% from 255 or 10.06% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #E536FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E536FE is #1AC901. Grayscale: #808080. Windows color (decimal): -1755394 or 16660197. OLE color: 16660197.
HSL color Cylindrical-coordinate representation of color #E536FE: hue angle of 292.5º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E536FE is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 54 | 254 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.00 |
| HSL | 292.5º | 0.99% | 0.6% | - |
| HSV(B) | 292.5º | 0.79% | 1% | - |
| XYZ | 51.52 | 26.45 | 96.16 | - |
| YUV | 129.13 | 198.48 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 254 | 0.10 | 0.79 | 0 | 0.00 | 292.5 | 0.99 | 0.6 |
| Hex | E5 | 36 | FE | A | 4F | 0 | 0 | 124 | 63 | 3C |
| Octal | 345 | 66 | 376 | 12 | 117 | 0 | 0 | 444 | 143 | 74 |
| Binary | 11100101 | 110110 | 11111110 | 1010 | 1001111 | 0 | 0 | 100100100 | 1100011 | 111100 |
Color Harmonies of #E536FE
Complementary color
Monochromatic Colors of #E536FE
Black with #E536FE
Text Example
Text Example
White with #E536FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E536FE; }
p { color: rgb(229,54,254); }
H1.HeaderClassName
{
color: #E536FE;
}
.AnyTagClassName
{
color: #E536FE;
}
</style>
background-color css
<style>
a { background-color: #E536FE; }
a { background-color: rgb(229,54,254); }
div.DivClassName
{
background-color: #E536FE;
}
.BgClassName
{
background-color: #E536FE;
}
</style>
border-color css
<style>
span { border-color: #E536FE; }
span { border-color: rgb(229,54,254); }
td.TdClassName
{
border-color: #E536FE;
}
.TagClassName
{
border-color: #E536FE;
}
</style>