Shades of Psychedelic Purple #E714FE
Tints of Psychedelic Purple #E714FE
RGB
CMYK
RGB Variations
Color information
#E714FE (or 0xE714FE) is known color: Psychedelic Purple. HEX triplet: E7, 14 and FE. RGB value is (231,20,254). Sum of RGB (Red+Green+Blue) = 231+20+254=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 20 (8.20% from 255 or 3.96% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #E714FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E714FE is #18EB01. Grayscale: #6D6D6D. Windows color (decimal): -1633026 or 16651495. OLE color: 16651495.
HSL color Cylindrical-coordinate representation of color #E714FE: hue angle of 294.1º 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 #E714FE is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 20 | 254 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.00 |
| HSL | 294.1º | 0.99% | 0.54% | - |
| HSV(B) | 294.1º | 0.92% | 1% | - |
| XYZ | 51.09 | 24.64 | 95.83 | - |
| YUV | 109.77 | 209.4 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 254 | 0.09 | 0.92 | 0 | 0.00 | 294.1 | 0.99 | 0.54 |
| Hex | E7 | 14 | FE | 9 | 5C | 0 | 0 | 126 | 63 | 36 |
| Octal | 347 | 24 | 376 | 11 | 134 | 0 | 0 | 446 | 143 | 66 |
| Binary | 11100111 | 10100 | 11111110 | 1001 | 1011100 | 0 | 0 | 100100110 | 1100011 | 110110 |
Color Harmonies of #E714FE
Complementary color
Monochromatic Colors of #E714FE
Black with #E714FE
Text Example
Text Example
White with #E714FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714FE; }
p { color: rgb(231,20,254); }
H1.HeaderClassName
{
color: #E714FE;
}
.AnyTagClassName
{
color: #E714FE;
}
</style>
background-color css
<style>
a { background-color: #E714FE; }
a { background-color: rgb(231,20,254); }
div.DivClassName
{
background-color: #E714FE;
}
.BgClassName
{
background-color: #E714FE;
}
</style>
border-color css
<style>
span { border-color: #E714FE; }
span { border-color: rgb(231,20,254); }
td.TdClassName
{
border-color: #E714FE;
}
.TagClassName
{
border-color: #E714FE;
}
</style>