Shades of Psychedelic Purple #E20EF0
Tints of Psychedelic Purple #E20EF0
RGB
CMYK
RGB Variations
Color information
#E20EF0 (or 0xE20EF0) is known color: Psychedelic Purple. HEX triplet: E2, 0E and F0. RGB value is (226,14,240). Sum of RGB (Red+Green+Blue) = 226+14+240=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 14 (5.86% from 255 or 2.92% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #E20EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20EF0 is #1DF10F. Grayscale: #666666. Windows color (decimal): -1962256 or 15732450. OLE color: 15732450.
HSL color Cylindrical-coordinate representation of color #E20EF0: hue angle of 296.28º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20EF0 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 14 | 240 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.06 |
| HSL | 296.28º | 0.89% | 0.5% | - |
| HSV(B) | 296.28º | 0.94% | 0.94% | - |
| XYZ | 47.25 | 22.77 | 84.34 | - |
| YUV | 103.15 | 205.24 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 240 | 0.06 | 0.94 | 0 | 0.06 | 296.28 | 0.89 | 0.5 |
| Hex | E2 | E | F0 | 6 | 5E | 0 | 6 | 128 | 59 | 32 |
| Octal | 342 | 16 | 360 | 6 | 136 | 0 | 6 | 450 | 131 | 62 |
| Binary | 11100010 | 1110 | 11110000 | 110 | 1011110 | 0 | 110 | 100101000 | 1011001 | 110010 |
Color Harmonies of #E20EF0
Complementary color
Monochromatic Colors of #E20EF0
Black with #E20EF0
Text Example
Text Example
White with #E20EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EF0; }
p { color: rgb(226,14,240); }
H1.HeaderClassName
{
color: #E20EF0;
}
.AnyTagClassName
{
color: #E20EF0;
}
</style>
background-color css
<style>
a { background-color: #E20EF0; }
a { background-color: rgb(226,14,240); }
div.DivClassName
{
background-color: #E20EF0;
}
.BgClassName
{
background-color: #E20EF0;
}
</style>
border-color css
<style>
span { border-color: #E20EF0; }
span { border-color: rgb(226,14,240); }
td.TdClassName
{
border-color: #E20EF0;
}
.TagClassName
{
border-color: #E20EF0;
}
</style>