Shades of Psychedelic Purple #E811FA
Tints of Psychedelic Purple #E811FA
RGB
CMYK
RGB Variations
Color information
#E811FA (or 0xE811FA) is known color: Psychedelic Purple. HEX triplet: E8, 11 and FA. RGB value is (232,17,250). Sum of RGB (Red+Green+Blue) = 232+17+250=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 17 (7.03% from 255 or 3.41% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #E811FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E811FA is #17EE05. Grayscale: #6B6B6B. Windows color (decimal): -1568262 or 16388584. OLE color: 16388584.
HSL color Cylindrical-coordinate representation of color #E811FA: hue angle of 295.36º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E811FA is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 17 | 250 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.02 |
| HSL | 295.36º | 0.96% | 0.52% | - |
| HSV(B) | 295.36º | 0.93% | 0.98% | - |
| XYZ | 50.73 | 24.46 | 92.49 | - |
| YUV | 107.85 | 208.23 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 250 | 0.07 | 0.93 | 0 | 0.02 | 295.36 | 0.96 | 0.52 |
| Hex | E8 | 11 | FA | 7 | 5D | 0 | 2 | 127 | 60 | 34 |
| Octal | 350 | 21 | 372 | 7 | 135 | 0 | 2 | 447 | 140 | 64 |
| Binary | 11101000 | 10001 | 11111010 | 111 | 1011101 | 0 | 10 | 100100111 | 1100000 | 110100 |
Color Harmonies of #E811FA
Complementary color
Monochromatic Colors of #E811FA
Black with #E811FA
Text Example
Text Example
White with #E811FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E811FA; }
p { color: rgb(232,17,250); }
H1.HeaderClassName
{
color: #E811FA;
}
.AnyTagClassName
{
color: #E811FA;
}
</style>
background-color css
<style>
a { background-color: #E811FA; }
a { background-color: rgb(232,17,250); }
div.DivClassName
{
background-color: #E811FA;
}
.BgClassName
{
background-color: #E811FA;
}
</style>
border-color css
<style>
span { border-color: #E811FA; }
span { border-color: rgb(232,17,250); }
td.TdClassName
{
border-color: #E811FA;
}
.TagClassName
{
border-color: #E811FA;
}
</style>