Shades of Psychedelic Purple #E212FE
Tints of Psychedelic Purple #E212FE
RGB
CMYK
RGB Variations
Color information
#E212FE (or 0xE212FE) is known color: Psychedelic Purple. HEX triplet: E2, 12 and FE. RGB value is (226,18,254). Sum of RGB (Red+Green+Blue) = 226+18+254=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 18 (7.42% from 255 or 3.61% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #E212FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E212FE is #1DED01. Grayscale: #6A6A6A. Windows color (decimal): -1961218 or 16650978. OLE color: 16650978.
HSL color Cylindrical-coordinate representation of color #E212FE: hue angle of 292.88º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E212FE is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 18 | 254 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.00 |
| HSL | 292.88º | 0.99% | 0.53% | - |
| HSV(B) | 292.88º | 0.93% | 1% | - |
| XYZ | 49.47 | 23.76 | 95.74 | - |
| YUV | 107.1 | 210.91 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 254 | 0.11 | 0.93 | 0 | 0.00 | 292.88 | 0.99 | 0.53 |
| Hex | E2 | 12 | FE | B | 5D | 0 | 0 | 125 | 63 | 35 |
| Octal | 342 | 22 | 376 | 13 | 135 | 0 | 0 | 445 | 143 | 65 |
| Binary | 11100010 | 10010 | 11111110 | 1011 | 1011101 | 0 | 0 | 100100101 | 1100011 | 110101 |
Color Harmonies of #E212FE
Complementary color
Monochromatic Colors of #E212FE
Black with #E212FE
Text Example
Text Example
White with #E212FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E212FE; }
p { color: rgb(226,18,254); }
H1.HeaderClassName
{
color: #E212FE;
}
.AnyTagClassName
{
color: #E212FE;
}
</style>
background-color css
<style>
a { background-color: #E212FE; }
a { background-color: rgb(226,18,254); }
div.DivClassName
{
background-color: #E212FE;
}
.BgClassName
{
background-color: #E212FE;
}
</style>
border-color css
<style>
span { border-color: #E212FE; }
span { border-color: rgb(226,18,254); }
td.TdClassName
{
border-color: #E212FE;
}
.TagClassName
{
border-color: #E212FE;
}
</style>