Shades of Psychedelic Purple #E829F8
Tints of Psychedelic Purple #E829F8
RGB
CMYK
RGB Variations
Color information
#E829F8 (or 0xE829F8) is known color: Psychedelic Purple. HEX triplet: E8, 29 and F8. RGB value is (232,41,248). Sum of RGB (Red+Green+Blue) = 232+41+248=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #E829F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E829F8 is #17D607. Grayscale: #797979. Windows color (decimal): -1562120 or 16263656. OLE color: 16263656.
HSL color Cylindrical-coordinate representation of color #E829F8: hue angle of 295.36º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E829F8 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 41 | 248 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.03 |
| HSL | 295.36º | 0.94% | 0.57% | - |
| HSV(B) | 295.36º | 0.83% | 0.97% | - |
| XYZ | 51.01 | 25.52 | 91.04 | - |
| YUV | 121.71 | 199.28 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 248 | 0.06 | 0.83 | 0 | 0.03 | 295.36 | 0.94 | 0.57 |
| Hex | E8 | 29 | F8 | 6 | 53 | 0 | 3 | 127 | 5E | 39 |
| Octal | 350 | 51 | 370 | 6 | 123 | 0 | 3 | 447 | 136 | 71 |
| Binary | 11101000 | 101001 | 11111000 | 110 | 1010011 | 0 | 11 | 100100111 | 1011110 | 111001 |
Color Harmonies of #E829F8
Complementary color
Monochromatic Colors of #E829F8
Black with #E829F8
Text Example
Text Example
White with #E829F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E829F8; }
p { color: rgb(232,41,248); }
H1.HeaderClassName
{
color: #E829F8;
}
.AnyTagClassName
{
color: #E829F8;
}
</style>
background-color css
<style>
a { background-color: #E829F8; }
a { background-color: rgb(232,41,248); }
div.DivClassName
{
background-color: #E829F8;
}
.BgClassName
{
background-color: #E829F8;
}
</style>
border-color css
<style>
span { border-color: #E829F8; }
span { border-color: rgb(232,41,248); }
td.TdClassName
{
border-color: #E829F8;
}
.TagClassName
{
border-color: #E829F8;
}
</style>