Shades of Psychedelic Purple #E714FA
Tints of Psychedelic Purple #E714FA
RGB
CMYK
RGB Variations
Color information
#E714FA (or 0xE714FA) is known color: Psychedelic Purple. HEX triplet: E7, 14 and FA. RGB value is (231,20,250). Sum of RGB (Red+Green+Blue) = 231+20+250=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 20 (8.20% from 255 or 3.99% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #E714FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E714FA is #18EB05. Grayscale: #6C6C6C. Windows color (decimal): -1633030 or 16389351. OLE color: 16389351.
HSL color Cylindrical-coordinate representation of color #E714FA: hue angle of 295.04º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E714FA is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 20 | 250 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.02 |
| HSL | 295.04º | 0.96% | 0.53% | - |
| HSV(B) | 295.04º | 0.92% | 0.98% | - |
| XYZ | 50.46 | 24.39 | 92.49 | - |
| YUV | 109.31 | 207.4 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 250 | 0.08 | 0.92 | 0 | 0.02 | 295.04 | 0.96 | 0.53 |
| Hex | E7 | 14 | FA | 8 | 5C | 0 | 2 | 127 | 60 | 35 |
| Octal | 347 | 24 | 372 | 10 | 134 | 0 | 2 | 447 | 140 | 65 |
| Binary | 11100111 | 10100 | 11111010 | 1000 | 1011100 | 0 | 10 | 100100111 | 1100000 | 110101 |
Color Harmonies of #E714FA
Complementary color
Monochromatic Colors of #E714FA
Black with #E714FA
Text Example
Text Example
White with #E714FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714FA; }
p { color: rgb(231,20,250); }
H1.HeaderClassName
{
color: #E714FA;
}
.AnyTagClassName
{
color: #E714FA;
}
</style>
background-color css
<style>
a { background-color: #E714FA; }
a { background-color: rgb(231,20,250); }
div.DivClassName
{
background-color: #E714FA;
}
.BgClassName
{
background-color: #E714FA;
}
</style>
border-color css
<style>
span { border-color: #E714FA; }
span { border-color: rgb(231,20,250); }
td.TdClassName
{
border-color: #E714FA;
}
.TagClassName
{
border-color: #E714FA;
}
</style>