Shades of Psychedelic Purple #E62EF0
Tints of Psychedelic Purple #E62EF0
RGB
CMYK
RGB Variations
Color information
#E62EF0 (or 0xE62EF0) is known color: Psychedelic Purple. HEX triplet: E6, 2E and F0. RGB value is (230,46,240). Sum of RGB (Red+Green+Blue) = 230+46+240=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 46 (18.36% from 255 or 8.91% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #E62EF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62EF0 is #19D10F. Grayscale: #7A7A7A. Windows color (decimal): -1691920 or 15740646. OLE color: 15740646.
HSL color Cylindrical-coordinate representation of color #E62EF0: hue angle of 296.91º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62EF0 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 46 | 240 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.06 |
| HSL | 296.91º | 0.87% | 0.56% | - |
| HSV(B) | 296.91º | 0.81% | 0.94% | - |
| XYZ | 49.34 | 25.07 | 84.68 | - |
| YUV | 123.13 | 193.96 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 240 | 0.04 | 0.81 | 0 | 0.06 | 296.91 | 0.87 | 0.56 |
| Hex | E6 | 2E | F0 | 4 | 51 | 0 | 6 | 129 | 57 | 38 |
| Octal | 346 | 56 | 360 | 4 | 121 | 0 | 6 | 451 | 127 | 70 |
| Binary | 11100110 | 101110 | 11110000 | 100 | 1010001 | 0 | 110 | 100101001 | 1010111 | 111000 |
Color Harmonies of #E62EF0
Complementary color
Monochromatic Colors of #E62EF0
Black with #E62EF0
Text Example
Text Example
White with #E62EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62EF0; }
p { color: rgb(230,46,240); }
H1.HeaderClassName
{
color: #E62EF0;
}
.AnyTagClassName
{
color: #E62EF0;
}
</style>
background-color css
<style>
a { background-color: #E62EF0; }
a { background-color: rgb(230,46,240); }
div.DivClassName
{
background-color: #E62EF0;
}
.BgClassName
{
background-color: #E62EF0;
}
</style>
border-color css
<style>
span { border-color: #E62EF0; }
span { border-color: rgb(230,46,240); }
td.TdClassName
{
border-color: #E62EF0;
}
.TagClassName
{
border-color: #E62EF0;
}
</style>