Shades of Psychedelic Purple #E314FE
Tints of Psychedelic Purple #E314FE
RGB
CMYK
RGB Variations
Color information
#E314FE (or 0xE314FE) is known color: Psychedelic Purple. HEX triplet: E3, 14 and FE. RGB value is (227,20,254). Sum of RGB (Red+Green+Blue) = 227+20+254=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 20 (8.20% from 255 or 3.99% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #E314FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E314FE is #1CEB01. Grayscale: #6B6B6B. Windows color (decimal): -1895170 or 16651491. OLE color: 16651491.
HSL color Cylindrical-coordinate representation of color #E314FE: hue angle of 293.08º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E314FE is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 20 | 254 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.00 |
| HSL | 293.08º | 0.99% | 0.54% | - |
| HSV(B) | 293.08º | 0.92% | 1% | - |
| XYZ | 49.82 | 23.99 | 95.77 | - |
| YUV | 108.57 | 210.08 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 254 | 0.11 | 0.92 | 0 | 0.00 | 293.08 | 0.99 | 0.54 |
| Hex | E3 | 14 | FE | B | 5C | 0 | 0 | 125 | 63 | 36 |
| Octal | 343 | 24 | 376 | 13 | 134 | 0 | 0 | 445 | 143 | 66 |
| Binary | 11100011 | 10100 | 11111110 | 1011 | 1011100 | 0 | 0 | 100100101 | 1100011 | 110110 |
Color Harmonies of #E314FE
Complementary color
Monochromatic Colors of #E314FE
Black with #E314FE
Text Example
Text Example
White with #E314FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314FE; }
p { color: rgb(227,20,254); }
H1.HeaderClassName
{
color: #E314FE;
}
.AnyTagClassName
{
color: #E314FE;
}
</style>
background-color css
<style>
a { background-color: #E314FE; }
a { background-color: rgb(227,20,254); }
div.DivClassName
{
background-color: #E314FE;
}
.BgClassName
{
background-color: #E314FE;
}
</style>
border-color css
<style>
span { border-color: #E314FE; }
span { border-color: rgb(227,20,254); }
td.TdClassName
{
border-color: #E314FE;
}
.TagClassName
{
border-color: #E314FE;
}
</style>