Shades of Psychedelic Purple #E620FA
Tints of Psychedelic Purple #E620FA
RGB
CMYK
RGB Variations
Color information
#E620FA (or 0xE620FA) is known color: Psychedelic Purple. HEX triplet: E6, 20 and FA. RGB value is (230,32,250). Sum of RGB (Red+Green+Blue) = 230+32+250=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 32 (12.89% from 255 or 6.25% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #E620FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E620FA is #19DF05. Grayscale: #737373. Windows color (decimal): -1695494 or 16392422. OLE color: 16392422.
HSL color Cylindrical-coordinate representation of color #E620FA: hue angle of 294.5º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E620FA is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 32 | 250 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.02 |
| HSL | 294.5º | 0.96% | 0.55% | - |
| HSV(B) | 294.5º | 0.87% | 0.98% | - |
| XYZ | 50.4 | 24.76 | 92.56 | - |
| YUV | 116.05 | 203.6 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 250 | 0.08 | 0.87 | 0 | 0.02 | 294.5 | 0.96 | 0.55 |
| Hex | E6 | 20 | FA | 8 | 57 | 0 | 2 | 126 | 60 | 37 |
| Octal | 346 | 40 | 372 | 10 | 127 | 0 | 2 | 446 | 140 | 67 |
| Binary | 11100110 | 100000 | 11111010 | 1000 | 1010111 | 0 | 10 | 100100110 | 1100000 | 110111 |
Color Harmonies of #E620FA
Complementary color
Monochromatic Colors of #E620FA
Black with #E620FA
Text Example
Text Example
White with #E620FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620FA; }
p { color: rgb(230,32,250); }
H1.HeaderClassName
{
color: #E620FA;
}
.AnyTagClassName
{
color: #E620FA;
}
</style>
background-color css
<style>
a { background-color: #E620FA; }
a { background-color: rgb(230,32,250); }
div.DivClassName
{
background-color: #E620FA;
}
.BgClassName
{
background-color: #E620FA;
}
</style>
border-color css
<style>
span { border-color: #E620FA; }
span { border-color: rgb(230,32,250); }
td.TdClassName
{
border-color: #E620FA;
}
.TagClassName
{
border-color: #E620FA;
}
</style>