Shades of Psychedelic Purple #E80EE6
Tints of Psychedelic Purple #E80EE6
RGB
CMYK
RGB Variations
Color information
#E80EE6 (or 0xE80EE6) is known color: Psychedelic Purple. HEX triplet: E8, 0E and E6. RGB value is (232,14,230). Sum of RGB (Red+Green+Blue) = 232+14+230=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E80EE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80EE6 is #17F119. Grayscale: #676767. Windows color (decimal): -1569050 or 15077096. OLE color: 15077096.
HSL color Cylindrical-coordinate representation of color #E80EE6: hue angle of 300.55º 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 #E80EE6 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 230 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.09 |
| HSL | 300.55º | 0.89% | 0.48% | - |
| HSV(B) | 300.55º | 0.94% | 0.91% | - |
| XYZ | 47.72 | 23.18 | 76.82 | - |
| YUV | 103.81 | 199.22 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 230 | 0 | 0.94 | 0.01 | 0.09 | 300.55 | 0.89 | 0.48 |
| Hex | E8 | E | E6 | 0 | 5E | 1 | 9 | 12D | 59 | 30 |
| Octal | 350 | 16 | 346 | 0 | 136 | 1 | 11 | 455 | 131 | 60 |
| Binary | 11101000 | 1110 | 11100110 | 0 | 1011110 | 1 | 1001 | 100101101 | 1011001 | 110000 |
Color Harmonies of #E80EE6
Complementary color
Monochromatic Colors of #E80EE6
Black with #E80EE6
Text Example
Text Example
White with #E80EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80EE6; }
p { color: rgb(232,14,230); }
H1.HeaderClassName
{
color: #E80EE6;
}
.AnyTagClassName
{
color: #E80EE6;
}
</style>
background-color css
<style>
a { background-color: #E80EE6; }
a { background-color: rgb(232,14,230); }
div.DivClassName
{
background-color: #E80EE6;
}
.BgClassName
{
background-color: #E80EE6;
}
</style>
border-color css
<style>
span { border-color: #E80EE6; }
span { border-color: rgb(232,14,230); }
td.TdClassName
{
border-color: #E80EE6;
}
.TagClassName
{
border-color: #E80EE6;
}
</style>