Shades of Psychedelic Purple #E422FE
Tints of Psychedelic Purple #E422FE
RGB
CMYK
RGB Variations
Color information
#E422FE (or 0xE422FE) is known color: Psychedelic Purple. HEX triplet: E4, 22 and FE. RGB value is (228,34,254). Sum of RGB (Red+Green+Blue) = 228+34+254=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 34 (13.67% from 255 or 6.59% 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 #E422FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E422FE is #1BDD01. Grayscale: #747474. Windows color (decimal): -1826050 or 16655076. OLE color: 16655076.
HSL color Cylindrical-coordinate representation of color #E422FE: hue angle of 292.91º 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 #E422FE is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 34 | 254 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.00 |
| HSL | 292.91º | 0.99% | 0.56% | - |
| HSV(B) | 292.91º | 0.87% | 1% | - |
| XYZ | 50.46 | 24.79 | 95.89 | - |
| YUV | 117.09 | 205.27 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 34 | 254 | 0.10 | 0.87 | 0 | 0.00 | 292.91 | 0.99 | 0.56 |
| Hex | E4 | 22 | FE | A | 57 | 0 | 0 | 125 | 63 | 38 |
| Octal | 344 | 42 | 376 | 12 | 127 | 0 | 0 | 445 | 143 | 70 |
| Binary | 11100100 | 100010 | 11111110 | 1010 | 1010111 | 0 | 0 | 100100101 | 1100011 | 111000 |
Color Harmonies of #E422FE
Complementary color
Monochromatic Colors of #E422FE
Black with #E422FE
Text Example
Text Example
White with #E422FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E422FE; }
p { color: rgb(228,34,254); }
H1.HeaderClassName
{
color: #E422FE;
}
.AnyTagClassName
{
color: #E422FE;
}
</style>
background-color css
<style>
a { background-color: #E422FE; }
a { background-color: rgb(228,34,254); }
div.DivClassName
{
background-color: #E422FE;
}
.BgClassName
{
background-color: #E422FE;
}
</style>
border-color css
<style>
span { border-color: #E422FE; }
span { border-color: rgb(228,34,254); }
td.TdClassName
{
border-color: #E422FE;
}
.TagClassName
{
border-color: #E422FE;
}
</style>