Shades of Psychedelic Purple #E802FE
Tints of Psychedelic Purple #E802FE
RGB
CMYK
RGB Variations
Color information
#E802FE (or 0xE802FE) is known color: Psychedelic Purple. HEX triplet: E8, 02 and FE. RGB value is (232,2,254). Sum of RGB (Red+Green+Blue) = 232+2+254=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 2 (1.17% from 255 or 0.41% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #E802FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E802FE is #17FD01. Grayscale: #626262. Windows color (decimal): -1572098 or 16646888. OLE color: 16646888.
HSL color Cylindrical-coordinate representation of color #E802FE: hue angle of 294.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E802FE is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 2 | 254 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.00 |
| HSL | 294.76º | 0.99% | 0.5% | - |
| HSV(B) | 294.76º | 0.99% | 1% | - |
| XYZ | 51.19 | 24.35 | 95.77 | - |
| YUV | 99.5 | 215.2 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 254 | 0.09 | 0.99 | 0 | 0.00 | 294.76 | 0.99 | 0.5 |
| Hex | E8 | 2 | FE | 9 | 63 | 0 | 0 | 127 | 63 | 32 |
| Octal | 350 | 2 | 376 | 11 | 143 | 0 | 0 | 447 | 143 | 62 |
| Binary | 11101000 | 10 | 11111110 | 1001 | 1100011 | 0 | 0 | 100100111 | 1100011 | 110010 |
Color Harmonies of #E802FE
Complementary color
Monochromatic Colors of #E802FE
Black with #E802FE
Text Example
Text Example
White with #E802FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802FE; }
p { color: rgb(232,2,254); }
H1.HeaderClassName
{
color: #E802FE;
}
.AnyTagClassName
{
color: #E802FE;
}
</style>
background-color css
<style>
a { background-color: #E802FE; }
a { background-color: rgb(232,2,254); }
div.DivClassName
{
background-color: #E802FE;
}
.BgClassName
{
background-color: #E802FE;
}
</style>
border-color css
<style>
span { border-color: #E802FE; }
span { border-color: rgb(232,2,254); }
td.TdClassName
{
border-color: #E802FE;
}
.TagClassName
{
border-color: #E802FE;
}
</style>