Shades of Psychedelic Purple #E623FE
Tints of Psychedelic Purple #E623FE
RGB
CMYK
RGB Variations
Color information
#E623FE (or 0xE623FE) is known color: Psychedelic Purple. HEX triplet: E6, 23 and FE. RGB value is (230,35,254). Sum of RGB (Red+Green+Blue) = 230+35+254=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 35 (14.06% from 255 or 6.74% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #E623FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E623FE is #19DC01. Grayscale: #757575. Windows color (decimal): -1694722 or 16655334. OLE color: 16655334.
HSL color Cylindrical-coordinate representation of color #E623FE: hue angle of 293.42º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E623FE is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 35 | 254 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.00 |
| HSL | 293.42º | 0.99% | 0.57% | - |
| HSV(B) | 293.42º | 0.86% | 1% | - |
| XYZ | 51.12 | 25.18 | 95.93 | - |
| YUV | 118.27 | 204.6 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 254 | 0.09 | 0.86 | 0 | 0.00 | 293.42 | 0.99 | 0.57 |
| Hex | E6 | 23 | FE | 9 | 56 | 0 | 0 | 125 | 63 | 39 |
| Octal | 346 | 43 | 376 | 11 | 126 | 0 | 0 | 445 | 143 | 71 |
| Binary | 11100110 | 100011 | 11111110 | 1001 | 1010110 | 0 | 0 | 100100101 | 1100011 | 111001 |
Color Harmonies of #E623FE
Complementary color
Monochromatic Colors of #E623FE
Black with #E623FE
Text Example
Text Example
White with #E623FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E623FE; }
p { color: rgb(230,35,254); }
H1.HeaderClassName
{
color: #E623FE;
}
.AnyTagClassName
{
color: #E623FE;
}
</style>
background-color css
<style>
a { background-color: #E623FE; }
a { background-color: rgb(230,35,254); }
div.DivClassName
{
background-color: #E623FE;
}
.BgClassName
{
background-color: #E623FE;
}
</style>
border-color css
<style>
span { border-color: #E623FE; }
span { border-color: rgb(230,35,254); }
td.TdClassName
{
border-color: #E623FE;
}
.TagClassName
{
border-color: #E623FE;
}
</style>