Shades of Psychedelic Purple #E828FD
Tints of Psychedelic Purple #E828FD
RGB
CMYK
RGB Variations
Color information
#E828FD (or 0xE828FD) is known color: Psychedelic Purple. HEX triplet: E8, 28 and FD. RGB value is (232,40,253). Sum of RGB (Red+Green+Blue) = 232+40+253=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 40 (16.02% from 255 or 7.62% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #E828FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E828FD is #17D702. Grayscale: #797979. Windows color (decimal): -1562371 or 16591080. OLE color: 16591080.
HSL color Cylindrical-coordinate representation of color #E828FD: hue angle of 294.08º degrees, saturation: 0.98, 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 #E828FD is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 40 | 253 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.01 |
| HSL | 294.08º | 0.98% | 0.57% | - |
| HSV(B) | 294.08º | 0.84% | 0.99% | - |
| XYZ | 51.77 | 25.77 | 95.17 | - |
| YUV | 121.69 | 202.11 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 253 | 0.08 | 0.84 | 0 | 0.01 | 294.08 | 0.98 | 0.57 |
| Hex | E8 | 28 | FD | 8 | 54 | 0 | 1 | 126 | 62 | 39 |
| Octal | 350 | 50 | 375 | 10 | 124 | 0 | 1 | 446 | 142 | 71 |
| Binary | 11101000 | 101000 | 11111101 | 1000 | 1010100 | 0 | 1 | 100100110 | 1100010 | 111001 |
Color Harmonies of #E828FD
Complementary color
Monochromatic Colors of #E828FD
Black with #E828FD
Text Example
Text Example
White with #E828FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E828FD; }
p { color: rgb(232,40,253); }
H1.HeaderClassName
{
color: #E828FD;
}
.AnyTagClassName
{
color: #E828FD;
}
</style>
background-color css
<style>
a { background-color: #E828FD; }
a { background-color: rgb(232,40,253); }
div.DivClassName
{
background-color: #E828FD;
}
.BgClassName
{
background-color: #E828FD;
}
</style>
border-color css
<style>
span { border-color: #E828FD; }
span { border-color: rgb(232,40,253); }
td.TdClassName
{
border-color: #E828FD;
}
.TagClassName
{
border-color: #E828FD;
}
</style>