Shades of Psychedelic Purple #E620FF
Tints of Psychedelic Purple #E620FF
RGB
CMYK
RGB Variations
Color information
#E620FF (or 0xE620FF) is known color: Psychedelic Purple. HEX triplet: E6, 20 and FF. RGB value is (230,32,255). Sum of RGB (Red+Green+Blue) = 230+32+255=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 32 (12.89% from 255 or 6.19% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #E620FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E620FF is #19DF00. Grayscale: #737373. Windows color (decimal): -1695489 or 16720102. OLE color: 16720102.
HSL color Cylindrical-coordinate representation of color #E620FF: hue angle of 293.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E620FF is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 32 | 255 | - |
| CMYK | 0.10 | 0.87 | 0 | 0 |
| HSL | 293.27º | 1% | 0.56% | - |
| HSV(B) | 293.27º | 0.87% | 1% | - |
| XYZ | 51.2 | 25.08 | 96.75 | - |
| YUV | 116.62 | 206.1 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 255 | 0.10 | 0.87 | 0 | 0 | 293.27 | 1 | 0.56 |
| Hex | E6 | 20 | FF | A | 57 | 0 | 0 | 125 | 64 | 38 |
| Octal | 346 | 40 | 377 | 12 | 127 | 0 | 0 | 445 | 144 | 70 |
| Binary | 11100110 | 100000 | 11111111 | 1010 | 1010111 | 0 | 0 | 100100101 | 1100100 | 111000 |
Color Harmonies of #E620FF
Complementary color
Monochromatic Colors of #E620FF
Black with #E620FF
Text Example
Text Example
White with #E620FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620FF; }
p { color: rgb(230,32,255); }
H1.HeaderClassName
{
color: #E620FF;
}
.AnyTagClassName
{
color: #E620FF;
}
</style>
background-color css
<style>
a { background-color: #E620FF; }
a { background-color: rgb(230,32,255); }
div.DivClassName
{
background-color: #E620FF;
}
.BgClassName
{
background-color: #E620FF;
}
</style>
border-color css
<style>
span { border-color: #E620FF; }
span { border-color: rgb(230,32,255); }
td.TdClassName
{
border-color: #E620FF;
}
.TagClassName
{
border-color: #E620FF;
}
</style>