Shades of Psychedelic Purple #E60EFC
Tints of Psychedelic Purple #E60EFC
RGB
CMYK
RGB Variations
Color information
#E60EFC (or 0xE60EFC) is known color: Psychedelic Purple. HEX triplet: E6, 0E and FC. RGB value is (230,14,252). Sum of RGB (Red+Green+Blue) = 230+14+252=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #E60EFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60EFC is #19F103. Grayscale: #686868. Windows color (decimal): -1700100 or 16518886. OLE color: 16518886.
HSL color Cylindrical-coordinate representation of color #E60EFC: hue angle of 294.45º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60EFC is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 14 | 252 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.01 |
| HSL | 294.45º | 0.98% | 0.52% | - |
| HSV(B) | 294.45º | 0.94% | 0.99% | - |
| XYZ | 50.36 | 24.17 | 94.11 | - |
| YUV | 105.72 | 210.56 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 252 | 0.09 | 0.94 | 0 | 0.01 | 294.45 | 0.98 | 0.52 |
| Hex | E6 | E | FC | 9 | 5E | 0 | 1 | 126 | 62 | 34 |
| Octal | 346 | 16 | 374 | 11 | 136 | 0 | 1 | 446 | 142 | 64 |
| Binary | 11100110 | 1110 | 11111100 | 1001 | 1011110 | 0 | 1 | 100100110 | 1100010 | 110100 |
Color Harmonies of #E60EFC
Complementary color
Monochromatic Colors of #E60EFC
Black with #E60EFC
Text Example
Text Example
White with #E60EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EFC; }
p { color: rgb(230,14,252); }
H1.HeaderClassName
{
color: #E60EFC;
}
.AnyTagClassName
{
color: #E60EFC;
}
</style>
background-color css
<style>
a { background-color: #E60EFC; }
a { background-color: rgb(230,14,252); }
div.DivClassName
{
background-color: #E60EFC;
}
.BgClassName
{
background-color: #E60EFC;
}
</style>
border-color css
<style>
span { border-color: #E60EFC; }
span { border-color: rgb(230,14,252); }
td.TdClassName
{
border-color: #E60EFC;
}
.TagClassName
{
border-color: #E60EFC;
}
</style>