Shades of Psychedelic Purple #E310FE
Tints of Psychedelic Purple #E310FE
RGB
CMYK
RGB Variations
Color information
#E310FE (or 0xE310FE) is known color: Psychedelic Purple. HEX triplet: E3, 10 and FE. RGB value is (227,16,254). Sum of RGB (Red+Green+Blue) = 227+16+254=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #E310FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E310FE is #1CEF01. Grayscale: #696969. Windows color (decimal): -1896194 or 16650467. OLE color: 16650467.
HSL color Cylindrical-coordinate representation of color #E310FE: hue angle of 293.19º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E310FE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 16 | 254 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.00 |
| HSL | 293.19º | 0.99% | 0.53% | - |
| HSV(B) | 293.19º | 0.94% | 1% | - |
| XYZ | 49.75 | 23.86 | 95.75 | - |
| YUV | 106.22 | 211.4 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 254 | 0.11 | 0.94 | 0 | 0.00 | 293.19 | 0.99 | 0.53 |
| Hex | E3 | 10 | FE | B | 5E | 0 | 0 | 125 | 63 | 35 |
| Octal | 343 | 20 | 376 | 13 | 136 | 0 | 0 | 445 | 143 | 65 |
| Binary | 11100011 | 10000 | 11111110 | 1011 | 1011110 | 0 | 0 | 100100101 | 1100011 | 110101 |
Color Harmonies of #E310FE
Complementary color
Monochromatic Colors of #E310FE
Black with #E310FE
Text Example
Text Example
White with #E310FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310FE; }
p { color: rgb(227,16,254); }
H1.HeaderClassName
{
color: #E310FE;
}
.AnyTagClassName
{
color: #E310FE;
}
</style>
background-color css
<style>
a { background-color: #E310FE; }
a { background-color: rgb(227,16,254); }
div.DivClassName
{
background-color: #E310FE;
}
.BgClassName
{
background-color: #E310FE;
}
</style>
border-color css
<style>
span { border-color: #E310FE; }
span { border-color: rgb(227,16,254); }
td.TdClassName
{
border-color: #E310FE;
}
.TagClassName
{
border-color: #E310FE;
}
</style>