Shades of Psychedelic Purple #E213FE
Tints of Psychedelic Purple #E213FE
RGB
CMYK
RGB Variations
Color information
#E213FE (or 0xE213FE) is known color: Psychedelic Purple. HEX triplet: E2, 13 and FE. RGB value is (226,19,254). Sum of RGB (Red+Green+Blue) = 226+19+254=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #E213FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E213FE is #1DEC01. Grayscale: #6A6A6A. Windows color (decimal): -1960962 or 16651234. OLE color: 16651234.
HSL color Cylindrical-coordinate representation of color #E213FE: hue angle of 292.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E213FE is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 19 | 254 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.00 |
| HSL | 292.85º | 0.99% | 0.54% | - |
| HSV(B) | 292.85º | 0.93% | 1% | - |
| XYZ | 49.49 | 23.79 | 95.75 | - |
| YUV | 107.68 | 210.58 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 254 | 0.11 | 0.93 | 0 | 0.00 | 292.85 | 0.99 | 0.54 |
| Hex | E2 | 13 | FE | B | 5D | 0 | 0 | 125 | 63 | 36 |
| Octal | 342 | 23 | 376 | 13 | 135 | 0 | 0 | 445 | 143 | 66 |
| Binary | 11100010 | 10011 | 11111110 | 1011 | 1011101 | 0 | 0 | 100100101 | 1100011 | 110110 |
Color Harmonies of #E213FE
Complementary color
Monochromatic Colors of #E213FE
Black with #E213FE
Text Example
Text Example
White with #E213FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E213FE; }
p { color: rgb(226,19,254); }
H1.HeaderClassName
{
color: #E213FE;
}
.AnyTagClassName
{
color: #E213FE;
}
</style>
background-color css
<style>
a { background-color: #E213FE; }
a { background-color: rgb(226,19,254); }
div.DivClassName
{
background-color: #E213FE;
}
.BgClassName
{
background-color: #E213FE;
}
</style>
border-color css
<style>
span { border-color: #E213FE; }
span { border-color: rgb(226,19,254); }
td.TdClassName
{
border-color: #E213FE;
}
.TagClassName
{
border-color: #E213FE;
}
</style>