Shades of Psychedelic Purple #E830FE
Tints of Psychedelic Purple #E830FE
RGB
CMYK
RGB Variations
Color information
#E830FE (or 0xE830FE) is known color: Psychedelic Purple. HEX triplet: E8, 30 and FE. RGB value is (232,48,254). Sum of RGB (Red+Green+Blue) = 232+48+254=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 48 (19.14% from 255 or 8.99% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #E830FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E830FE is #17CF01. Grayscale: #7D7D7D. Windows color (decimal): -1560322 or 16658664. OLE color: 16658664.
HSL color Cylindrical-coordinate representation of color #E830FE: hue angle of 293.59º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E830FE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 48 | 254 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.00 |
| HSL | 293.59º | 0.99% | 0.59% | - |
| HSV(B) | 293.59º | 0.81% | 1% | - |
| XYZ | 52.23 | 26.43 | 96.11 | - |
| YUV | 126.5 | 199.96 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 254 | 0.09 | 0.81 | 0 | 0.00 | 293.59 | 0.99 | 0.59 |
| Hex | E8 | 30 | FE | 9 | 51 | 0 | 0 | 126 | 63 | 3B |
| Octal | 350 | 60 | 376 | 11 | 121 | 0 | 0 | 446 | 143 | 73 |
| Binary | 11101000 | 110000 | 11111110 | 1001 | 1010001 | 0 | 0 | 100100110 | 1100011 | 111011 |
Color Harmonies of #E830FE
Complementary color
Monochromatic Colors of #E830FE
Black with #E830FE
Text Example
Text Example
White with #E830FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E830FE; }
p { color: rgb(232,48,254); }
H1.HeaderClassName
{
color: #E830FE;
}
.AnyTagClassName
{
color: #E830FE;
}
</style>
background-color css
<style>
a { background-color: #E830FE; }
a { background-color: rgb(232,48,254); }
div.DivClassName
{
background-color: #E830FE;
}
.BgClassName
{
background-color: #E830FE;
}
</style>
border-color css
<style>
span { border-color: #E830FE; }
span { border-color: rgb(232,48,254); }
td.TdClassName
{
border-color: #E830FE;
}
.TagClassName
{
border-color: #E830FE;
}
</style>