Shades of Psychedelic Purple #E819E4
Tints of Psychedelic Purple #E819E4
RGB
CMYK
RGB Variations
Color information
#E819E4 (or 0xE819E4) is known color: Psychedelic Purple. HEX triplet: E8, 19 and E4. RGB value is (232,25,228). Sum of RGB (Red+Green+Blue) = 232+25+228=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E819E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819E4 is #17E61B. Grayscale: #6D6D6D. Windows color (decimal): -1566236 or 14948840. OLE color: 14948840.
HSL color Cylindrical-coordinate representation of color #E819E4: hue angle of 301.16º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E819E4 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 228 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.09 |
| HSL | 301.16º | 0.82% | 0.5% | - |
| HSV(B) | 301.16º | 0.89% | 0.91% | - |
| XYZ | 47.63 | 23.45 | 75.42 | - |
| YUV | 110.04 | 194.58 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 228 | 0 | 0.89 | 0.02 | 0.09 | 301.16 | 0.82 | 0.5 |
| Hex | E8 | 19 | E4 | 0 | 59 | 2 | 9 | 12D | 52 | 32 |
| Octal | 350 | 31 | 344 | 0 | 131 | 2 | 11 | 455 | 122 | 62 |
| Binary | 11101000 | 11001 | 11100100 | 0 | 1011001 | 10 | 1001 | 100101101 | 1010010 | 110010 |
Color Harmonies of #E819E4
Complementary color
Monochromatic Colors of #E819E4
Black with #E819E4
Text Example
Text Example
White with #E819E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819E4; }
p { color: rgb(232,25,228); }
H1.HeaderClassName
{
color: #E819E4;
}
.AnyTagClassName
{
color: #E819E4;
}
</style>
background-color css
<style>
a { background-color: #E819E4; }
a { background-color: rgb(232,25,228); }
div.DivClassName
{
background-color: #E819E4;
}
.BgClassName
{
background-color: #E819E4;
}
</style>
border-color css
<style>
span { border-color: #E819E4; }
span { border-color: rgb(232,25,228); }
td.TdClassName
{
border-color: #E819E4;
}
.TagClassName
{
border-color: #E819E4;
}
</style>