Shades of Psychedelic Purple #E810FE
Tints of Psychedelic Purple #E810FE
RGB
CMYK
RGB Variations
Color information
#E810FE (or 0xE810FE) is known color: Psychedelic Purple. HEX triplet: E8, 10 and FE. RGB value is (232,16,254). Sum of RGB (Red+Green+Blue) = 232+16+254=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 16 (6.64% from 255 or 3.19% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #E810FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E810FE is #17EF01. Grayscale: #6A6A6A. Windows color (decimal): -1568514 or 16650472. OLE color: 16650472.
HSL color Cylindrical-coordinate representation of color #E810FE: hue angle of 294.45º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E810FE is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 16 | 254 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.00 |
| HSL | 294.45º | 0.99% | 0.53% | - |
| HSV(B) | 294.45º | 0.94% | 1% | - |
| XYZ | 51.35 | 24.68 | 95.82 | - |
| YUV | 107.72 | 210.56 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 254 | 0.09 | 0.94 | 0 | 0.00 | 294.45 | 0.99 | 0.53 |
| Hex | E8 | 10 | FE | 9 | 5E | 0 | 0 | 126 | 63 | 35 |
| Octal | 350 | 20 | 376 | 11 | 136 | 0 | 0 | 446 | 143 | 65 |
| Binary | 11101000 | 10000 | 11111110 | 1001 | 1011110 | 0 | 0 | 100100110 | 1100011 | 110101 |
Color Harmonies of #E810FE
Complementary color
Monochromatic Colors of #E810FE
Black with #E810FE
Text Example
Text Example
White with #E810FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E810FE; }
p { color: rgb(232,16,254); }
H1.HeaderClassName
{
color: #E810FE;
}
.AnyTagClassName
{
color: #E810FE;
}
</style>
background-color css
<style>
a { background-color: #E810FE; }
a { background-color: rgb(232,16,254); }
div.DivClassName
{
background-color: #E810FE;
}
.BgClassName
{
background-color: #E810FE;
}
</style>
border-color css
<style>
span { border-color: #E810FE; }
span { border-color: rgb(232,16,254); }
td.TdClassName
{
border-color: #E810FE;
}
.TagClassName
{
border-color: #E810FE;
}
</style>