Shades of Psychedelic Purple #E824E9
Tints of Psychedelic Purple #E824E9
RGB
CMYK
RGB Variations
Color information
#E824E9 (or 0xE824E9) is known color: Psychedelic Purple. HEX triplet: E8, 24 and E9. RGB value is (232,36,233). Sum of RGB (Red+Green+Blue) = 232+36+233=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 36 (14.45% from 255 or 7.19% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #E824E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E824E9 is #17DB16. Grayscale: #747474. Windows color (decimal): -1563415 or 15279336. OLE color: 15279336.
HSL color Cylindrical-coordinate representation of color #E824E9: hue angle of 299.7º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E824E9 is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 233 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.09 |
| HSL | 299.7º | 0.82% | 0.53% | - |
| HSV(B) | 299.7º | 0.85% | 0.91% | - |
| XYZ | 48.62 | 24.3 | 79.22 | - |
| YUV | 117.06 | 193.43 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 233 | 0.00 | 0.85 | 0 | 0.09 | 299.7 | 0.82 | 0.53 |
| Hex | E8 | 24 | E9 | 0 | 55 | 0 | 9 | 12C | 52 | 35 |
| Octal | 350 | 44 | 351 | 0 | 125 | 0 | 11 | 454 | 122 | 65 |
| Binary | 11101000 | 100100 | 11101001 | 0 | 1010101 | 0 | 1001 | 100101100 | 1010010 | 110101 |
Color Harmonies of #E824E9
Complementary color
Monochromatic Colors of #E824E9
Black with #E824E9
Text Example
Text Example
White with #E824E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E824E9; }
p { color: rgb(232,36,233); }
H1.HeaderClassName
{
color: #E824E9;
}
.AnyTagClassName
{
color: #E824E9;
}
</style>
background-color css
<style>
a { background-color: #E824E9; }
a { background-color: rgb(232,36,233); }
div.DivClassName
{
background-color: #E824E9;
}
.BgClassName
{
background-color: #E824E9;
}
</style>
border-color css
<style>
span { border-color: #E824E9; }
span { border-color: rgb(232,36,233); }
td.TdClassName
{
border-color: #E824E9;
}
.TagClassName
{
border-color: #E824E9;
}
</style>