Shades of Psychedelic Purple #E205FE
Tints of Psychedelic Purple #E205FE
RGB
CMYK
RGB Variations
Color information
#E205FE (or 0xE205FE) is known color: Psychedelic Purple. HEX triplet: E2, 05 and FE. RGB value is (226,5,254). Sum of RGB (Red+Green+Blue) = 226+5+254=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 5 (2.34% from 255 or 1.03% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #E205FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E205FE is #1DFA01. Grayscale: #626262. Windows color (decimal): -1964546 or 16647650. OLE color: 16647650.
HSL color Cylindrical-coordinate representation of color #E205FE: hue angle of 293.25º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E205FE is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 5 | 254 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.00 |
| HSL | 293.25º | 0.99% | 0.51% | - |
| HSV(B) | 293.25º | 0.98% | 1% | - |
| XYZ | 49.31 | 23.43 | 95.69 | - |
| YUV | 99.47 | 215.22 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 254 | 0.11 | 0.98 | 0 | 0.00 | 293.25 | 0.99 | 0.51 |
| Hex | E2 | 5 | FE | B | 62 | 0 | 0 | 125 | 63 | 33 |
| Octal | 342 | 5 | 376 | 13 | 142 | 0 | 0 | 445 | 143 | 63 |
| Binary | 11100010 | 101 | 11111110 | 1011 | 1100010 | 0 | 0 | 100100101 | 1100011 | 110011 |
Color Harmonies of #E205FE
Complementary color
Monochromatic Colors of #E205FE
Black with #E205FE
Text Example
Text Example
White with #E205FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E205FE; }
p { color: rgb(226,5,254); }
H1.HeaderClassName
{
color: #E205FE;
}
.AnyTagClassName
{
color: #E205FE;
}
</style>
background-color css
<style>
a { background-color: #E205FE; }
a { background-color: rgb(226,5,254); }
div.DivClassName
{
background-color: #E205FE;
}
.BgClassName
{
background-color: #E205FE;
}
</style>
border-color css
<style>
span { border-color: #E205FE; }
span { border-color: rgb(226,5,254); }
td.TdClassName
{
border-color: #E205FE;
}
.TagClassName
{
border-color: #E205FE;
}
</style>