Shades of Psychedelic Purple #E60EF0
Tints of Psychedelic Purple #E60EF0
RGB
CMYK
RGB Variations
Color information
#E60EF0 (or 0xE60EF0) is known color: Psychedelic Purple. HEX triplet: E6, 0E and F0. RGB value is (230,14,240). Sum of RGB (Red+Green+Blue) = 230+14+240=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 14 (5.86% from 255 or 2.89% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #E60EF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60EF0 is #19F10F. Grayscale: #676767. Windows color (decimal): -1700112 or 15732454. OLE color: 15732454.
HSL color Cylindrical-coordinate representation of color #E60EF0: hue angle of 297.35º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60EF0 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 14 | 240 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.06 |
| HSL | 297.35º | 0.89% | 0.5% | - |
| HSV(B) | 297.35º | 0.94% | 0.94% | - |
| XYZ | 48.52 | 23.43 | 84.4 | - |
| YUV | 104.35 | 204.56 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 240 | 0.04 | 0.94 | 0 | 0.06 | 297.35 | 0.89 | 0.5 |
| Hex | E6 | E | F0 | 4 | 5E | 0 | 6 | 129 | 59 | 32 |
| Octal | 346 | 16 | 360 | 4 | 136 | 0 | 6 | 451 | 131 | 62 |
| Binary | 11100110 | 1110 | 11110000 | 100 | 1011110 | 0 | 110 | 100101001 | 1011001 | 110010 |
Color Harmonies of #E60EF0
Complementary color
Monochromatic Colors of #E60EF0
Black with #E60EF0
Text Example
Text Example
White with #E60EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EF0; }
p { color: rgb(230,14,240); }
H1.HeaderClassName
{
color: #E60EF0;
}
.AnyTagClassName
{
color: #E60EF0;
}
</style>
background-color css
<style>
a { background-color: #E60EF0; }
a { background-color: rgb(230,14,240); }
div.DivClassName
{
background-color: #E60EF0;
}
.BgClassName
{
background-color: #E60EF0;
}
</style>
border-color css
<style>
span { border-color: #E60EF0; }
span { border-color: rgb(230,14,240); }
td.TdClassName
{
border-color: #E60EF0;
}
.TagClassName
{
border-color: #E60EF0;
}
</style>