Shades of Psychedelic Purple #E828FF
Tints of Psychedelic Purple #E828FF
RGB
CMYK
RGB Variations
Color information
#E828FF (or 0xE828FF) is known color: Psychedelic Purple. HEX triplet: E8, 28 and FF. RGB value is (232,40,255). Sum of RGB (Red+Green+Blue) = 232+40+255=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 40 (16.02% from 255 or 7.59% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #E828FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E828FF is #17D700. Grayscale: #797979. Windows color (decimal): -1562369 or 16722152. OLE color: 16722152.
HSL color Cylindrical-coordinate representation of color #E828FF: hue angle of 293.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E828FF is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 40 | 255 | - |
| CMYK | 0.09 | 0.84 | 0 | 0 |
| HSL | 293.58º | 1% | 0.58% | - |
| HSV(B) | 293.58º | 0.84% | 1% | - |
| XYZ | 52.09 | 25.89 | 96.86 | - |
| YUV | 121.92 | 203.11 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 255 | 0.09 | 0.84 | 0 | 0 | 293.58 | 1 | 0.58 |
| Hex | E8 | 28 | FF | 9 | 54 | 0 | 0 | 126 | 64 | 3A |
| Octal | 350 | 50 | 377 | 11 | 124 | 0 | 0 | 446 | 144 | 72 |
| Binary | 11101000 | 101000 | 11111111 | 1001 | 1010100 | 0 | 0 | 100100110 | 1100100 | 111010 |
Color Harmonies of #E828FF
Complementary color
Monochromatic Colors of #E828FF
Black with #E828FF
Text Example
Text Example
White with #E828FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E828FF; }
p { color: rgb(232,40,255); }
H1.HeaderClassName
{
color: #E828FF;
}
.AnyTagClassName
{
color: #E828FF;
}
</style>
background-color css
<style>
a { background-color: #E828FF; }
a { background-color: rgb(232,40,255); }
div.DivClassName
{
background-color: #E828FF;
}
.BgClassName
{
background-color: #E828FF;
}
</style>
border-color css
<style>
span { border-color: #E828FF; }
span { border-color: rgb(232,40,255); }
td.TdClassName
{
border-color: #E828FF;
}
.TagClassName
{
border-color: #E828FF;
}
</style>