Shades of Psychedelic Purple #E80AEB
Tints of Psychedelic Purple #E80AEB
RGB
CMYK
RGB Variations
Color information
#E80AEB (or 0xE80AEB) is known color: Psychedelic Purple. HEX triplet: E8, 0A and EB. RGB value is (232,10,235). Sum of RGB (Red+Green+Blue) = 232+10+235=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #E80AEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80AEB is #17F514. Grayscale: #656565. Windows color (decimal): -1570069 or 15403752. OLE color: 15403752.
HSL color Cylindrical-coordinate representation of color #E80AEB: hue angle of 299.2º 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 #E80AEB is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 10 | 235 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.08 |
| HSL | 299.2º | 0.92% | 0.48% | - |
| HSV(B) | 299.2º | 0.96% | 0.92% | - |
| XYZ | 48.38 | 23.37 | 80.56 | - |
| YUV | 102.03 | 203.05 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 235 | 0.01 | 0.96 | 0 | 0.08 | 299.2 | 0.92 | 0.48 |
| Hex | E8 | A | EB | 1 | 60 | 0 | 8 | 12B | 5C | 30 |
| Octal | 350 | 12 | 353 | 1 | 140 | 0 | 10 | 453 | 134 | 60 |
| Binary | 11101000 | 1010 | 11101011 | 1 | 1100000 | 0 | 1000 | 100101011 | 1011100 | 110000 |
Color Harmonies of #E80AEB
Complementary color
Monochromatic Colors of #E80AEB
Black with #E80AEB
Text Example
Text Example
White with #E80AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80AEB; }
p { color: rgb(232,10,235); }
H1.HeaderClassName
{
color: #E80AEB;
}
.AnyTagClassName
{
color: #E80AEB;
}
</style>
background-color css
<style>
a { background-color: #E80AEB; }
a { background-color: rgb(232,10,235); }
div.DivClassName
{
background-color: #E80AEB;
}
.BgClassName
{
background-color: #E80AEB;
}
</style>
border-color css
<style>
span { border-color: #E80AEB; }
span { border-color: rgb(232,10,235); }
td.TdClassName
{
border-color: #E80AEB;
}
.TagClassName
{
border-color: #E80AEB;
}
</style>