Shades of Psychedelic Purple #E127FE
Tints of Psychedelic Purple #E127FE
RGB
CMYK
RGB Variations
Color information
#E127FE (or 0xE127FE) is known color: Psychedelic Purple. HEX triplet: E1, 27 and FE. RGB value is (225,39,254). Sum of RGB (Red+Green+Blue) = 225+39+254=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 39 (15.62% from 255 or 7.53% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #E127FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E127FE is #1ED801. Grayscale: #767676. Windows color (decimal): -2021378 or 16656353. OLE color: 16656353.
HSL color Cylindrical-coordinate representation of color #E127FE: hue angle of 291.91º 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 #E127FE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 39 | 254 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.00 |
| HSL | 291.91º | 0.99% | 0.57% | - |
| HSV(B) | 291.91º | 0.85% | 1% | - |
| XYZ | 49.67 | 24.61 | 95.9 | - |
| YUV | 119.12 | 204.12 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 254 | 0.11 | 0.85 | 0 | 0.00 | 291.91 | 0.99 | 0.57 |
| Hex | E1 | 27 | FE | B | 55 | 0 | 0 | 124 | 63 | 39 |
| Octal | 341 | 47 | 376 | 13 | 125 | 0 | 0 | 444 | 143 | 71 |
| Binary | 11100001 | 100111 | 11111110 | 1011 | 1010101 | 0 | 0 | 100100100 | 1100011 | 111001 |
Color Harmonies of #E127FE
Complementary color
Monochromatic Colors of #E127FE
Black with #E127FE
Text Example
Text Example
White with #E127FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127FE; }
p { color: rgb(225,39,254); }
H1.HeaderClassName
{
color: #E127FE;
}
.AnyTagClassName
{
color: #E127FE;
}
</style>
background-color css
<style>
a { background-color: #E127FE; }
a { background-color: rgb(225,39,254); }
div.DivClassName
{
background-color: #E127FE;
}
.BgClassName
{
background-color: #E127FE;
}
</style>
border-color css
<style>
span { border-color: #E127FE; }
span { border-color: rgb(225,39,254); }
td.TdClassName
{
border-color: #E127FE;
}
.TagClassName
{
border-color: #E127FE;
}
</style>