Shades of Psychedelic Purple #E517E5
Tints of Psychedelic Purple #E517E5
RGB
CMYK
RGB Variations
Color information
#E517E5 (or 0xE517E5) is known color: Psychedelic Purple. HEX triplet: E5, 17 and E5. RGB value is (229,23,229). Sum of RGB (Red+Green+Blue) = 229+23+229=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 23 (9.38% from 255 or 4.78% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E517E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E517E5 is #1AE81A. Grayscale: #6B6B6B. Windows color (decimal): -1763355 or 15013861. OLE color: 15013861.
HSL color Cylindrical-coordinate representation of color #E517E5: hue angle of 300º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E517E5 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 229 | - |
| CMYK | 0 | 0.90 | 0 | 0.10 |
| HSL | 300º | 0.82% | 0.49% | - |
| HSV(B) | 300º | 0.9% | 0.9% | - |
| XYZ | 46.76 | 22.93 | 76.09 | - |
| YUV | 108.08 | 196.25 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 229 | 0 | 0.90 | 0 | 0.10 | 300 | 0.82 | 0.49 |
| Hex | E5 | 17 | E5 | 0 | 5A | 0 | A | 12C | 52 | 31 |
| Octal | 345 | 27 | 345 | 0 | 132 | 0 | 12 | 454 | 122 | 61 |
| Binary | 11100101 | 10111 | 11100101 | 0 | 1011010 | 0 | 1010 | 100101100 | 1010010 | 110001 |
Color Harmonies of #E517E5
Complementary color
Monochromatic Colors of #E517E5
Black with #E517E5
Text Example
Text Example
White with #E517E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E517E5; }
p { color: rgb(229,23,229); }
H1.HeaderClassName
{
color: #E517E5;
}
.AnyTagClassName
{
color: #E517E5;
}
</style>
background-color css
<style>
a { background-color: #E517E5; }
a { background-color: rgb(229,23,229); }
div.DivClassName
{
background-color: #E517E5;
}
.BgClassName
{
background-color: #E517E5;
}
</style>
border-color css
<style>
span { border-color: #E517E5; }
span { border-color: rgb(229,23,229); }
td.TdClassName
{
border-color: #E517E5;
}
.TagClassName
{
border-color: #E517E5;
}
</style>