Shades of Psychedelic Purple #E026F7
Tints of Psychedelic Purple #E026F7
RGB
CMYK
RGB Variations
Color information
#E026F7 (or 0xE026F7) is known color: Psychedelic Purple. HEX triplet: E0, 26 and F7. RGB value is (224,38,247). Sum of RGB (Red+Green+Blue) = 224+38+247=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 38 (15.23% from 255 or 7.47% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #E026F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E026F7 is #1FD908. Grayscale: #747474. Windows color (decimal): -2087177 or 16197344. OLE color: 16197344.
HSL color Cylindrical-coordinate representation of color #E026F7: hue angle of 293.4º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E026F7 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 38 | 247 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.03 |
| HSL | 293.4º | 0.93% | 0.56% | - |
| HSV(B) | 293.4º | 0.85% | 0.97% | - |
| XYZ | 48.22 | 23.95 | 90.08 | - |
| YUV | 117.44 | 201.12 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 247 | 0.09 | 0.85 | 0 | 0.03 | 293.4 | 0.93 | 0.56 |
| Hex | E0 | 26 | F7 | 9 | 55 | 0 | 3 | 125 | 5D | 38 |
| Octal | 340 | 46 | 367 | 11 | 125 | 0 | 3 | 445 | 135 | 70 |
| Binary | 11100000 | 100110 | 11110111 | 1001 | 1010101 | 0 | 11 | 100100101 | 1011101 | 111000 |
Color Harmonies of #E026F7
Complementary color
Monochromatic Colors of #E026F7
Black with #E026F7
Text Example
Text Example
White with #E026F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E026F7; }
p { color: rgb(224,38,247); }
H1.HeaderClassName
{
color: #E026F7;
}
.AnyTagClassName
{
color: #E026F7;
}
</style>
background-color css
<style>
a { background-color: #E026F7; }
a { background-color: rgb(224,38,247); }
div.DivClassName
{
background-color: #E026F7;
}
.BgClassName
{
background-color: #E026F7;
}
</style>
border-color css
<style>
span { border-color: #E026F7; }
span { border-color: rgb(224,38,247); }
td.TdClassName
{
border-color: #E026F7;
}
.TagClassName
{
border-color: #E026F7;
}
</style>