Shades of Psychedelic Purple #E511E9
Tints of Psychedelic Purple #E511E9
RGB
CMYK
RGB Variations
Color information
#E511E9 (or 0xE511E9) is known color: Psychedelic Purple. HEX triplet: E5, 11 and E9. RGB value is (229,17,233). Sum of RGB (Red+Green+Blue) = 229+17+233=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #E511E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511E9 is #1AEE16. Grayscale: #686868. Windows color (decimal): -1764887 or 15274469. OLE color: 15274469.
HSL color Cylindrical-coordinate representation of color #E511E9: hue angle of 298.89º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511E9 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 17 | 233 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.09 |
| HSL | 298.89º | 0.86% | 0.49% | - |
| HSV(B) | 298.89º | 0.93% | 0.91% | - |
| XYZ | 47.22 | 22.94 | 79.03 | - |
| YUV | 105.01 | 200.24 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 233 | 0.02 | 0.93 | 0 | 0.09 | 298.89 | 0.86 | 0.49 |
| Hex | E5 | 11 | E9 | 2 | 5D | 0 | 9 | 12B | 56 | 31 |
| Octal | 345 | 21 | 351 | 2 | 135 | 0 | 11 | 453 | 126 | 61 |
| Binary | 11100101 | 10001 | 11101001 | 10 | 1011101 | 0 | 1001 | 100101011 | 1010110 | 110001 |
Color Harmonies of #E511E9
Complementary color
Monochromatic Colors of #E511E9
Black with #E511E9
Text Example
Text Example
White with #E511E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511E9; }
p { color: rgb(229,17,233); }
H1.HeaderClassName
{
color: #E511E9;
}
.AnyTagClassName
{
color: #E511E9;
}
</style>
background-color css
<style>
a { background-color: #E511E9; }
a { background-color: rgb(229,17,233); }
div.DivClassName
{
background-color: #E511E9;
}
.BgClassName
{
background-color: #E511E9;
}
</style>
border-color css
<style>
span { border-color: #E511E9; }
span { border-color: rgb(229,17,233); }
td.TdClassName
{
border-color: #E511E9;
}
.TagClassName
{
border-color: #E511E9;
}
</style>