Shades of Psychedelic Purple #E823EA
Tints of Psychedelic Purple #E823EA
RGB
CMYK
RGB Variations
Color information
#E823EA (or 0xE823EA) is known color: Psychedelic Purple. HEX triplet: E8, 23 and EA. RGB value is (232,35,234). Sum of RGB (Red+Green+Blue) = 232+35+234=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 35 (14.06% from 255 or 6.99% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #E823EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E823EA is #17DC15. Grayscale: #737373. Windows color (decimal): -1563670 or 15344616. OLE color: 15344616.
HSL color Cylindrical-coordinate representation of color #E823EA: hue angle of 299.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E823EA is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 35 | 234 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.08 |
| HSL | 299.4º | 0.83% | 0.53% | - |
| HSV(B) | 299.4º | 0.85% | 0.92% | - |
| XYZ | 48.73 | 24.3 | 79.96 | - |
| YUV | 116.59 | 194.27 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 234 | 0.01 | 0.85 | 0 | 0.08 | 299.4 | 0.83 | 0.53 |
| Hex | E8 | 23 | EA | 1 | 55 | 0 | 8 | 12B | 53 | 35 |
| Octal | 350 | 43 | 352 | 1 | 125 | 0 | 10 | 453 | 123 | 65 |
| Binary | 11101000 | 100011 | 11101010 | 1 | 1010101 | 0 | 1000 | 100101011 | 1010011 | 110101 |
Color Harmonies of #E823EA
Complementary color
Monochromatic Colors of #E823EA
Black with #E823EA
Text Example
Text Example
White with #E823EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E823EA; }
p { color: rgb(232,35,234); }
H1.HeaderClassName
{
color: #E823EA;
}
.AnyTagClassName
{
color: #E823EA;
}
</style>
background-color css
<style>
a { background-color: #E823EA; }
a { background-color: rgb(232,35,234); }
div.DivClassName
{
background-color: #E823EA;
}
.BgClassName
{
background-color: #E823EA;
}
</style>
border-color css
<style>
span { border-color: #E823EA; }
span { border-color: rgb(232,35,234); }
td.TdClassName
{
border-color: #E823EA;
}
.TagClassName
{
border-color: #E823EA;
}
</style>