Shades of Psychedelic Purple #E60EFF
Tints of Psychedelic Purple #E60EFF
RGB
CMYK
RGB Variations
Color information
#E60EFF (or 0xE60EFF) is known color: Psychedelic Purple. HEX triplet: E6, 0E and FF. RGB value is (230,14,255). Sum of RGB (Red+Green+Blue) = 230+14+255=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 14 (5.86% from 255 or 2.81% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #E60EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60EFF is #19F100. Grayscale: #696969. Windows color (decimal): -1700097 or 16715494. OLE color: 16715494.
HSL color Cylindrical-coordinate representation of color #E60EFF: hue angle of 293.78º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60EFF is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 14 | 255 | - |
| CMYK | 0.10 | 0.95 | 0 | 0 |
| HSL | 293.78º | 1% | 0.53% | - |
| HSV(B) | 293.78º | 0.95% | 1% | - |
| XYZ | 50.84 | 24.36 | 96.63 | - |
| YUV | 106.06 | 212.06 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 255 | 0.10 | 0.95 | 0 | 0 | 293.78 | 1 | 0.53 |
| Hex | E6 | E | FF | A | 5F | 0 | 0 | 126 | 64 | 35 |
| Octal | 346 | 16 | 377 | 12 | 137 | 0 | 0 | 446 | 144 | 65 |
| Binary | 11100110 | 1110 | 11111111 | 1010 | 1011111 | 0 | 0 | 100100110 | 1100100 | 110101 |
Color Harmonies of #E60EFF
Complementary color
Monochromatic Colors of #E60EFF
Black with #E60EFF
Text Example
Text Example
White with #E60EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EFF; }
p { color: rgb(230,14,255); }
H1.HeaderClassName
{
color: #E60EFF;
}
.AnyTagClassName
{
color: #E60EFF;
}
</style>
background-color css
<style>
a { background-color: #E60EFF; }
a { background-color: rgb(230,14,255); }
div.DivClassName
{
background-color: #E60EFF;
}
.BgClassName
{
background-color: #E60EFF;
}
</style>
border-color css
<style>
span { border-color: #E60EFF; }
span { border-color: rgb(230,14,255); }
td.TdClassName
{
border-color: #E60EFF;
}
.TagClassName
{
border-color: #E60EFF;
}
</style>