Shades of Psychedelic Purple #E835FE
Tints of Psychedelic Purple #E835FE
RGB
CMYK
RGB Variations
Color information
#E835FE (or 0xE835FE) is known color: Psychedelic Purple. HEX triplet: E8, 35 and FE. RGB value is (232,53,254). Sum of RGB (Red+Green+Blue) = 232+53+254=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 53 (21.09% from 255 or 9.83% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #E835FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E835FE is #17CA01. Grayscale: #808080. Windows color (decimal): -1559042 or 16659944. OLE color: 16659944.
HSL color Cylindrical-coordinate representation of color #E835FE: hue angle of 293.43º 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 #E835FE is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 53 | 254 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.00 |
| HSL | 293.43º | 0.99% | 0.6% | - |
| HSV(B) | 293.43º | 0.79% | 1% | - |
| XYZ | 52.44 | 26.86 | 96.19 | - |
| YUV | 129.44 | 198.3 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 254 | 0.09 | 0.79 | 0 | 0.00 | 293.43 | 0.99 | 0.6 |
| Hex | E8 | 35 | FE | 9 | 4F | 0 | 0 | 125 | 63 | 3C |
| Octal | 350 | 65 | 376 | 11 | 117 | 0 | 0 | 445 | 143 | 74 |
| Binary | 11101000 | 110101 | 11111110 | 1001 | 1001111 | 0 | 0 | 100100101 | 1100011 | 111100 |
Color Harmonies of #E835FE
Complementary color
Monochromatic Colors of #E835FE
Black with #E835FE
Text Example
Text Example
White with #E835FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E835FE; }
p { color: rgb(232,53,254); }
H1.HeaderClassName
{
color: #E835FE;
}
.AnyTagClassName
{
color: #E835FE;
}
</style>
background-color css
<style>
a { background-color: #E835FE; }
a { background-color: rgb(232,53,254); }
div.DivClassName
{
background-color: #E835FE;
}
.BgClassName
{
background-color: #E835FE;
}
</style>
border-color css
<style>
span { border-color: #E835FE; }
span { border-color: rgb(232,53,254); }
td.TdClassName
{
border-color: #E835FE;
}
.TagClassName
{
border-color: #E835FE;
}
</style>