Shades of Psychedelic Purple #E20EEA
Tints of Psychedelic Purple #E20EEA
RGB
CMYK
RGB Variations
Color information
#E20EEA (or 0xE20EEA) is known color: Psychedelic Purple. HEX triplet: E2, 0E and EA. RGB value is (226,14,234). Sum of RGB (Red+Green+Blue) = 226+14+234=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #E20EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20EEA is #1DF115. Grayscale: #656565. Windows color (decimal): -1962262 or 15339234. OLE color: 15339234.
HSL color Cylindrical-coordinate representation of color #E20EEA: hue angle of 297.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20EEA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 14 | 234 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.08 |
| HSL | 297.82º | 0.89% | 0.49% | - |
| HSV(B) | 297.82º | 0.94% | 0.92% | - |
| XYZ | 46.37 | 22.42 | 79.73 | - |
| YUV | 102.47 | 202.24 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 234 | 0.03 | 0.94 | 0 | 0.08 | 297.82 | 0.89 | 0.49 |
| Hex | E2 | E | EA | 3 | 5E | 0 | 8 | 12A | 59 | 31 |
| Octal | 342 | 16 | 352 | 3 | 136 | 0 | 10 | 452 | 131 | 61 |
| Binary | 11100010 | 1110 | 11101010 | 11 | 1011110 | 0 | 1000 | 100101010 | 1011001 | 110001 |
Color Harmonies of #E20EEA
Complementary color
Monochromatic Colors of #E20EEA
Black with #E20EEA
Text Example
Text Example
White with #E20EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EEA; }
p { color: rgb(226,14,234); }
H1.HeaderClassName
{
color: #E20EEA;
}
.AnyTagClassName
{
color: #E20EEA;
}
</style>
background-color css
<style>
a { background-color: #E20EEA; }
a { background-color: rgb(226,14,234); }
div.DivClassName
{
background-color: #E20EEA;
}
.BgClassName
{
background-color: #E20EEA;
}
</style>
border-color css
<style>
span { border-color: #E20EEA; }
span { border-color: rgb(226,14,234); }
td.TdClassName
{
border-color: #E20EEA;
}
.TagClassName
{
border-color: #E20EEA;
}
</style>