Shades of Psychedelic Purple #E811EC
Tints of Psychedelic Purple #E811EC
RGB
CMYK
RGB Variations
Color information
#E811EC (or 0xE811EC) is known color: Psychedelic Purple. HEX triplet: E8, 11 and EC. RGB value is (232,17,236). Sum of RGB (Red+Green+Blue) = 232+17+236=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #E811EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E811EC is #17EE13. Grayscale: #696969. Windows color (decimal): -1568276 or 15471080. OLE color: 15471080.
HSL color Cylindrical-coordinate representation of color #E811EC: hue angle of 298.9º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E811EC is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 17 | 236 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.07 |
| HSL | 298.9º | 0.87% | 0.5% | - |
| HSV(B) | 298.9º | 0.93% | 0.93% | - |
| XYZ | 48.62 | 23.61 | 81.35 | - |
| YUV | 106.25 | 201.23 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 236 | 0.02 | 0.93 | 0 | 0.07 | 298.9 | 0.87 | 0.5 |
| Hex | E8 | 11 | EC | 2 | 5D | 0 | 7 | 12B | 57 | 32 |
| Octal | 350 | 21 | 354 | 2 | 135 | 0 | 7 | 453 | 127 | 62 |
| Binary | 11101000 | 10001 | 11101100 | 10 | 1011101 | 0 | 111 | 100101011 | 1010111 | 110010 |
Color Harmonies of #E811EC
Complementary color
Monochromatic Colors of #E811EC
Black with #E811EC
Text Example
Text Example
White with #E811EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E811EC; }
p { color: rgb(232,17,236); }
H1.HeaderClassName
{
color: #E811EC;
}
.AnyTagClassName
{
color: #E811EC;
}
</style>
background-color css
<style>
a { background-color: #E811EC; }
a { background-color: rgb(232,17,236); }
div.DivClassName
{
background-color: #E811EC;
}
.BgClassName
{
background-color: #E811EC;
}
</style>
border-color css
<style>
span { border-color: #E811EC; }
span { border-color: rgb(232,17,236); }
td.TdClassName
{
border-color: #E811EC;
}
.TagClassName
{
border-color: #E811EC;
}
</style>