Shades of Psychedelic Purple #E720EC
Tints of Psychedelic Purple #E720EC
RGB
CMYK
RGB Variations
Color information
#E720EC (or 0xE720EC) is known color: Psychedelic Purple. HEX triplet: E7, 20 and EC. RGB value is (231,32,236). Sum of RGB (Red+Green+Blue) = 231+32+236=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #E720EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E720EC is #18DF13. Grayscale: #727272. Windows color (decimal): -1629972 or 15474919. OLE color: 15474919.
HSL color Cylindrical-coordinate representation of color #E720EC: hue angle of 298.53º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E720EC is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 32 | 236 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.07 |
| HSL | 298.53º | 0.84% | 0.53% | - |
| HSV(B) | 298.53º | 0.86% | 0.93% | - |
| XYZ | 48.61 | 24.08 | 81.44 | - |
| YUV | 114.76 | 196.43 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 236 | 0.02 | 0.86 | 0 | 0.07 | 298.53 | 0.84 | 0.53 |
| Hex | E7 | 20 | EC | 2 | 56 | 0 | 7 | 12B | 54 | 35 |
| Octal | 347 | 40 | 354 | 2 | 126 | 0 | 7 | 453 | 124 | 65 |
| Binary | 11100111 | 100000 | 11101100 | 10 | 1010110 | 0 | 111 | 100101011 | 1010100 | 110101 |
Color Harmonies of #E720EC
Complementary color
Monochromatic Colors of #E720EC
Black with #E720EC
Text Example
Text Example
White with #E720EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E720EC; }
p { color: rgb(231,32,236); }
H1.HeaderClassName
{
color: #E720EC;
}
.AnyTagClassName
{
color: #E720EC;
}
</style>
background-color css
<style>
a { background-color: #E720EC; }
a { background-color: rgb(231,32,236); }
div.DivClassName
{
background-color: #E720EC;
}
.BgClassName
{
background-color: #E720EC;
}
</style>
border-color css
<style>
span { border-color: #E720EC; }
span { border-color: rgb(231,32,236); }
td.TdClassName
{
border-color: #E720EC;
}
.TagClassName
{
border-color: #E720EC;
}
</style>