Shades of Psychedelic Purple #E20FF4
Tints of Psychedelic Purple #E20FF4
RGB
CMYK
RGB Variations
Color information
#E20FF4 (or 0xE20FF4) is known color: Psychedelic Purple. HEX triplet: E2, 0F and F4. RGB value is (226,15,244). Sum of RGB (Red+Green+Blue) = 226+15+244=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #E20FF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20FF4 is #1DF00B. Grayscale: #676767. Windows color (decimal): -1961996 or 15994850. OLE color: 15994850.
HSL color Cylindrical-coordinate representation of color #E20FF4: hue angle of 295.28º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20FF4 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 15 | 244 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.04 |
| HSL | 295.28º | 0.91% | 0.51% | - |
| HSV(B) | 295.28º | 0.94% | 0.96% | - |
| XYZ | 47.86 | 23.04 | 87.51 | - |
| YUV | 104.2 | 206.9 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 244 | 0.07 | 0.94 | 0 | 0.04 | 295.28 | 0.91 | 0.51 |
| Hex | E2 | F | F4 | 7 | 5E | 0 | 4 | 127 | 5B | 33 |
| Octal | 342 | 17 | 364 | 7 | 136 | 0 | 4 | 447 | 133 | 63 |
| Binary | 11100010 | 1111 | 11110100 | 111 | 1011110 | 0 | 100 | 100100111 | 1011011 | 110011 |
Color Harmonies of #E20FF4
Complementary color
Monochromatic Colors of #E20FF4
Black with #E20FF4
Text Example
Text Example
White with #E20FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FF4; }
p { color: rgb(226,15,244); }
H1.HeaderClassName
{
color: #E20FF4;
}
.AnyTagClassName
{
color: #E20FF4;
}
</style>
background-color css
<style>
a { background-color: #E20FF4; }
a { background-color: rgb(226,15,244); }
div.DivClassName
{
background-color: #E20FF4;
}
.BgClassName
{
background-color: #E20FF4;
}
</style>
border-color css
<style>
span { border-color: #E20FF4; }
span { border-color: rgb(226,15,244); }
td.TdClassName
{
border-color: #E20FF4;
}
.TagClassName
{
border-color: #E20FF4;
}
</style>