Shades of Psychedelic Purple #E126FE
Tints of Psychedelic Purple #E126FE
RGB
CMYK
RGB Variations
Color information
#E126FE (or 0xE126FE) is known color: Psychedelic Purple. HEX triplet: E1, 26 and FE. RGB value is (225,38,254). Sum of RGB (Red+Green+Blue) = 225+38+254=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 38 (15.23% from 255 or 7.35% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #E126FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E126FE is #1ED901. Grayscale: #757575. Windows color (decimal): -2021634 or 16656097. OLE color: 16656097.
HSL color Cylindrical-coordinate representation of color #E126FE: hue angle of 291.94º 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 #E126FE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 38 | 254 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.00 |
| HSL | 291.94º | 0.99% | 0.57% | - |
| HSV(B) | 291.94º | 0.85% | 1% | - |
| XYZ | 49.63 | 24.55 | 95.89 | - |
| YUV | 118.54 | 204.45 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 254 | 0.11 | 0.85 | 0 | 0.00 | 291.94 | 0.99 | 0.57 |
| Hex | E1 | 26 | FE | B | 55 | 0 | 0 | 124 | 63 | 39 |
| Octal | 341 | 46 | 376 | 13 | 125 | 0 | 0 | 444 | 143 | 71 |
| Binary | 11100001 | 100110 | 11111110 | 1011 | 1010101 | 0 | 0 | 100100100 | 1100011 | 111001 |
Color Harmonies of #E126FE
Complementary color
Monochromatic Colors of #E126FE
Black with #E126FE
Text Example
Text Example
White with #E126FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E126FE; }
p { color: rgb(225,38,254); }
H1.HeaderClassName
{
color: #E126FE;
}
.AnyTagClassName
{
color: #E126FE;
}
</style>
background-color css
<style>
a { background-color: #E126FE; }
a { background-color: rgb(225,38,254); }
div.DivClassName
{
background-color: #E126FE;
}
.BgClassName
{
background-color: #E126FE;
}
</style>
border-color css
<style>
span { border-color: #E126FE; }
span { border-color: rgb(225,38,254); }
td.TdClassName
{
border-color: #E126FE;
}
.TagClassName
{
border-color: #E126FE;
}
</style>