Shades of Psychedelic Purple #E60FEA
Tints of Psychedelic Purple #E60FEA
RGB
CMYK
RGB Variations
Color information
#E60FEA (or 0xE60FEA) is known color: Psychedelic Purple. HEX triplet: E6, 0F and EA. RGB value is (230,15,234). Sum of RGB (Red+Green+Blue) = 230+15+234=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #E60FEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60FEA is #19F015. Grayscale: #676767. Windows color (decimal): -1699862 or 15339494. OLE color: 15339494.
HSL color Cylindrical-coordinate representation of color #E60FEA: hue angle of 298.9º degrees, saturation: 0.88, 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 #E60FEA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 15 | 234 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.08 |
| HSL | 298.9º | 0.88% | 0.49% | - |
| HSV(B) | 298.9º | 0.94% | 0.92% | - |
| XYZ | 47.66 | 23.11 | 79.79 | - |
| YUV | 104.25 | 201.23 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 234 | 0.02 | 0.94 | 0 | 0.08 | 298.9 | 0.88 | 0.49 |
| Hex | E6 | F | EA | 2 | 5E | 0 | 8 | 12B | 58 | 31 |
| Octal | 346 | 17 | 352 | 2 | 136 | 0 | 10 | 453 | 130 | 61 |
| Binary | 11100110 | 1111 | 11101010 | 10 | 1011110 | 0 | 1000 | 100101011 | 1011000 | 110001 |
Color Harmonies of #E60FEA
Complementary color
Monochromatic Colors of #E60FEA
Black with #E60FEA
Text Example
Text Example
White with #E60FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FEA; }
p { color: rgb(230,15,234); }
H1.HeaderClassName
{
color: #E60FEA;
}
.AnyTagClassName
{
color: #E60FEA;
}
</style>
background-color css
<style>
a { background-color: #E60FEA; }
a { background-color: rgb(230,15,234); }
div.DivClassName
{
background-color: #E60FEA;
}
.BgClassName
{
background-color: #E60FEA;
}
</style>
border-color css
<style>
span { border-color: #E60FEA; }
span { border-color: rgb(230,15,234); }
td.TdClassName
{
border-color: #E60FEA;
}
.TagClassName
{
border-color: #E60FEA;
}
</style>