Shades of Psychedelic Purple #E104FE
Tints of Psychedelic Purple #E104FE
RGB
CMYK
RGB Variations
Color information
#E104FE (or 0xE104FE) is known color: Psychedelic Purple. HEX triplet: E1, 04 and FE. RGB value is (225,4,254). Sum of RGB (Red+Green+Blue) = 225+4+254=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 4 (1.95% from 255 or 0.83% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #E104FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E104FE is #1EFB01. Grayscale: #616161. Windows color (decimal): -2030338 or 16647393. OLE color: 16647393.
HSL color Cylindrical-coordinate representation of color #E104FE: hue angle of 293.04º 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 #E104FE is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 4 | 254 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.00 |
| HSL | 293.04º | 0.99% | 0.51% | - |
| HSV(B) | 293.04º | 0.98% | 1% | - |
| XYZ | 48.98 | 23.25 | 95.67 | - |
| YUV | 98.58 | 215.72 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 254 | 0.11 | 0.98 | 0 | 0.00 | 293.04 | 0.99 | 0.51 |
| Hex | E1 | 4 | FE | B | 62 | 0 | 0 | 125 | 63 | 33 |
| Octal | 341 | 4 | 376 | 13 | 142 | 0 | 0 | 445 | 143 | 63 |
| Binary | 11100001 | 100 | 11111110 | 1011 | 1100010 | 0 | 0 | 100100101 | 1100011 | 110011 |
Color Harmonies of #E104FE
Complementary color
Monochromatic Colors of #E104FE
Black with #E104FE
Text Example
Text Example
White with #E104FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104FE; }
p { color: rgb(225,4,254); }
H1.HeaderClassName
{
color: #E104FE;
}
.AnyTagClassName
{
color: #E104FE;
}
</style>
background-color css
<style>
a { background-color: #E104FE; }
a { background-color: rgb(225,4,254); }
div.DivClassName
{
background-color: #E104FE;
}
.BgClassName
{
background-color: #E104FE;
}
</style>
border-color css
<style>
span { border-color: #E104FE; }
span { border-color: rgb(225,4,254); }
td.TdClassName
{
border-color: #E104FE;
}
.TagClassName
{
border-color: #E104FE;
}
</style>