Shades of Psychedelic Purple #E714FC
Tints of Psychedelic Purple #E714FC
RGB
CMYK
RGB Variations
Color information
#E714FC (or 0xE714FC) is known color: Psychedelic Purple. HEX triplet: E7, 14 and FC. RGB value is (231,20,252). Sum of RGB (Red+Green+Blue) = 231+20+252=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 20 (8.20% from 255 or 3.98% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #E714FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E714FC is #18EB03. Grayscale: #6C6C6C. Windows color (decimal): -1633028 or 16520423. OLE color: 16520423.
HSL color Cylindrical-coordinate representation of color #E714FC: hue angle of 294.57º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E714FC is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 20 | 252 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.01 |
| HSL | 294.57º | 0.97% | 0.53% | - |
| HSV(B) | 294.57º | 0.92% | 0.99% | - |
| XYZ | 50.78 | 24.52 | 94.15 | - |
| YUV | 109.54 | 208.4 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 252 | 0.08 | 0.92 | 0 | 0.01 | 294.57 | 0.97 | 0.53 |
| Hex | E7 | 14 | FC | 8 | 5C | 0 | 1 | 127 | 61 | 35 |
| Octal | 347 | 24 | 374 | 10 | 134 | 0 | 1 | 447 | 141 | 65 |
| Binary | 11100111 | 10100 | 11111100 | 1000 | 1011100 | 0 | 1 | 100100111 | 1100001 | 110101 |
Color Harmonies of #E714FC
Complementary color
Monochromatic Colors of #E714FC
Black with #E714FC
Text Example
Text Example
White with #E714FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714FC; }
p { color: rgb(231,20,252); }
H1.HeaderClassName
{
color: #E714FC;
}
.AnyTagClassName
{
color: #E714FC;
}
</style>
background-color css
<style>
a { background-color: #E714FC; }
a { background-color: rgb(231,20,252); }
div.DivClassName
{
background-color: #E714FC;
}
.BgClassName
{
background-color: #E714FC;
}
</style>
border-color css
<style>
span { border-color: #E714FC; }
span { border-color: rgb(231,20,252); }
td.TdClassName
{
border-color: #E714FC;
}
.TagClassName
{
border-color: #E714FC;
}
</style>