Shades of Psychedelic Purple #E000FE
Tints of Psychedelic Purple #E000FE
RGB
CMYK
RGB Variations
Color information
#E000FE (or 0xE000FE) is known color: Psychedelic Purple. HEX triplet: E0, 00 and FE. RGB value is (224,0,254). Sum of RGB (Red+Green+Blue) = 224+0+254=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 0 (0.39% from 255 or 0% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #E000FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E000FE is #1FFF01. Grayscale: #5F5F5F. Windows color (decimal): -2096898 or 16646368. OLE color: 16646368.
HSL color Cylindrical-coordinate representation of color #E000FE: hue angle of 292.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000FE is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 0 | 254 | - |
| CMYK | 0.12 | 1 | 0 | 0.00 |
| HSL | 292.91º | 1% | 0.5% | - |
| HSV(B) | 292.91º | 1% | 1% | - |
| XYZ | 48.63 | 23 | 95.64 | - |
| YUV | 95.93 | 217.21 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 254 | 0.12 | 1 | 0 | 0.00 | 292.91 | 1 | 0.5 |
| Hex | E0 | 0 | FE | C | 64 | 0 | 0 | 125 | 64 | 32 |
| Octal | 340 | 0 | 376 | 14 | 144 | 0 | 0 | 445 | 144 | 62 |
| Binary | 11100000 | 0 | 11111110 | 1100 | 1100100 | 0 | 0 | 100100101 | 1100100 | 110010 |
Color Harmonies of #E000FE
Complementary color
Monochromatic Colors of #E000FE
Black with #E000FE
Text Example
Text Example
White with #E000FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000FE; }
p { color: rgb(224,0,254); }
H1.HeaderClassName
{
color: #E000FE;
}
.AnyTagClassName
{
color: #E000FE;
}
</style>
background-color css
<style>
a { background-color: #E000FE; }
a { background-color: rgb(224,0,254); }
div.DivClassName
{
background-color: #E000FE;
}
.BgClassName
{
background-color: #E000FE;
}
</style>
border-color css
<style>
span { border-color: #E000FE; }
span { border-color: rgb(224,0,254); }
td.TdClassName
{
border-color: #E000FE;
}
.TagClassName
{
border-color: #E000FE;
}
</style>