Shades of Psychedelic Purple #E601FA
Tints of Psychedelic Purple #E601FA
RGB
CMYK
RGB Variations
Color information
#E601FA (or 0xE601FA) is known color: Psychedelic Purple. HEX triplet: E6, 01 and FA. RGB value is (230,1,250). Sum of RGB (Red+Green+Blue) = 230+1+250=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 1 (0.78% from 255 or 0.21% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #E601FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E601FA is #19FE05. Grayscale: #616161. Windows color (decimal): -1703430 or 16384486. OLE color: 16384486.
HSL color Cylindrical-coordinate representation of color #E601FA: hue angle of 295.18º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E601FA is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 1 | 250 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.02 |
| HSL | 295.18º | 0.99% | 0.49% | - |
| HSV(B) | 295.18º | 1% | 0.98% | - |
| XYZ | 49.9 | 23.75 | 92.4 | - |
| YUV | 97.86 | 213.87 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 250 | 0.08 | 1.00 | 0 | 0.02 | 295.18 | 0.99 | 0.49 |
| Hex | E6 | 1 | FA | 8 | 64 | 0 | 2 | 127 | 63 | 31 |
| Octal | 346 | 1 | 372 | 10 | 144 | 0 | 2 | 447 | 143 | 61 |
| Binary | 11100110 | 1 | 11111010 | 1000 | 1100100 | 0 | 10 | 100100111 | 1100011 | 110001 |
Color Harmonies of #E601FA
Complementary color
Monochromatic Colors of #E601FA
Black with #E601FA
Text Example
Text Example
White with #E601FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601FA; }
p { color: rgb(230,1,250); }
H1.HeaderClassName
{
color: #E601FA;
}
.AnyTagClassName
{
color: #E601FA;
}
</style>
background-color css
<style>
a { background-color: #E601FA; }
a { background-color: rgb(230,1,250); }
div.DivClassName
{
background-color: #E601FA;
}
.BgClassName
{
background-color: #E601FA;
}
</style>
border-color css
<style>
span { border-color: #E601FA; }
span { border-color: rgb(230,1,250); }
td.TdClassName
{
border-color: #E601FA;
}
.TagClassName
{
border-color: #E601FA;
}
</style>