Shades of Psychedelic Purple #E932FC
Tints of Psychedelic Purple #E932FC
RGB
CMYK
RGB Variations
Color information
#E932FC (or 0xE932FC) is known color: Psychedelic Purple. HEX triplet: E9, 32 and FC. RGB value is (233,50,252). Sum of RGB (Red+Green+Blue) = 233+50+252=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 50 (19.92% from 255 or 9.35% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #E932FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E932FC is #16CD03. Grayscale: #7F7F7F. Windows color (decimal): -1494276 or 16528105. OLE color: 16528105.
HSL color Cylindrical-coordinate representation of color #E932FC: hue angle of 294.36º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E932FC is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 50 | 252 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.01 |
| HSL | 294.36º | 0.97% | 0.59% | - |
| HSV(B) | 294.36º | 0.8% | 0.99% | - |
| XYZ | 52.32 | 26.63 | 94.48 | - |
| YUV | 127.75 | 198.13 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 252 | 0.08 | 0.80 | 0 | 0.01 | 294.36 | 0.97 | 0.59 |
| Hex | E9 | 32 | FC | 8 | 50 | 0 | 1 | 126 | 61 | 3B |
| Octal | 351 | 62 | 374 | 10 | 120 | 0 | 1 | 446 | 141 | 73 |
| Binary | 11101001 | 110010 | 11111100 | 1000 | 1010000 | 0 | 1 | 100100110 | 1100001 | 111011 |
Color Harmonies of #E932FC
Complementary color
Monochromatic Colors of #E932FC
Black with #E932FC
Text Example
Text Example
White with #E932FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E932FC; }
p { color: rgb(233,50,252); }
H1.HeaderClassName
{
color: #E932FC;
}
.AnyTagClassName
{
color: #E932FC;
}
</style>
background-color css
<style>
a { background-color: #E932FC; }
a { background-color: rgb(233,50,252); }
div.DivClassName
{
background-color: #E932FC;
}
.BgClassName
{
background-color: #E932FC;
}
</style>
border-color css
<style>
span { border-color: #E932FC; }
span { border-color: rgb(233,50,252); }
td.TdClassName
{
border-color: #E932FC;
}
.TagClassName
{
border-color: #E932FC;
}
</style>