Shades of Psychedelic Purple #E20FF2
Tints of Psychedelic Purple #E20FF2
RGB
CMYK
RGB Variations
Color information
#E20FF2 (or 0xE20FF2) is known color: Psychedelic Purple. HEX triplet: E2, 0F and F2. RGB value is (226,15,242). Sum of RGB (Red+Green+Blue) = 226+15+242=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #E20FF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20FF2 is #1DF00D. Grayscale: #676767. Windows color (decimal): -1961998 or 15863778. OLE color: 15863778.
HSL color Cylindrical-coordinate representation of color #E20FF2: hue angle of 295.77º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20FF2 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 15 | 242 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.05 |
| HSL | 295.77º | 0.9% | 0.5% | - |
| HSV(B) | 295.77º | 0.94% | 0.95% | - |
| XYZ | 47.56 | 22.92 | 85.92 | - |
| YUV | 103.97 | 205.9 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 242 | 0.07 | 0.94 | 0 | 0.05 | 295.77 | 0.9 | 0.5 |
| Hex | E2 | F | F2 | 7 | 5E | 0 | 5 | 128 | 5A | 32 |
| Octal | 342 | 17 | 362 | 7 | 136 | 0 | 5 | 450 | 132 | 62 |
| Binary | 11100010 | 1111 | 11110010 | 111 | 1011110 | 0 | 101 | 100101000 | 1011010 | 110010 |
Color Harmonies of #E20FF2
Complementary color
Monochromatic Colors of #E20FF2
Black with #E20FF2
Text Example
Text Example
White with #E20FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FF2; }
p { color: rgb(226,15,242); }
H1.HeaderClassName
{
color: #E20FF2;
}
.AnyTagClassName
{
color: #E20FF2;
}
</style>
background-color css
<style>
a { background-color: #E20FF2; }
a { background-color: rgb(226,15,242); }
div.DivClassName
{
background-color: #E20FF2;
}
.BgClassName
{
background-color: #E20FF2;
}
</style>
border-color css
<style>
span { border-color: #E20FF2; }
span { border-color: rgb(226,15,242); }
td.TdClassName
{
border-color: #E20FF2;
}
.TagClassName
{
border-color: #E20FF2;
}
</style>