Shades of Psychedelic Purple #E620F0
Tints of Psychedelic Purple #E620F0
RGB
CMYK
RGB Variations
Color information
#E620F0 (or 0xE620F0) is known color: Psychedelic Purple. HEX triplet: E6, 20 and F0. RGB value is (230,32,240). Sum of RGB (Red+Green+Blue) = 230+32+240=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #E620F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E620F0 is #19DF0F. Grayscale: #727272. Windows color (decimal): -1695504 or 15737062. OLE color: 15737062.
HSL color Cylindrical-coordinate representation of color #E620F0: hue angle of 297.12º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E620F0 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 32 | 240 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.06 |
| HSL | 297.12º | 0.87% | 0.53% | - |
| HSV(B) | 297.12º | 0.87% | 0.94% | - |
| XYZ | 48.88 | 24.15 | 84.52 | - |
| YUV | 114.91 | 198.6 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 240 | 0.04 | 0.87 | 0 | 0.06 | 297.12 | 0.87 | 0.53 |
| Hex | E6 | 20 | F0 | 4 | 57 | 0 | 6 | 129 | 57 | 35 |
| Octal | 346 | 40 | 360 | 4 | 127 | 0 | 6 | 451 | 127 | 65 |
| Binary | 11100110 | 100000 | 11110000 | 100 | 1010111 | 0 | 110 | 100101001 | 1010111 | 110101 |
Color Harmonies of #E620F0
Complementary color
Monochromatic Colors of #E620F0
Black with #E620F0
Text Example
Text Example
White with #E620F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620F0; }
p { color: rgb(230,32,240); }
H1.HeaderClassName
{
color: #E620F0;
}
.AnyTagClassName
{
color: #E620F0;
}
</style>
background-color css
<style>
a { background-color: #E620F0; }
a { background-color: rgb(230,32,240); }
div.DivClassName
{
background-color: #E620F0;
}
.BgClassName
{
background-color: #E620F0;
}
</style>
border-color css
<style>
span { border-color: #E620F0; }
span { border-color: rgb(230,32,240); }
td.TdClassName
{
border-color: #E620F0;
}
.TagClassName
{
border-color: #E620F0;
}
</style>