Shades of Psychedelic Purple #E511EF
Tints of Psychedelic Purple #E511EF
RGB
CMYK
RGB Variations
Color information
#E511EF (or 0xE511EF) is known color: Psychedelic Purple. HEX triplet: E5, 11 and EF. RGB value is (229,17,239). Sum of RGB (Red+Green+Blue) = 229+17+239=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #E511EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511EF is #1AEE10. Grayscale: #696969. Windows color (decimal): -1764881 or 15667685. OLE color: 15667685.
HSL color Cylindrical-coordinate representation of color #E511EF: hue angle of 297.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511EF is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 17 | 239 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.06 |
| HSL | 297.3º | 0.87% | 0.5% | - |
| HSV(B) | 297.3º | 0.93% | 0.94% | - |
| XYZ | 48.09 | 23.29 | 83.62 | - |
| YUV | 105.7 | 203.24 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 239 | 0.04 | 0.93 | 0 | 0.06 | 297.3 | 0.87 | 0.5 |
| Hex | E5 | 11 | EF | 4 | 5D | 0 | 6 | 129 | 57 | 32 |
| Octal | 345 | 21 | 357 | 4 | 135 | 0 | 6 | 451 | 127 | 62 |
| Binary | 11100101 | 10001 | 11101111 | 100 | 1011101 | 0 | 110 | 100101001 | 1010111 | 110010 |
Color Harmonies of #E511EF
Complementary color
Monochromatic Colors of #E511EF
Black with #E511EF
Text Example
Text Example
White with #E511EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511EF; }
p { color: rgb(229,17,239); }
H1.HeaderClassName
{
color: #E511EF;
}
.AnyTagClassName
{
color: #E511EF;
}
</style>
background-color css
<style>
a { background-color: #E511EF; }
a { background-color: rgb(229,17,239); }
div.DivClassName
{
background-color: #E511EF;
}
.BgClassName
{
background-color: #E511EF;
}
</style>
border-color css
<style>
span { border-color: #E511EF; }
span { border-color: rgb(229,17,239); }
td.TdClassName
{
border-color: #E511EF;
}
.TagClassName
{
border-color: #E511EF;
}
</style>