Shades of Psychedelic Purple #E311FE
Tints of Psychedelic Purple #E311FE
RGB
CMYK
RGB Variations
Color information
#E311FE (or 0xE311FE) is known color: Psychedelic Purple. HEX triplet: E3, 11 and FE. RGB value is (227,17,254). Sum of RGB (Red+Green+Blue) = 227+17+254=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 17 (7.03% from 255 or 3.41% 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 #E311FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E311FE is #1CEE01. Grayscale: #6A6A6A. Windows color (decimal): -1895938 or 16650723. OLE color: 16650723.
HSL color Cylindrical-coordinate representation of color #E311FE: hue angle of 293.16º 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 #E311FE is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 17 | 254 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.00 |
| HSL | 293.16º | 0.99% | 0.53% | - |
| HSV(B) | 293.16º | 0.93% | 1% | - |
| XYZ | 49.77 | 23.89 | 95.75 | - |
| YUV | 106.81 | 211.07 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 254 | 0.11 | 0.93 | 0 | 0.00 | 293.16 | 0.99 | 0.53 |
| Hex | E3 | 11 | FE | B | 5D | 0 | 0 | 125 | 63 | 35 |
| Octal | 343 | 21 | 376 | 13 | 135 | 0 | 0 | 445 | 143 | 65 |
| Binary | 11100011 | 10001 | 11111110 | 1011 | 1011101 | 0 | 0 | 100100101 | 1100011 | 110101 |
Color Harmonies of #E311FE
Complementary color
Monochromatic Colors of #E311FE
Black with #E311FE
Text Example
Text Example
White with #E311FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E311FE; }
p { color: rgb(227,17,254); }
H1.HeaderClassName
{
color: #E311FE;
}
.AnyTagClassName
{
color: #E311FE;
}
</style>
background-color css
<style>
a { background-color: #E311FE; }
a { background-color: rgb(227,17,254); }
div.DivClassName
{
background-color: #E311FE;
}
.BgClassName
{
background-color: #E311FE;
}
</style>
border-color css
<style>
span { border-color: #E311FE; }
span { border-color: rgb(227,17,254); }
td.TdClassName
{
border-color: #E311FE;
}
.TagClassName
{
border-color: #E311FE;
}
</style>