Shades of Psychedelic Purple #E601F9
Tints of Psychedelic Purple #E601F9
RGB
CMYK
RGB Variations
Color information
#E601F9 (or 0xE601F9) is known color: Psychedelic Purple. HEX triplet: E6, 01 and F9. RGB value is (230,1,249). Sum of RGB (Red+Green+Blue) = 230+1+249=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 1 (0.78% from 255 or 0.21% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #E601F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E601F9 is #19FE06. Grayscale: #606060. Windows color (decimal): -1703431 or 16318950. OLE color: 16318950.
HSL color Cylindrical-coordinate representation of color #E601F9: hue angle of 295.4º 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 #E601F9 is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 1 | 249 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.02 |
| HSL | 295.4º | 0.99% | 0.49% | - |
| HSV(B) | 295.4º | 1% | 0.98% | - |
| XYZ | 49.74 | 23.68 | 91.57 | - |
| YUV | 97.74 | 213.37 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 249 | 0.08 | 1.00 | 0 | 0.02 | 295.4 | 0.99 | 0.49 |
| Hex | E6 | 1 | F9 | 8 | 64 | 0 | 2 | 127 | 63 | 31 |
| Octal | 346 | 1 | 371 | 10 | 144 | 0 | 2 | 447 | 143 | 61 |
| Binary | 11100110 | 1 | 11111001 | 1000 | 1100100 | 0 | 10 | 100100111 | 1100011 | 110001 |
Color Harmonies of #E601F9
Complementary color
Monochromatic Colors of #E601F9
Black with #E601F9
Text Example
Text Example
White with #E601F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601F9; }
p { color: rgb(230,1,249); }
H1.HeaderClassName
{
color: #E601F9;
}
.AnyTagClassName
{
color: #E601F9;
}
</style>
background-color css
<style>
a { background-color: #E601F9; }
a { background-color: rgb(230,1,249); }
div.DivClassName
{
background-color: #E601F9;
}
.BgClassName
{
background-color: #E601F9;
}
</style>
border-color css
<style>
span { border-color: #E601F9; }
span { border-color: rgb(230,1,249); }
td.TdClassName
{
border-color: #E601F9;
}
.TagClassName
{
border-color: #E601F9;
}
</style>