Shades of Psychedelic Purple #E620FE
Tints of Psychedelic Purple #E620FE
RGB
CMYK
RGB Variations
Color information
#E620FE (or 0xE620FE) is known color: Psychedelic Purple. HEX triplet: E6, 20 and FE. RGB value is (230,32,254). Sum of RGB (Red+Green+Blue) = 230+32+254=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 32 (12.89% from 255 or 6.20% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #E620FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E620FE is #19DF01. Grayscale: #737373. Windows color (decimal): -1695490 or 16654566. OLE color: 16654566.
HSL color Cylindrical-coordinate representation of color #E620FE: hue angle of 293.51º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E620FE is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 32 | 254 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.00 |
| HSL | 293.51º | 0.99% | 0.56% | - |
| HSV(B) | 293.51º | 0.87% | 1% | - |
| XYZ | 51.04 | 25.01 | 95.9 | - |
| YUV | 116.51 | 205.6 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 254 | 0.09 | 0.87 | 0 | 0.00 | 293.51 | 0.99 | 0.56 |
| Hex | E6 | 20 | FE | 9 | 57 | 0 | 0 | 126 | 63 | 38 |
| Octal | 346 | 40 | 376 | 11 | 127 | 0 | 0 | 446 | 143 | 70 |
| Binary | 11100110 | 100000 | 11111110 | 1001 | 1010111 | 0 | 0 | 100100110 | 1100011 | 111000 |
Color Harmonies of #E620FE
Complementary color
Monochromatic Colors of #E620FE
Black with #E620FE
Text Example
Text Example
White with #E620FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620FE; }
p { color: rgb(230,32,254); }
H1.HeaderClassName
{
color: #E620FE;
}
.AnyTagClassName
{
color: #E620FE;
}
</style>
background-color css
<style>
a { background-color: #E620FE; }
a { background-color: rgb(230,32,254); }
div.DivClassName
{
background-color: #E620FE;
}
.BgClassName
{
background-color: #E620FE;
}
</style>
border-color css
<style>
span { border-color: #E620FE; }
span { border-color: rgb(230,32,254); }
td.TdClassName
{
border-color: #E620FE;
}
.TagClassName
{
border-color: #E620FE;
}
</style>