Shades of Psychedelic Purple #E906FE
Tints of Psychedelic Purple #E906FE
RGB
CMYK
RGB Variations
Color information
#E906FE (or 0xE906FE) is known color: Psychedelic Purple. HEX triplet: E9, 06 and FE. RGB value is (233,6,254). Sum of RGB (Red+Green+Blue) = 233+6+254=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 6 (2.73% from 255 or 1.22% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #E906FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E906FE is #16F901. Grayscale: #656565. Windows color (decimal): -1505538 or 16647913. OLE color: 16647913.
HSL color Cylindrical-coordinate representation of color #E906FE: hue angle of 294.92º 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 #E906FE is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 6 | 254 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.00 |
| HSL | 294.92º | 0.99% | 0.51% | - |
| HSV(B) | 294.92º | 0.98% | 1% | - |
| XYZ | 51.56 | 24.61 | 95.8 | - |
| YUV | 102.15 | 213.71 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 254 | 0.08 | 0.98 | 0 | 0.00 | 294.92 | 0.99 | 0.51 |
| Hex | E9 | 6 | FE | 8 | 62 | 0 | 0 | 127 | 63 | 33 |
| Octal | 351 | 6 | 376 | 10 | 142 | 0 | 0 | 447 | 143 | 63 |
| Binary | 11101001 | 110 | 11111110 | 1000 | 1100010 | 0 | 0 | 100100111 | 1100011 | 110011 |
Color Harmonies of #E906FE
Complementary color
Monochromatic Colors of #E906FE
Black with #E906FE
Text Example
Text Example
White with #E906FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E906FE; }
p { color: rgb(233,6,254); }
H1.HeaderClassName
{
color: #E906FE;
}
.AnyTagClassName
{
color: #E906FE;
}
</style>
background-color css
<style>
a { background-color: #E906FE; }
a { background-color: rgb(233,6,254); }
div.DivClassName
{
background-color: #E906FE;
}
.BgClassName
{
background-color: #E906FE;
}
</style>
border-color css
<style>
span { border-color: #E906FE; }
span { border-color: rgb(233,6,254); }
td.TdClassName
{
border-color: #E906FE;
}
.TagClassName
{
border-color: #E906FE;
}
</style>