Shades of Psychedelic Purple #E60EED
Tints of Psychedelic Purple #E60EED
RGB
CMYK
RGB Variations
Color information
#E60EED (or 0xE60EED) is known color: Psychedelic Purple. HEX triplet: E6, 0E and ED. RGB value is (230,14,237). Sum of RGB (Red+Green+Blue) = 230+14+237=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #E60EED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60EED is #19F112. Grayscale: #676767. Windows color (decimal): -1700115 or 15535846. OLE color: 15535846.
HSL color Cylindrical-coordinate representation of color #E60EED: hue angle of 298.12º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60EED is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 14 | 237 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.07 |
| HSL | 298.12º | 0.89% | 0.49% | - |
| HSV(B) | 298.12º | 0.94% | 0.93% | - |
| XYZ | 48.08 | 23.25 | 82.07 | - |
| YUV | 104.01 | 203.06 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 237 | 0.03 | 0.94 | 0 | 0.07 | 298.12 | 0.89 | 0.49 |
| Hex | E6 | E | ED | 3 | 5E | 0 | 7 | 12A | 59 | 31 |
| Octal | 346 | 16 | 355 | 3 | 136 | 0 | 7 | 452 | 131 | 61 |
| Binary | 11100110 | 1110 | 11101101 | 11 | 1011110 | 0 | 111 | 100101010 | 1011001 | 110001 |
Color Harmonies of #E60EED
Complementary color
Monochromatic Colors of #E60EED
Black with #E60EED
Text Example
Text Example
White with #E60EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EED; }
p { color: rgb(230,14,237); }
H1.HeaderClassName
{
color: #E60EED;
}
.AnyTagClassName
{
color: #E60EED;
}
</style>
background-color css
<style>
a { background-color: #E60EED; }
a { background-color: rgb(230,14,237); }
div.DivClassName
{
background-color: #E60EED;
}
.BgClassName
{
background-color: #E60EED;
}
</style>
border-color css
<style>
span { border-color: #E60EED; }
span { border-color: rgb(230,14,237); }
td.TdClassName
{
border-color: #E60EED;
}
.TagClassName
{
border-color: #E60EED;
}
</style>