Shades of Psychedelic Purple #E805FE
Tints of Psychedelic Purple #E805FE
RGB
CMYK
RGB Variations
Color information
#E805FE (or 0xE805FE) is known color: Psychedelic Purple. HEX triplet: E8, 05 and FE. RGB value is (232,5,254). Sum of RGB (Red+Green+Blue) = 232+5+254=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 5 (2.34% from 255 or 1.02% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #E805FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E805FE is #17FA01. Grayscale: #646464. Windows color (decimal): -1571330 or 16647656. OLE color: 16647656.
HSL color Cylindrical-coordinate representation of color #E805FE: hue angle of 294.7º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805FE is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 5 | 254 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.00 |
| HSL | 294.7º | 0.99% | 0.51% | - |
| HSV(B) | 294.7º | 0.98% | 1% | - |
| XYZ | 51.22 | 24.42 | 95.78 | - |
| YUV | 101.26 | 214.21 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 254 | 0.09 | 0.98 | 0 | 0.00 | 294.7 | 0.99 | 0.51 |
| Hex | E8 | 5 | FE | 9 | 62 | 0 | 0 | 127 | 63 | 33 |
| Octal | 350 | 5 | 376 | 11 | 142 | 0 | 0 | 447 | 143 | 63 |
| Binary | 11101000 | 101 | 11111110 | 1001 | 1100010 | 0 | 0 | 100100111 | 1100011 | 110011 |
Color Harmonies of #E805FE
Complementary color
Monochromatic Colors of #E805FE
Black with #E805FE
Text Example
Text Example
White with #E805FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805FE; }
p { color: rgb(232,5,254); }
H1.HeaderClassName
{
color: #E805FE;
}
.AnyTagClassName
{
color: #E805FE;
}
</style>
background-color css
<style>
a { background-color: #E805FE; }
a { background-color: rgb(232,5,254); }
div.DivClassName
{
background-color: #E805FE;
}
.BgClassName
{
background-color: #E805FE;
}
</style>
border-color css
<style>
span { border-color: #E805FE; }
span { border-color: rgb(232,5,254); }
td.TdClassName
{
border-color: #E805FE;
}
.TagClassName
{
border-color: #E805FE;
}
</style>