Shades of Psychedelic Purple #E932FA
Tints of Psychedelic Purple #E932FA
RGB
CMYK
RGB Variations
Color information
#E932FA (or 0xE932FA) is known color: Psychedelic Purple. HEX triplet: E9, 32 and FA. RGB value is (233,50,250). Sum of RGB (Red+Green+Blue) = 233+50+250=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 50 (19.92% from 255 or 9.38% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #E932FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E932FA is #16CD05. Grayscale: #7E7E7E. Windows color (decimal): -1494278 or 16397033. OLE color: 16397033.
HSL color Cylindrical-coordinate representation of color #E932FA: hue angle of 294.9º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E932FA is Cyan = 0.07, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 50 | 250 | - |
| CMYK | 0.07 | 0.8 | 0 | 0.02 |
| HSL | 294.9º | 0.95% | 0.59% | - |
| HSV(B) | 294.9º | 0.8% | 0.98% | - |
| XYZ | 52 | 26.51 | 92.82 | - |
| YUV | 127.52 | 197.13 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 250 | 0.07 | 0.8 | 0 | 0.02 | 294.9 | 0.95 | 0.59 |
| Hex | E9 | 32 | FA | 7 | 50 | 0 | 2 | 127 | 5F | 3B |
| Octal | 351 | 62 | 372 | 7 | 120 | 0 | 2 | 447 | 137 | 73 |
| Binary | 11101001 | 110010 | 11111010 | 111 | 1010000 | 0 | 10 | 100100111 | 1011111 | 111011 |
Color Harmonies of #E932FA
Complementary color
Monochromatic Colors of #E932FA
Black with #E932FA
Text Example
Text Example
White with #E932FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E932FA; }
p { color: rgb(233,50,250); }
H1.HeaderClassName
{
color: #E932FA;
}
.AnyTagClassName
{
color: #E932FA;
}
</style>
background-color css
<style>
a { background-color: #E932FA; }
a { background-color: rgb(233,50,250); }
div.DivClassName
{
background-color: #E932FA;
}
.BgClassName
{
background-color: #E932FA;
}
</style>
border-color css
<style>
span { border-color: #E932FA; }
span { border-color: rgb(233,50,250); }
td.TdClassName
{
border-color: #E932FA;
}
.TagClassName
{
border-color: #E932FA;
}
</style>