Shades of Psychedelic Purple #E20EEE
Tints of Psychedelic Purple #E20EEE
RGB
CMYK
RGB Variations
Color information
#E20EEE (or 0xE20EEE) is known color: Psychedelic Purple. HEX triplet: E2, 0E and EE. RGB value is (226,14,238). Sum of RGB (Red+Green+Blue) = 226+14+238=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #E20EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20EEE is #1DF111. Grayscale: #666666. Windows color (decimal): -1962258 or 15601378. OLE color: 15601378.
HSL color Cylindrical-coordinate representation of color #E20EEE: hue angle of 296.79º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20EEE is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 14 | 238 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.07 |
| HSL | 296.79º | 0.89% | 0.49% | - |
| HSV(B) | 296.79º | 0.94% | 0.93% | - |
| XYZ | 46.95 | 22.66 | 82.79 | - |
| YUV | 102.92 | 204.24 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 238 | 0.05 | 0.94 | 0 | 0.07 | 296.79 | 0.89 | 0.49 |
| Hex | E2 | E | EE | 5 | 5E | 0 | 7 | 129 | 59 | 31 |
| Octal | 342 | 16 | 356 | 5 | 136 | 0 | 7 | 451 | 131 | 61 |
| Binary | 11100010 | 1110 | 11101110 | 101 | 1011110 | 0 | 111 | 100101001 | 1011001 | 110001 |
Color Harmonies of #E20EEE
Complementary color
Monochromatic Colors of #E20EEE
Black with #E20EEE
Text Example
Text Example
White with #E20EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EEE; }
p { color: rgb(226,14,238); }
H1.HeaderClassName
{
color: #E20EEE;
}
.AnyTagClassName
{
color: #E20EEE;
}
</style>
background-color css
<style>
a { background-color: #E20EEE; }
a { background-color: rgb(226,14,238); }
div.DivClassName
{
background-color: #E20EEE;
}
.BgClassName
{
background-color: #E20EEE;
}
</style>
border-color css
<style>
span { border-color: #E20EEE; }
span { border-color: rgb(226,14,238); }
td.TdClassName
{
border-color: #E20EEE;
}
.TagClassName
{
border-color: #E20EEE;
}
</style>