Shades of Psychedelic Purple #E80AEA
Tints of Psychedelic Purple #E80AEA
RGB
CMYK
RGB Variations
Color information
#E80AEA (or 0xE80AEA) is known color: Psychedelic Purple. HEX triplet: E8, 0A and EA. RGB value is (232,10,234). Sum of RGB (Red+Green+Blue) = 232+10+234=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 10 (4.30% from 255 or 2.10% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #E80AEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80AEA is #17F515. Grayscale: #656565. Windows color (decimal): -1570070 or 15338216. OLE color: 15338216.
HSL color Cylindrical-coordinate representation of color #E80AEA: hue angle of 299.46º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80AEA is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 10 | 234 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.08 |
| HSL | 299.46º | 0.92% | 0.48% | - |
| HSV(B) | 299.46º | 0.96% | 0.92% | - |
| XYZ | 48.24 | 23.31 | 79.8 | - |
| YUV | 101.91 | 202.55 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 234 | 0.01 | 0.96 | 0 | 0.08 | 299.46 | 0.92 | 0.48 |
| Hex | E8 | A | EA | 1 | 60 | 0 | 8 | 12B | 5C | 30 |
| Octal | 350 | 12 | 352 | 1 | 140 | 0 | 10 | 453 | 134 | 60 |
| Binary | 11101000 | 1010 | 11101010 | 1 | 1100000 | 0 | 1000 | 100101011 | 1011100 | 110000 |
Color Harmonies of #E80AEA
Complementary color
Monochromatic Colors of #E80AEA
Black with #E80AEA
Text Example
Text Example
White with #E80AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80AEA; }
p { color: rgb(232,10,234); }
H1.HeaderClassName
{
color: #E80AEA;
}
.AnyTagClassName
{
color: #E80AEA;
}
</style>
background-color css
<style>
a { background-color: #E80AEA; }
a { background-color: rgb(232,10,234); }
div.DivClassName
{
background-color: #E80AEA;
}
.BgClassName
{
background-color: #E80AEA;
}
</style>
border-color css
<style>
span { border-color: #E80AEA; }
span { border-color: rgb(232,10,234); }
td.TdClassName
{
border-color: #E80AEA;
}
.TagClassName
{
border-color: #E80AEA;
}
</style>