Shades of Psychedelic Purple #E620FC
Tints of Psychedelic Purple #E620FC
RGB
CMYK
RGB Variations
Color information
#E620FC (or 0xE620FC) is known color: Psychedelic Purple. HEX triplet: E6, 20 and FC. RGB value is (230,32,252). Sum of RGB (Red+Green+Blue) = 230+32+252=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 32 (12.89% from 255 or 6.23% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #E620FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E620FC is #19DF03. Grayscale: #737373. Windows color (decimal): -1695492 or 16523494. OLE color: 16523494.
HSL color Cylindrical-coordinate representation of color #E620FC: hue angle of 294º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E620FC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 32 | 252 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.01 |
| HSL | 294º | 0.97% | 0.56% | - |
| HSV(B) | 294º | 0.87% | 0.99% | - |
| XYZ | 50.72 | 24.88 | 94.23 | - |
| YUV | 116.28 | 204.6 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 252 | 0.09 | 0.87 | 0 | 0.01 | 294 | 0.97 | 0.56 |
| Hex | E6 | 20 | FC | 9 | 57 | 0 | 1 | 126 | 61 | 38 |
| Octal | 346 | 40 | 374 | 11 | 127 | 0 | 1 | 446 | 141 | 70 |
| Binary | 11100110 | 100000 | 11111100 | 1001 | 1010111 | 0 | 1 | 100100110 | 1100001 | 111000 |
Color Harmonies of #E620FC
Complementary color
Monochromatic Colors of #E620FC
Black with #E620FC
Text Example
Text Example
White with #E620FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620FC; }
p { color: rgb(230,32,252); }
H1.HeaderClassName
{
color: #E620FC;
}
.AnyTagClassName
{
color: #E620FC;
}
</style>
background-color css
<style>
a { background-color: #E620FC; }
a { background-color: rgb(230,32,252); }
div.DivClassName
{
background-color: #E620FC;
}
.BgClassName
{
background-color: #E620FC;
}
</style>
border-color css
<style>
span { border-color: #E620FC; }
span { border-color: rgb(230,32,252); }
td.TdClassName
{
border-color: #E620FC;
}
.TagClassName
{
border-color: #E620FC;
}
</style>