Shades of Psychedelic Purple #E80EE5
Tints of Psychedelic Purple #E80EE5
RGB
CMYK
RGB Variations
Color information
#E80EE5 (or 0xE80EE5) is known color: Psychedelic Purple. HEX triplet: E8, 0E and E5. RGB value is (232,14,229). Sum of RGB (Red+Green+Blue) = 232+14+229=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E80EE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80EE5 is #17F11A. Grayscale: #676767. Windows color (decimal): -1569051 or 15011560. OLE color: 15011560.
HSL color Cylindrical-coordinate representation of color #E80EE5: hue angle of 300.83º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80EE5 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 229 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.09 |
| HSL | 300.83º | 0.89% | 0.48% | - |
| HSV(B) | 300.83º | 0.94% | 0.91% | - |
| XYZ | 47.58 | 23.13 | 76.09 | - |
| YUV | 103.69 | 198.72 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 229 | 0 | 0.94 | 0.01 | 0.09 | 300.83 | 0.89 | 0.48 |
| Hex | E8 | E | E5 | 0 | 5E | 1 | 9 | 12D | 59 | 30 |
| Octal | 350 | 16 | 345 | 0 | 136 | 1 | 11 | 455 | 131 | 60 |
| Binary | 11101000 | 1110 | 11100101 | 0 | 1011110 | 1 | 1001 | 100101101 | 1011001 | 110000 |
Color Harmonies of #E80EE5
Complementary color
Monochromatic Colors of #E80EE5
Black with #E80EE5
Text Example
Text Example
White with #E80EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80EE5; }
p { color: rgb(232,14,229); }
H1.HeaderClassName
{
color: #E80EE5;
}
.AnyTagClassName
{
color: #E80EE5;
}
</style>
background-color css
<style>
a { background-color: #E80EE5; }
a { background-color: rgb(232,14,229); }
div.DivClassName
{
background-color: #E80EE5;
}
.BgClassName
{
background-color: #E80EE5;
}
</style>
border-color css
<style>
span { border-color: #E80EE5; }
span { border-color: rgb(232,14,229); }
td.TdClassName
{
border-color: #E80EE5;
}
.TagClassName
{
border-color: #E80EE5;
}
</style>