Shades of Psychedelic Purple #E806FE
Tints of Psychedelic Purple #E806FE
RGB
CMYK
RGB Variations
Color information
#E806FE (or 0xE806FE) is known color: Psychedelic Purple. HEX triplet: E8, 06 and FE. RGB value is (232,6,254). Sum of RGB (Red+Green+Blue) = 232+6+254=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 6 (2.73% from 255 or 1.22% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #E806FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E806FE is #17F901. Grayscale: #656565. Windows color (decimal): -1571074 or 16647912. OLE color: 16647912.
HSL color Cylindrical-coordinate representation of color #E806FE: hue angle of 294.68º 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 #E806FE is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 6 | 254 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.00 |
| HSL | 294.68º | 0.99% | 0.51% | - |
| HSV(B) | 294.68º | 0.98% | 1% | - |
| XYZ | 51.23 | 24.44 | 95.78 | - |
| YUV | 101.85 | 213.87 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 254 | 0.09 | 0.98 | 0 | 0.00 | 294.68 | 0.99 | 0.51 |
| Hex | E8 | 6 | FE | 9 | 62 | 0 | 0 | 127 | 63 | 33 |
| Octal | 350 | 6 | 376 | 11 | 142 | 0 | 0 | 447 | 143 | 63 |
| Binary | 11101000 | 110 | 11111110 | 1001 | 1100010 | 0 | 0 | 100100111 | 1100011 | 110011 |
Color Harmonies of #E806FE
Complementary color
Monochromatic Colors of #E806FE
Black with #E806FE
Text Example
Text Example
White with #E806FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E806FE; }
p { color: rgb(232,6,254); }
H1.HeaderClassName
{
color: #E806FE;
}
.AnyTagClassName
{
color: #E806FE;
}
</style>
background-color css
<style>
a { background-color: #E806FE; }
a { background-color: rgb(232,6,254); }
div.DivClassName
{
background-color: #E806FE;
}
.BgClassName
{
background-color: #E806FE;
}
</style>
border-color css
<style>
span { border-color: #E806FE; }
span { border-color: rgb(232,6,254); }
td.TdClassName
{
border-color: #E806FE;
}
.TagClassName
{
border-color: #E806FE;
}
</style>