Shades of Psychedelic Purple #E50AEE
Tints of Psychedelic Purple #E50AEE
RGB
CMYK
RGB Variations
Color information
#E50AEE (or 0xE50AEE) is known color: Psychedelic Purple. HEX triplet: E5, 0A and EE. RGB value is (229,10,238). Sum of RGB (Red+Green+Blue) = 229+10+238=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #E50AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50AEE is #1AF511. Grayscale: #646464. Windows color (decimal): -1766674 or 15600357. OLE color: 15600357.
HSL color Cylindrical-coordinate representation of color #E50AEE: hue angle of 297.63º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50AEE is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 10 | 238 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.07 |
| HSL | 297.63º | 0.92% | 0.49% | - |
| HSV(B) | 297.63º | 0.96% | 0.93% | - |
| XYZ | 47.85 | 23.05 | 82.82 | - |
| YUV | 101.47 | 205.05 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 238 | 0.04 | 0.96 | 0 | 0.07 | 297.63 | 0.92 | 0.49 |
| Hex | E5 | A | EE | 4 | 60 | 0 | 7 | 12A | 5C | 31 |
| Octal | 345 | 12 | 356 | 4 | 140 | 0 | 7 | 452 | 134 | 61 |
| Binary | 11100101 | 1010 | 11101110 | 100 | 1100000 | 0 | 111 | 100101010 | 1011100 | 110001 |
Color Harmonies of #E50AEE
Complementary color
Monochromatic Colors of #E50AEE
Black with #E50AEE
Text Example
Text Example
White with #E50AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50AEE; }
p { color: rgb(229,10,238); }
H1.HeaderClassName
{
color: #E50AEE;
}
.AnyTagClassName
{
color: #E50AEE;
}
</style>
background-color css
<style>
a { background-color: #E50AEE; }
a { background-color: rgb(229,10,238); }
div.DivClassName
{
background-color: #E50AEE;
}
.BgClassName
{
background-color: #E50AEE;
}
</style>
border-color css
<style>
span { border-color: #E50AEE; }
span { border-color: rgb(229,10,238); }
td.TdClassName
{
border-color: #E50AEE;
}
.TagClassName
{
border-color: #E50AEE;
}
</style>