Shades of Psychedelic Purple #E12DFE
Tints of Psychedelic Purple #E12DFE
RGB
CMYK
RGB Variations
Color information
#E12DFE (or 0xE12DFE) is known color: Psychedelic Purple. HEX triplet: E1, 2D and FE. RGB value is (225,45,254). Sum of RGB (Red+Green+Blue) = 225+45+254=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 45 (17.97% from 255 or 8.59% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #E12DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12DFE is #1ED201. Grayscale: #797979. Windows color (decimal): -2019842 or 16657889. OLE color: 16657889.
HSL color Cylindrical-coordinate representation of color #E12DFE: hue angle of 291.67º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12DFE is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 45 | 254 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.00 |
| HSL | 291.67º | 0.99% | 0.59% | - |
| HSV(B) | 291.67º | 0.82% | 1% | - |
| XYZ | 49.88 | 25.04 | 95.97 | - |
| YUV | 122.65 | 202.13 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 254 | 0.11 | 0.82 | 0 | 0.00 | 291.67 | 0.99 | 0.59 |
| Hex | E1 | 2D | FE | B | 52 | 0 | 0 | 124 | 63 | 3B |
| Octal | 341 | 55 | 376 | 13 | 122 | 0 | 0 | 444 | 143 | 73 |
| Binary | 11100001 | 101101 | 11111110 | 1011 | 1010010 | 0 | 0 | 100100100 | 1100011 | 111011 |
Color Harmonies of #E12DFE
Complementary color
Monochromatic Colors of #E12DFE
Black with #E12DFE
Text Example
Text Example
White with #E12DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12DFE; }
p { color: rgb(225,45,254); }
H1.HeaderClassName
{
color: #E12DFE;
}
.AnyTagClassName
{
color: #E12DFE;
}
</style>
background-color css
<style>
a { background-color: #E12DFE; }
a { background-color: rgb(225,45,254); }
div.DivClassName
{
background-color: #E12DFE;
}
.BgClassName
{
background-color: #E12DFE;
}
</style>
border-color css
<style>
span { border-color: #E12DFE; }
span { border-color: rgb(225,45,254); }
td.TdClassName
{
border-color: #E12DFE;
}
.TagClassName
{
border-color: #E12DFE;
}
</style>