Shades of Psychedelic Purple #E831FD
Tints of Psychedelic Purple #E831FD
RGB
CMYK
RGB Variations
Color information
#E831FD (or 0xE831FD) is known color: Psychedelic Purple. HEX triplet: E8, 31 and FD. RGB value is (232,49,253). Sum of RGB (Red+Green+Blue) = 232+49+253=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 49 (19.53% from 255 or 9.18% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #E831FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E831FD is #17CE02. Grayscale: #7E7E7E. Windows color (decimal): -1560067 or 16593384. OLE color: 16593384.
HSL color Cylindrical-coordinate representation of color #E831FD: hue angle of 293.82º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E831FD is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 49 | 253 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.01 |
| HSL | 293.82º | 0.98% | 0.59% | - |
| HSV(B) | 293.82º | 0.81% | 0.99% | - |
| XYZ | 52.11 | 26.44 | 95.29 | - |
| YUV | 126.97 | 199.13 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 253 | 0.08 | 0.81 | 0 | 0.01 | 293.82 | 0.98 | 0.59 |
| Hex | E8 | 31 | FD | 8 | 51 | 0 | 1 | 126 | 62 | 3B |
| Octal | 350 | 61 | 375 | 10 | 121 | 0 | 1 | 446 | 142 | 73 |
| Binary | 11101000 | 110001 | 11111101 | 1000 | 1010001 | 0 | 1 | 100100110 | 1100010 | 111011 |
Color Harmonies of #E831FD
Complementary color
Monochromatic Colors of #E831FD
Black with #E831FD
Text Example
Text Example
White with #E831FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E831FD; }
p { color: rgb(232,49,253); }
H1.HeaderClassName
{
color: #E831FD;
}
.AnyTagClassName
{
color: #E831FD;
}
</style>
background-color css
<style>
a { background-color: #E831FD; }
a { background-color: rgb(232,49,253); }
div.DivClassName
{
background-color: #E831FD;
}
.BgClassName
{
background-color: #E831FD;
}
</style>
border-color css
<style>
span { border-color: #E831FD; }
span { border-color: rgb(232,49,253); }
td.TdClassName
{
border-color: #E831FD;
}
.TagClassName
{
border-color: #E831FD;
}
</style>