Shades of Psychedelic Purple #E614FC
Tints of Psychedelic Purple #E614FC
RGB
CMYK
RGB Variations
Color information
#E614FC (or 0xE614FC) is known color: Psychedelic Purple. HEX triplet: E6, 14 and FC. RGB value is (230,20,252). Sum of RGB (Red+Green+Blue) = 230+20+252=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 20 (8.20% from 255 or 3.98% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #E614FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E614FC is #19EB03. Grayscale: #6C6C6C. Windows color (decimal): -1698564 or 16520422. OLE color: 16520422.
HSL color Cylindrical-coordinate representation of color #E614FC: hue angle of 294.31º 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 #E614FC is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 20 | 252 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.01 |
| HSL | 294.31º | 0.97% | 0.53% | - |
| HSV(B) | 294.31º | 0.92% | 0.99% | - |
| XYZ | 50.45 | 24.35 | 94.14 | - |
| YUV | 109.24 | 208.57 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 252 | 0.09 | 0.92 | 0 | 0.01 | 294.31 | 0.97 | 0.53 |
| Hex | E6 | 14 | FC | 9 | 5C | 0 | 1 | 126 | 61 | 35 |
| Octal | 346 | 24 | 374 | 11 | 134 | 0 | 1 | 446 | 141 | 65 |
| Binary | 11100110 | 10100 | 11111100 | 1001 | 1011100 | 0 | 1 | 100100110 | 1100001 | 110101 |
Color Harmonies of #E614FC
Complementary color
Monochromatic Colors of #E614FC
Black with #E614FC
Text Example
Text Example
White with #E614FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614FC; }
p { color: rgb(230,20,252); }
H1.HeaderClassName
{
color: #E614FC;
}
.AnyTagClassName
{
color: #E614FC;
}
</style>
background-color css
<style>
a { background-color: #E614FC; }
a { background-color: rgb(230,20,252); }
div.DivClassName
{
background-color: #E614FC;
}
.BgClassName
{
background-color: #E614FC;
}
</style>
border-color css
<style>
span { border-color: #E614FC; }
span { border-color: rgb(230,20,252); }
td.TdClassName
{
border-color: #E614FC;
}
.TagClassName
{
border-color: #E614FC;
}
</style>