Shades of Psychedelic Purple #E803FE
Tints of Psychedelic Purple #E803FE
RGB
CMYK
RGB Variations
Color information
#E803FE (or 0xE803FE) is known color: Psychedelic Purple. HEX triplet: E8, 03 and FE. RGB value is (232,3,254). Sum of RGB (Red+Green+Blue) = 232+3+254=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 3 (1.56% from 255 or 0.61% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #E803FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E803FE is #17FC01. Grayscale: #636363. Windows color (decimal): -1571842 or 16647144. OLE color: 16647144.
HSL color Cylindrical-coordinate representation of color #E803FE: hue angle of 294.74º 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 #E803FE is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 3 | 254 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.00 |
| HSL | 294.74º | 0.99% | 0.5% | - |
| HSV(B) | 294.74º | 0.99% | 1% | - |
| XYZ | 51.2 | 24.38 | 95.77 | - |
| YUV | 100.09 | 214.87 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 254 | 0.09 | 0.99 | 0 | 0.00 | 294.74 | 0.99 | 0.5 |
| Hex | E8 | 3 | FE | 9 | 63 | 0 | 0 | 127 | 63 | 32 |
| Octal | 350 | 3 | 376 | 11 | 143 | 0 | 0 | 447 | 143 | 62 |
| Binary | 11101000 | 11 | 11111110 | 1001 | 1100011 | 0 | 0 | 100100111 | 1100011 | 110010 |
Color Harmonies of #E803FE
Complementary color
Monochromatic Colors of #E803FE
Black with #E803FE
Text Example
Text Example
White with #E803FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E803FE; }
p { color: rgb(232,3,254); }
H1.HeaderClassName
{
color: #E803FE;
}
.AnyTagClassName
{
color: #E803FE;
}
</style>
background-color css
<style>
a { background-color: #E803FE; }
a { background-color: rgb(232,3,254); }
div.DivClassName
{
background-color: #E803FE;
}
.BgClassName
{
background-color: #E803FE;
}
</style>
border-color css
<style>
span { border-color: #E803FE; }
span { border-color: rgb(232,3,254); }
td.TdClassName
{
border-color: #E803FE;
}
.TagClassName
{
border-color: #E803FE;
}
</style>