Shades of Psychedelic Purple #E020EF
Tints of Psychedelic Purple #E020EF
RGB
CMYK
RGB Variations
Color information
#E020EF (or 0xE020EF) is known color: Psychedelic Purple. HEX triplet: E0, 20 and EF. RGB value is (224,32,239). Sum of RGB (Red+Green+Blue) = 224+32+239=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #E020EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E020EF is #1FDF10. Grayscale: #707070. Windows color (decimal): -2088721 or 15671520. OLE color: 15671520.
HSL color Cylindrical-coordinate representation of color #E020EF: hue angle of 295.65º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E020EF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 32 | 239 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.06 |
| HSL | 295.65º | 0.87% | 0.53% | - |
| HSV(B) | 295.65º | 0.87% | 0.94% | - |
| XYZ | 46.84 | 23.11 | 83.65 | - |
| YUV | 113.01 | 199.11 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 239 | 0.06 | 0.87 | 0 | 0.06 | 295.65 | 0.87 | 0.53 |
| Hex | E0 | 20 | EF | 6 | 57 | 0 | 6 | 128 | 57 | 35 |
| Octal | 340 | 40 | 357 | 6 | 127 | 0 | 6 | 450 | 127 | 65 |
| Binary | 11100000 | 100000 | 11101111 | 110 | 1010111 | 0 | 110 | 100101000 | 1010111 | 110101 |
Color Harmonies of #E020EF
Complementary color
Monochromatic Colors of #E020EF
Black with #E020EF
Text Example
Text Example
White with #E020EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020EF; }
p { color: rgb(224,32,239); }
H1.HeaderClassName
{
color: #E020EF;
}
.AnyTagClassName
{
color: #E020EF;
}
</style>
background-color css
<style>
a { background-color: #E020EF; }
a { background-color: rgb(224,32,239); }
div.DivClassName
{
background-color: #E020EF;
}
.BgClassName
{
background-color: #E020EF;
}
</style>
border-color css
<style>
span { border-color: #E020EF; }
span { border-color: rgb(224,32,239); }
td.TdClassName
{
border-color: #E020EF;
}
.TagClassName
{
border-color: #E020EF;
}
</style>