Shades of Psychedelic Purple #E500E8
Tints of Psychedelic Purple #E500E8
RGB
CMYK
RGB Variations
Color information
#E500E8 (or 0xE500E8) is known color: Psychedelic Purple. HEX triplet: E5, 00 and E8. RGB value is (229,0,232). Sum of RGB (Red+Green+Blue) = 229+0+232=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #E500E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E500E8 is #1AFF17. Grayscale: #5E5E5E. Windows color (decimal): -1769240 or 15204581. OLE color: 15204581.
HSL color Cylindrical-coordinate representation of color #E500E8: hue angle of 299.22º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500E8 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 0 | 232 | - |
| CMYK | 0.01 | 1 | 0 | 0.09 |
| HSL | 299.22º | 1% | 0.45% | - |
| HSV(B) | 299.22º | 1% | 0.91% | - |
| XYZ | 46.88 | 22.48 | 78.21 | - |
| YUV | 94.92 | 205.37 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 232 | 0.01 | 1 | 0 | 0.09 | 299.22 | 1 | 0.45 |
| Hex | E5 | 0 | E8 | 1 | 64 | 0 | 9 | 12B | 64 | 2D |
| Octal | 345 | 0 | 350 | 1 | 144 | 0 | 11 | 453 | 144 | 55 |
| Binary | 11100101 | 0 | 11101000 | 1 | 1100100 | 0 | 1001 | 100101011 | 1100100 | 101101 |
Color Harmonies of #E500E8
Complementary color
Monochromatic Colors of #E500E8
Black with #E500E8
Text Example
Text Example
White with #E500E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500E8; }
p { color: rgb(229,0,232); }
H1.HeaderClassName
{
color: #E500E8;
}
.AnyTagClassName
{
color: #E500E8;
}
</style>
background-color css
<style>
a { background-color: #E500E8; }
a { background-color: rgb(229,0,232); }
div.DivClassName
{
background-color: #E500E8;
}
.BgClassName
{
background-color: #E500E8;
}
</style>
border-color css
<style>
span { border-color: #E500E8; }
span { border-color: rgb(229,0,232); }
td.TdClassName
{
border-color: #E500E8;
}
.TagClassName
{
border-color: #E500E8;
}
</style>