Shades of Psychedelic Purple #E811FF
Tints of Psychedelic Purple #E811FF
RGB
CMYK
RGB Variations
Color information
#E811FF (or 0xE811FF) is known color: Psychedelic Purple. HEX triplet: E8, 11 and FF. RGB value is (232,17,255). Sum of RGB (Red+Green+Blue) = 232+17+255=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 17 (7.03% from 255 or 3.37% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #E811FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E811FF is #17EE00. Grayscale: #6B6B6B. Windows color (decimal): -1568257 or 16716264. OLE color: 16716264.
HSL color Cylindrical-coordinate representation of color #E811FF: hue angle of 294.2º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E811FF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 17 | 255 | - |
| CMYK | 0.09 | 0.93 | 0 | 0 |
| HSL | 294.2º | 1% | 0.53% | - |
| HSV(B) | 294.2º | 0.93% | 1% | - |
| XYZ | 51.53 | 24.78 | 96.67 | - |
| YUV | 108.42 | 210.73 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 255 | 0.09 | 0.93 | 0 | 0 | 294.2 | 1 | 0.53 |
| Hex | E8 | 11 | FF | 9 | 5D | 0 | 0 | 126 | 64 | 35 |
| Octal | 350 | 21 | 377 | 11 | 135 | 0 | 0 | 446 | 144 | 65 |
| Binary | 11101000 | 10001 | 11111111 | 1001 | 1011101 | 0 | 0 | 100100110 | 1100100 | 110101 |
Color Harmonies of #E811FF
Complementary color
Monochromatic Colors of #E811FF
Black with #E811FF
Text Example
Text Example
White with #E811FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E811FF; }
p { color: rgb(232,17,255); }
H1.HeaderClassName
{
color: #E811FF;
}
.AnyTagClassName
{
color: #E811FF;
}
</style>
background-color css
<style>
a { background-color: #E811FF; }
a { background-color: rgb(232,17,255); }
div.DivClassName
{
background-color: #E811FF;
}
.BgClassName
{
background-color: #E811FF;
}
</style>
border-color css
<style>
span { border-color: #E811FF; }
span { border-color: rgb(232,17,255); }
td.TdClassName
{
border-color: #E811FF;
}
.TagClassName
{
border-color: #E811FF;
}
</style>