Shades of Psychedelic Purple #E122FE
Tints of Psychedelic Purple #E122FE
RGB
CMYK
RGB Variations
Color information
#E122FE (or 0xE122FE) is known color: Psychedelic Purple. HEX triplet: E1, 22 and FE. RGB value is (225,34,254). Sum of RGB (Red+Green+Blue) = 225+34+254=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 34 (13.67% from 255 or 6.63% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #E122FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E122FE is #1EDD01. Grayscale: #737373. Windows color (decimal): -2022658 or 16655073. OLE color: 16655073.
HSL color Cylindrical-coordinate representation of color #E122FE: hue angle of 292.09º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E122FE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 34 | 254 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.00 |
| HSL | 292.09º | 0.99% | 0.56% | - |
| HSV(B) | 292.09º | 0.87% | 1% | - |
| XYZ | 49.51 | 24.31 | 95.85 | - |
| YUV | 116.19 | 205.78 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 254 | 0.11 | 0.87 | 0 | 0.00 | 292.09 | 0.99 | 0.56 |
| Hex | E1 | 22 | FE | B | 57 | 0 | 0 | 124 | 63 | 38 |
| Octal | 341 | 42 | 376 | 13 | 127 | 0 | 0 | 444 | 143 | 70 |
| Binary | 11100001 | 100010 | 11111110 | 1011 | 1010111 | 0 | 0 | 100100100 | 1100011 | 111000 |
Color Harmonies of #E122FE
Complementary color
Monochromatic Colors of #E122FE
Black with #E122FE
Text Example
Text Example
White with #E122FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122FE; }
p { color: rgb(225,34,254); }
H1.HeaderClassName
{
color: #E122FE;
}
.AnyTagClassName
{
color: #E122FE;
}
</style>
background-color css
<style>
a { background-color: #E122FE; }
a { background-color: rgb(225,34,254); }
div.DivClassName
{
background-color: #E122FE;
}
.BgClassName
{
background-color: #E122FE;
}
</style>
border-color css
<style>
span { border-color: #E122FE; }
span { border-color: rgb(225,34,254); }
td.TdClassName
{
border-color: #E122FE;
}
.TagClassName
{
border-color: #E122FE;
}
</style>