Shades of Psychedelic Purple #E905FE
Tints of Psychedelic Purple #E905FE
RGB
CMYK
RGB Variations
Color information
#E905FE (or 0xE905FE) is known color: Psychedelic Purple. HEX triplet: E9, 05 and FE. RGB value is (233,5,254). Sum of RGB (Red+Green+Blue) = 233+5+254=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 5 (2.34% from 255 or 1.02% 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 #E905FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E905FE is #16FA01. Grayscale: #646464. Windows color (decimal): -1505794 or 16647657. OLE color: 16647657.
HSL color Cylindrical-coordinate representation of color #E905FE: hue angle of 294.94º 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 #E905FE is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 5 | 254 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.00 |
| HSL | 294.94º | 0.99% | 0.51% | - |
| HSV(B) | 294.94º | 0.98% | 1% | - |
| XYZ | 51.55 | 24.59 | 95.8 | - |
| YUV | 101.56 | 214.04 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 254 | 0.08 | 0.98 | 0 | 0.00 | 294.94 | 0.99 | 0.51 |
| Hex | E9 | 5 | FE | 8 | 62 | 0 | 0 | 127 | 63 | 33 |
| Octal | 351 | 5 | 376 | 10 | 142 | 0 | 0 | 447 | 143 | 63 |
| Binary | 11101001 | 101 | 11111110 | 1000 | 1100010 | 0 | 0 | 100100111 | 1100011 | 110011 |
Color Harmonies of #E905FE
Complementary color
Monochromatic Colors of #E905FE
Black with #E905FE
Text Example
Text Example
White with #E905FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E905FE; }
p { color: rgb(233,5,254); }
H1.HeaderClassName
{
color: #E905FE;
}
.AnyTagClassName
{
color: #E905FE;
}
</style>
background-color css
<style>
a { background-color: #E905FE; }
a { background-color: rgb(233,5,254); }
div.DivClassName
{
background-color: #E905FE;
}
.BgClassName
{
background-color: #E905FE;
}
</style>
border-color css
<style>
span { border-color: #E905FE; }
span { border-color: rgb(233,5,254); }
td.TdClassName
{
border-color: #E905FE;
}
.TagClassName
{
border-color: #E905FE;
}
</style>