Shades of Psychedelic Purple #E20AEA
Tints of Psychedelic Purple #E20AEA
RGB
CMYK
RGB Variations
Color information
#E20AEA (or 0xE20AEA) is known color: Psychedelic Purple. HEX triplet: E2, 0A and EA. RGB value is (226,10,234). Sum of RGB (Red+Green+Blue) = 226+10+234=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #E20AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20AEA is #1DF515. Grayscale: #636363. Windows color (decimal): -1963286 or 15338210. OLE color: 15338210.
HSL color Cylindrical-coordinate representation of color #E20AEA: hue angle of 297.86º 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 #E20AEA is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 10 | 234 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.08 |
| HSL | 297.86º | 0.92% | 0.48% | - |
| HSV(B) | 297.86º | 0.96% | 0.92% | - |
| XYZ | 46.32 | 22.33 | 79.71 | - |
| YUV | 100.12 | 203.56 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 234 | 0.03 | 0.96 | 0 | 0.08 | 297.86 | 0.92 | 0.48 |
| Hex | E2 | A | EA | 3 | 60 | 0 | 8 | 12A | 5C | 30 |
| Octal | 342 | 12 | 352 | 3 | 140 | 0 | 10 | 452 | 134 | 60 |
| Binary | 11100010 | 1010 | 11101010 | 11 | 1100000 | 0 | 1000 | 100101010 | 1011100 | 110000 |
Color Harmonies of #E20AEA
Complementary color
Monochromatic Colors of #E20AEA
Black with #E20AEA
Text Example
Text Example
White with #E20AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20AEA; }
p { color: rgb(226,10,234); }
H1.HeaderClassName
{
color: #E20AEA;
}
.AnyTagClassName
{
color: #E20AEA;
}
</style>
background-color css
<style>
a { background-color: #E20AEA; }
a { background-color: rgb(226,10,234); }
div.DivClassName
{
background-color: #E20AEA;
}
.BgClassName
{
background-color: #E20AEA;
}
</style>
border-color css
<style>
span { border-color: #E20AEA; }
span { border-color: rgb(226,10,234); }
td.TdClassName
{
border-color: #E20AEA;
}
.TagClassName
{
border-color: #E20AEA;
}
</style>