Shades of Psychedelic Purple #E628FE
Tints of Psychedelic Purple #E628FE
RGB
CMYK
RGB Variations
Color information
#E628FE (or 0xE628FE) is known color: Psychedelic Purple. HEX triplet: E6, 28 and FE. RGB value is (230,40,254). Sum of RGB (Red+Green+Blue) = 230+40+254=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 40 (16.02% from 255 or 7.63% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #E628FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E628FE is #19D701. Grayscale: #787878. Windows color (decimal): -1693442 or 16656614. OLE color: 16656614.
HSL color Cylindrical-coordinate representation of color #E628FE: hue angle of 293.27º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E628FE is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 40 | 254 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.00 |
| HSL | 293.27º | 0.99% | 0.58% | - |
| HSV(B) | 293.27º | 0.84% | 1% | - |
| XYZ | 51.28 | 25.5 | 95.98 | - |
| YUV | 121.21 | 202.95 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 254 | 0.09 | 0.84 | 0 | 0.00 | 293.27 | 0.99 | 0.58 |
| Hex | E6 | 28 | FE | 9 | 54 | 0 | 0 | 125 | 63 | 3A |
| Octal | 346 | 50 | 376 | 11 | 124 | 0 | 0 | 445 | 143 | 72 |
| Binary | 11100110 | 101000 | 11111110 | 1001 | 1010100 | 0 | 0 | 100100101 | 1100011 | 111010 |
Color Harmonies of #E628FE
Complementary color
Monochromatic Colors of #E628FE
Black with #E628FE
Text Example
Text Example
White with #E628FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E628FE; }
p { color: rgb(230,40,254); }
H1.HeaderClassName
{
color: #E628FE;
}
.AnyTagClassName
{
color: #E628FE;
}
</style>
background-color css
<style>
a { background-color: #E628FE; }
a { background-color: rgb(230,40,254); }
div.DivClassName
{
background-color: #E628FE;
}
.BgClassName
{
background-color: #E628FE;
}
</style>
border-color css
<style>
span { border-color: #E628FE; }
span { border-color: rgb(230,40,254); }
td.TdClassName
{
border-color: #E628FE;
}
.TagClassName
{
border-color: #E628FE;
}
</style>