Shades of Psychedelic Purple #E026FE
Tints of Psychedelic Purple #E026FE
RGB
CMYK
RGB Variations
Color information
#E026FE (or 0xE026FE) is known color: Psychedelic Purple. HEX triplet: E0, 26 and FE. RGB value is (224,38,254). Sum of RGB (Red+Green+Blue) = 224+38+254=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 38 (15.23% from 255 or 7.36% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #E026FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E026FE is #1FD901. Grayscale: #757575. Windows color (decimal): -2087170 or 16656096. OLE color: 16656096.
HSL color Cylindrical-coordinate representation of color #E026FE: hue angle of 291.67º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E026FE is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 38 | 254 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.00 |
| HSL | 291.67º | 0.99% | 0.57% | - |
| HSV(B) | 291.67º | 0.85% | 1% | - |
| XYZ | 49.32 | 24.39 | 95.87 | - |
| YUV | 118.24 | 204.62 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 254 | 0.12 | 0.85 | 0 | 0.00 | 291.67 | 0.99 | 0.57 |
| Hex | E0 | 26 | FE | C | 55 | 0 | 0 | 124 | 63 | 39 |
| Octal | 340 | 46 | 376 | 14 | 125 | 0 | 0 | 444 | 143 | 71 |
| Binary | 11100000 | 100110 | 11111110 | 1100 | 1010101 | 0 | 0 | 100100100 | 1100011 | 111001 |
Color Harmonies of #E026FE
Complementary color
Monochromatic Colors of #E026FE
Black with #E026FE
Text Example
Text Example
White with #E026FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E026FE; }
p { color: rgb(224,38,254); }
H1.HeaderClassName
{
color: #E026FE;
}
.AnyTagClassName
{
color: #E026FE;
}
</style>
background-color css
<style>
a { background-color: #E026FE; }
a { background-color: rgb(224,38,254); }
div.DivClassName
{
background-color: #E026FE;
}
.BgClassName
{
background-color: #E026FE;
}
</style>
border-color css
<style>
span { border-color: #E026FE; }
span { border-color: rgb(224,38,254); }
td.TdClassName
{
border-color: #E026FE;
}
.TagClassName
{
border-color: #E026FE;
}
</style>