Shades of Psychedelic Purple #E831FB
Tints of Psychedelic Purple #E831FB
RGB
CMYK
RGB Variations
Color information
#E831FB (or 0xE831FB) is known color: Psychedelic Purple. HEX triplet: E8, 31 and FB. RGB value is (232,49,251). Sum of RGB (Red+Green+Blue) = 232+49+251=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 49 (19.53% from 255 or 9.21% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #E831FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E831FB is #17CE04. Grayscale: #7E7E7E. Windows color (decimal): -1560069 or 16462312. OLE color: 16462312.
HSL color Cylindrical-coordinate representation of color #E831FB: hue angle of 294.36º degrees, saturation: 0.96, 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 #E831FB is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 49 | 251 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.02 |
| HSL | 294.36º | 0.96% | 0.59% | - |
| HSV(B) | 294.36º | 0.8% | 0.98% | - |
| XYZ | 51.79 | 26.32 | 93.62 | - |
| YUV | 126.75 | 198.13 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 251 | 0.08 | 0.80 | 0 | 0.02 | 294.36 | 0.96 | 0.59 |
| Hex | E8 | 31 | FB | 8 | 50 | 0 | 2 | 126 | 60 | 3B |
| Octal | 350 | 61 | 373 | 10 | 120 | 0 | 2 | 446 | 140 | 73 |
| Binary | 11101000 | 110001 | 11111011 | 1000 | 1010000 | 0 | 10 | 100100110 | 1100000 | 111011 |
Color Harmonies of #E831FB
Complementary color
Monochromatic Colors of #E831FB
Black with #E831FB
Text Example
Text Example
White with #E831FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E831FB; }
p { color: rgb(232,49,251); }
H1.HeaderClassName
{
color: #E831FB;
}
.AnyTagClassName
{
color: #E831FB;
}
</style>
background-color css
<style>
a { background-color: #E831FB; }
a { background-color: rgb(232,49,251); }
div.DivClassName
{
background-color: #E831FB;
}
.BgClassName
{
background-color: #E831FB;
}
</style>
border-color css
<style>
span { border-color: #E831FB; }
span { border-color: rgb(232,49,251); }
td.TdClassName
{
border-color: #E831FB;
}
.TagClassName
{
border-color: #E831FB;
}
</style>