Shades of Psychedelic Purple #E828FC
Tints of Psychedelic Purple #E828FC
RGB
CMYK
RGB Variations
Color information
#E828FC (or 0xE828FC) is known color: Psychedelic Purple. HEX triplet: E8, 28 and FC. RGB value is (232,40,252). Sum of RGB (Red+Green+Blue) = 232+40+252=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 40 (16.02% from 255 or 7.63% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #E828FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E828FC is #17D703. Grayscale: #787878. Windows color (decimal): -1562372 or 16525544. OLE color: 16525544.
HSL color Cylindrical-coordinate representation of color #E828FC: hue angle of 294.34º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E828FC is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 40 | 252 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.01 |
| HSL | 294.34º | 0.97% | 0.57% | - |
| HSV(B) | 294.34º | 0.84% | 0.99% | - |
| XYZ | 51.61 | 25.7 | 94.34 | - |
| YUV | 121.58 | 201.61 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 252 | 0.08 | 0.84 | 0 | 0.01 | 294.34 | 0.97 | 0.57 |
| Hex | E8 | 28 | FC | 8 | 54 | 0 | 1 | 126 | 61 | 39 |
| Octal | 350 | 50 | 374 | 10 | 124 | 0 | 1 | 446 | 141 | 71 |
| Binary | 11101000 | 101000 | 11111100 | 1000 | 1010100 | 0 | 1 | 100100110 | 1100001 | 111001 |
Color Harmonies of #E828FC
Complementary color
Monochromatic Colors of #E828FC
Black with #E828FC
Text Example
Text Example
White with #E828FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E828FC; }
p { color: rgb(232,40,252); }
H1.HeaderClassName
{
color: #E828FC;
}
.AnyTagClassName
{
color: #E828FC;
}
</style>
background-color css
<style>
a { background-color: #E828FC; }
a { background-color: rgb(232,40,252); }
div.DivClassName
{
background-color: #E828FC;
}
.BgClassName
{
background-color: #E828FC;
}
</style>
border-color css
<style>
span { border-color: #E828FC; }
span { border-color: rgb(232,40,252); }
td.TdClassName
{
border-color: #E828FC;
}
.TagClassName
{
border-color: #E828FC;
}
</style>