Shades of Psychedelic Purple #E20FF7
Tints of Psychedelic Purple #E20FF7
RGB
CMYK
RGB Variations
Color information
#E20FF7 (or 0xE20FF7) is known color: Psychedelic Purple. HEX triplet: E2, 0F and F7. RGB value is (226,15,247). Sum of RGB (Red+Green+Blue) = 226+15+247=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #E20FF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20FF7 is #1DF008. Grayscale: #676767. Windows color (decimal): -1961993 or 16191458. OLE color: 16191458.
HSL color Cylindrical-coordinate representation of color #E20FF7: hue angle of 294.57º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20FF7 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 15 | 247 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.03 |
| HSL | 294.57º | 0.94% | 0.51% | - |
| HSV(B) | 294.57º | 0.94% | 0.97% | - |
| XYZ | 48.32 | 23.23 | 89.93 | - |
| YUV | 104.54 | 208.4 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 247 | 0.09 | 0.94 | 0 | 0.03 | 294.57 | 0.94 | 0.51 |
| Hex | E2 | F | F7 | 9 | 5E | 0 | 3 | 127 | 5E | 33 |
| Octal | 342 | 17 | 367 | 11 | 136 | 0 | 3 | 447 | 136 | 63 |
| Binary | 11100010 | 1111 | 11110111 | 1001 | 1011110 | 0 | 11 | 100100111 | 1011110 | 110011 |
Color Harmonies of #E20FF7
Complementary color
Monochromatic Colors of #E20FF7
Black with #E20FF7
Text Example
Text Example
White with #E20FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FF7; }
p { color: rgb(226,15,247); }
H1.HeaderClassName
{
color: #E20FF7;
}
.AnyTagClassName
{
color: #E20FF7;
}
</style>
background-color css
<style>
a { background-color: #E20FF7; }
a { background-color: rgb(226,15,247); }
div.DivClassName
{
background-color: #E20FF7;
}
.BgClassName
{
background-color: #E20FF7;
}
</style>
border-color css
<style>
span { border-color: #E20FF7; }
span { border-color: rgb(226,15,247); }
td.TdClassName
{
border-color: #E20FF7;
}
.TagClassName
{
border-color: #E20FF7;
}
</style>