Shades of Psychedelic Purple #E20EEC
Tints of Psychedelic Purple #E20EEC
RGB
CMYK
RGB Variations
Color information
#E20EEC (or 0xE20EEC) is known color: Psychedelic Purple. HEX triplet: E2, 0E and EC. RGB value is (226,14,236). Sum of RGB (Red+Green+Blue) = 226+14+236=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #E20EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20EEC is #1DF113. Grayscale: #666666. Windows color (decimal): -1962260 or 15470306. OLE color: 15470306.
HSL color Cylindrical-coordinate representation of color #E20EEC: hue angle of 297.3º 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 #E20EEC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 14 | 236 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.07 |
| HSL | 297.3º | 0.89% | 0.49% | - |
| HSV(B) | 297.3º | 0.94% | 0.93% | - |
| XYZ | 46.66 | 22.54 | 81.25 | - |
| YUV | 102.7 | 203.24 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 236 | 0.04 | 0.94 | 0 | 0.07 | 297.3 | 0.89 | 0.49 |
| Hex | E2 | E | EC | 4 | 5E | 0 | 7 | 129 | 59 | 31 |
| Octal | 342 | 16 | 354 | 4 | 136 | 0 | 7 | 451 | 131 | 61 |
| Binary | 11100010 | 1110 | 11101100 | 100 | 1011110 | 0 | 111 | 100101001 | 1011001 | 110001 |
Color Harmonies of #E20EEC
Complementary color
Monochromatic Colors of #E20EEC
Black with #E20EEC
Text Example
Text Example
White with #E20EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EEC; }
p { color: rgb(226,14,236); }
H1.HeaderClassName
{
color: #E20EEC;
}
.AnyTagClassName
{
color: #E20EEC;
}
</style>
background-color css
<style>
a { background-color: #E20EEC; }
a { background-color: rgb(226,14,236); }
div.DivClassName
{
background-color: #E20EEC;
}
.BgClassName
{
background-color: #E20EEC;
}
</style>
border-color css
<style>
span { border-color: #E20EEC; }
span { border-color: rgb(226,14,236); }
td.TdClassName
{
border-color: #E20EEC;
}
.TagClassName
{
border-color: #E20EEC;
}
</style>