Shades of Psychedelic Purple #E60EEA
Tints of Psychedelic Purple #E60EEA
RGB
CMYK
RGB Variations
Color information
#E60EEA (or 0xE60EEA) is known color: Psychedelic Purple. HEX triplet: E6, 0E and EA. RGB value is (230,14,234). Sum of RGB (Red+Green+Blue) = 230+14+234=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #E60EEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60EEA is #19F115. Grayscale: #676767. Windows color (decimal): -1700118 or 15339238. OLE color: 15339238.
HSL color Cylindrical-coordinate representation of color #E60EEA: hue angle of 298.91º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60EEA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 14 | 234 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.08 |
| HSL | 298.91º | 0.89% | 0.49% | - |
| HSV(B) | 298.91º | 0.94% | 0.92% | - |
| XYZ | 47.64 | 23.08 | 79.79 | - |
| YUV | 103.66 | 201.56 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 234 | 0.02 | 0.94 | 0 | 0.08 | 298.91 | 0.89 | 0.49 |
| Hex | E6 | E | EA | 2 | 5E | 0 | 8 | 12B | 59 | 31 |
| Octal | 346 | 16 | 352 | 2 | 136 | 0 | 10 | 453 | 131 | 61 |
| Binary | 11100110 | 1110 | 11101010 | 10 | 1011110 | 0 | 1000 | 100101011 | 1011001 | 110001 |
Color Harmonies of #E60EEA
Complementary color
Monochromatic Colors of #E60EEA
Black with #E60EEA
Text Example
Text Example
White with #E60EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EEA; }
p { color: rgb(230,14,234); }
H1.HeaderClassName
{
color: #E60EEA;
}
.AnyTagClassName
{
color: #E60EEA;
}
</style>
background-color css
<style>
a { background-color: #E60EEA; }
a { background-color: rgb(230,14,234); }
div.DivClassName
{
background-color: #E60EEA;
}
.BgClassName
{
background-color: #E60EEA;
}
</style>
border-color css
<style>
span { border-color: #E60EEA; }
span { border-color: rgb(230,14,234); }
td.TdClassName
{
border-color: #E60EEA;
}
.TagClassName
{
border-color: #E60EEA;
}
</style>