Shades of Psychedelic Purple #E60FFA
Tints of Psychedelic Purple #E60FFA
RGB
CMYK
RGB Variations
Color information
#E60FFA (or 0xE60FFA) is known color: Psychedelic Purple. HEX triplet: E6, 0F and FA. RGB value is (230,15,250). Sum of RGB (Red+Green+Blue) = 230+15+250=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 15 (6.25% from 255 or 3.03% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #E60FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60FFA is #19F005. Grayscale: #696969. Windows color (decimal): -1699846 or 16388070. OLE color: 16388070.
HSL color Cylindrical-coordinate representation of color #E60FFA: hue angle of 294.89º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60FFA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 15 | 250 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.02 |
| HSL | 294.89º | 0.96% | 0.52% | - |
| HSV(B) | 294.89º | 0.94% | 0.98% | - |
| XYZ | 50.06 | 24.07 | 92.45 | - |
| YUV | 106.08 | 209.23 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 250 | 0.08 | 0.94 | 0 | 0.02 | 294.89 | 0.96 | 0.52 |
| Hex | E6 | F | FA | 8 | 5E | 0 | 2 | 127 | 60 | 34 |
| Octal | 346 | 17 | 372 | 10 | 136 | 0 | 2 | 447 | 140 | 64 |
| Binary | 11100110 | 1111 | 11111010 | 1000 | 1011110 | 0 | 10 | 100100111 | 1100000 | 110100 |
Color Harmonies of #E60FFA
Complementary color
Monochromatic Colors of #E60FFA
Black with #E60FFA
Text Example
Text Example
White with #E60FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FFA; }
p { color: rgb(230,15,250); }
H1.HeaderClassName
{
color: #E60FFA;
}
.AnyTagClassName
{
color: #E60FFA;
}
</style>
background-color css
<style>
a { background-color: #E60FFA; }
a { background-color: rgb(230,15,250); }
div.DivClassName
{
background-color: #E60FFA;
}
.BgClassName
{
background-color: #E60FFA;
}
</style>
border-color css
<style>
span { border-color: #E60FFA; }
span { border-color: rgb(230,15,250); }
td.TdClassName
{
border-color: #E60FFA;
}
.TagClassName
{
border-color: #E60FFA;
}
</style>