Shades of Psychedelic Purple #E60EFE
Tints of Psychedelic Purple #E60EFE
RGB
CMYK
RGB Variations
Color information
#E60EFE (or 0xE60EFE) is known color: Psychedelic Purple. HEX triplet: E6, 0E and FE. RGB value is (230,14,254). Sum of RGB (Red+Green+Blue) = 230+14+254=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 14 (5.86% from 255 or 2.81% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #E60EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60EFE is #19F101. Grayscale: #696969. Windows color (decimal): -1700098 or 16649958. OLE color: 16649958.
HSL color Cylindrical-coordinate representation of color #E60EFE: hue angle of 294º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60EFE is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 14 | 254 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.00 |
| HSL | 294º | 0.99% | 0.53% | - |
| HSV(B) | 294º | 0.94% | 1% | - |
| XYZ | 50.68 | 24.29 | 95.78 | - |
| YUV | 105.94 | 211.56 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 254 | 0.09 | 0.94 | 0 | 0.00 | 294 | 0.99 | 0.53 |
| Hex | E6 | E | FE | 9 | 5E | 0 | 0 | 126 | 63 | 35 |
| Octal | 346 | 16 | 376 | 11 | 136 | 0 | 0 | 446 | 143 | 65 |
| Binary | 11100110 | 1110 | 11111110 | 1001 | 1011110 | 0 | 0 | 100100110 | 1100011 | 110101 |
Color Harmonies of #E60EFE
Complementary color
Monochromatic Colors of #E60EFE
Black with #E60EFE
Text Example
Text Example
White with #E60EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EFE; }
p { color: rgb(230,14,254); }
H1.HeaderClassName
{
color: #E60EFE;
}
.AnyTagClassName
{
color: #E60EFE;
}
</style>
background-color css
<style>
a { background-color: #E60EFE; }
a { background-color: rgb(230,14,254); }
div.DivClassName
{
background-color: #E60EFE;
}
.BgClassName
{
background-color: #E60EFE;
}
</style>
border-color css
<style>
span { border-color: #E60EFE; }
span { border-color: rgb(230,14,254); }
td.TdClassName
{
border-color: #E60EFE;
}
.TagClassName
{
border-color: #E60EFE;
}
</style>