Shades of Psychedelic Purple #E833FE
Tints of Psychedelic Purple #E833FE
RGB
CMYK
RGB Variations
Color information
#E833FE (or 0xE833FE) is known color: Psychedelic Purple. HEX triplet: E8, 33 and FE. RGB value is (232,51,254). Sum of RGB (Red+Green+Blue) = 232+51+254=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 51 (20.31% from 255 or 9.50% 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 #E833FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E833FE is #17CC01. Grayscale: #7F7F7F. Windows color (decimal): -1559554 or 16659432. OLE color: 16659432.
HSL color Cylindrical-coordinate representation of color #E833FE: hue angle of 293.5º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E833FE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 51 | 254 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.00 |
| HSL | 293.5º | 0.99% | 0.6% | - |
| HSV(B) | 293.5º | 0.8% | 1% | - |
| XYZ | 52.35 | 26.68 | 96.16 | - |
| YUV | 128.26 | 198.97 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 254 | 0.09 | 0.80 | 0 | 0.00 | 293.5 | 0.99 | 0.6 |
| Hex | E8 | 33 | FE | 9 | 50 | 0 | 0 | 125 | 63 | 3C |
| Octal | 350 | 63 | 376 | 11 | 120 | 0 | 0 | 445 | 143 | 74 |
| Binary | 11101000 | 110011 | 11111110 | 1001 | 1010000 | 0 | 0 | 100100101 | 1100011 | 111100 |
Color Harmonies of #E833FE
Complementary color
Monochromatic Colors of #E833FE
Black with #E833FE
Text Example
Text Example
White with #E833FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E833FE; }
p { color: rgb(232,51,254); }
H1.HeaderClassName
{
color: #E833FE;
}
.AnyTagClassName
{
color: #E833FE;
}
</style>
background-color css
<style>
a { background-color: #E833FE; }
a { background-color: rgb(232,51,254); }
div.DivClassName
{
background-color: #E833FE;
}
.BgClassName
{
background-color: #E833FE;
}
</style>
border-color css
<style>
span { border-color: #E833FE; }
span { border-color: rgb(232,51,254); }
td.TdClassName
{
border-color: #E833FE;
}
.TagClassName
{
border-color: #E833FE;
}
</style>