Shades of Psychedelic Purple #E834FA
Tints of Psychedelic Purple #E834FA
RGB
CMYK
RGB Variations
Color information
#E834FA (or 0xE834FA) is known color: Psychedelic Purple. HEX triplet: E8, 34 and FA. RGB value is (232,52,250). Sum of RGB (Red+Green+Blue) = 232+52+250=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 52 (20.70% from 255 or 9.74% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #E834FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E834FA is #17CB05. Grayscale: #7F7F7F. Windows color (decimal): -1559302 or 16397544. OLE color: 16397544.
HSL color Cylindrical-coordinate representation of color #E834FA: hue angle of 294.55º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E834FA is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 52 | 250 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.02 |
| HSL | 294.55º | 0.95% | 0.59% | - |
| HSV(B) | 294.55º | 0.79% | 0.98% | - |
| XYZ | 51.76 | 26.51 | 92.83 | - |
| YUV | 128.39 | 196.63 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 250 | 0.07 | 0.79 | 0 | 0.02 | 294.55 | 0.95 | 0.59 |
| Hex | E8 | 34 | FA | 7 | 4F | 0 | 2 | 127 | 5F | 3B |
| Octal | 350 | 64 | 372 | 7 | 117 | 0 | 2 | 447 | 137 | 73 |
| Binary | 11101000 | 110100 | 11111010 | 111 | 1001111 | 0 | 10 | 100100111 | 1011111 | 111011 |
Color Harmonies of #E834FA
Complementary color
Monochromatic Colors of #E834FA
Black with #E834FA
Text Example
Text Example
White with #E834FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E834FA; }
p { color: rgb(232,52,250); }
H1.HeaderClassName
{
color: #E834FA;
}
.AnyTagClassName
{
color: #E834FA;
}
</style>
background-color css
<style>
a { background-color: #E834FA; }
a { background-color: rgb(232,52,250); }
div.DivClassName
{
background-color: #E834FA;
}
.BgClassName
{
background-color: #E834FA;
}
</style>
border-color css
<style>
span { border-color: #E834FA; }
span { border-color: rgb(232,52,250); }
td.TdClassName
{
border-color: #E834FA;
}
.TagClassName
{
border-color: #E834FA;
}
</style>