Shades of Psychedelic Purple #E50AFF
Tints of Psychedelic Purple #E50AFF
RGB
CMYK
RGB Variations
Color information
#E50AFF (or 0xE50AFF) is known color: Psychedelic Purple. HEX triplet: E5, 0A and FF. RGB value is (229,10,255). Sum of RGB (Red+Green+Blue) = 229+10+255=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 10 (4.30% from 255 or 2.02% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #E50AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50AFF is #1AF500. Grayscale: #666666. Windows color (decimal): -1766657 or 16714469. OLE color: 16714469.
HSL color Cylindrical-coordinate representation of color #E50AFF: hue angle of 293.63º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50AFF is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 10 | 255 | - |
| CMYK | 0.10 | 0.96 | 0 | 0 |
| HSL | 293.63º | 1% | 0.52% | - |
| HSV(B) | 293.63º | 0.96% | 1% | - |
| XYZ | 50.47 | 24.1 | 96.6 | - |
| YUV | 103.41 | 213.55 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 255 | 0.10 | 0.96 | 0 | 0 | 293.63 | 1 | 0.52 |
| Hex | E5 | A | FF | A | 60 | 0 | 0 | 126 | 64 | 34 |
| Octal | 345 | 12 | 377 | 12 | 140 | 0 | 0 | 446 | 144 | 64 |
| Binary | 11100101 | 1010 | 11111111 | 1010 | 1100000 | 0 | 0 | 100100110 | 1100100 | 110100 |
Color Harmonies of #E50AFF
Complementary color
Monochromatic Colors of #E50AFF
Black with #E50AFF
Text Example
Text Example
White with #E50AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50AFF; }
p { color: rgb(229,10,255); }
H1.HeaderClassName
{
color: #E50AFF;
}
.AnyTagClassName
{
color: #E50AFF;
}
</style>
background-color css
<style>
a { background-color: #E50AFF; }
a { background-color: rgb(229,10,255); }
div.DivClassName
{
background-color: #E50AFF;
}
.BgClassName
{
background-color: #E50AFF;
}
</style>
border-color css
<style>
span { border-color: #E50AFF; }
span { border-color: rgb(229,10,255); }
td.TdClassName
{
border-color: #E50AFF;
}
.TagClassName
{
border-color: #E50AFF;
}
</style>