Shades of Psychedelic Purple #E720FA
Tints of Psychedelic Purple #E720FA
RGB
CMYK
RGB Variations
Color information
#E720FA (or 0xE720FA) is known color: Psychedelic Purple. HEX triplet: E7, 20 and FA. RGB value is (231,32,250). Sum of RGB (Red+Green+Blue) = 231+32+250=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 32 (12.89% from 255 or 6.24% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #E720FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E720FA is #18DF05. Grayscale: #737373. Windows color (decimal): -1629958 or 16392423. OLE color: 16392423.
HSL color Cylindrical-coordinate representation of color #E720FA: hue angle of 294.77º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E720FA is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 32 | 250 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.02 |
| HSL | 294.77º | 0.96% | 0.55% | - |
| HSV(B) | 294.77º | 0.87% | 0.98% | - |
| XYZ | 50.73 | 24.92 | 92.58 | - |
| YUV | 116.35 | 203.43 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 250 | 0.08 | 0.87 | 0 | 0.02 | 294.77 | 0.96 | 0.55 |
| Hex | E7 | 20 | FA | 8 | 57 | 0 | 2 | 127 | 60 | 37 |
| Octal | 347 | 40 | 372 | 10 | 127 | 0 | 2 | 447 | 140 | 67 |
| Binary | 11100111 | 100000 | 11111010 | 1000 | 1010111 | 0 | 10 | 100100111 | 1100000 | 110111 |
Color Harmonies of #E720FA
Complementary color
Monochromatic Colors of #E720FA
Black with #E720FA
Text Example
Text Example
White with #E720FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E720FA; }
p { color: rgb(231,32,250); }
H1.HeaderClassName
{
color: #E720FA;
}
.AnyTagClassName
{
color: #E720FA;
}
</style>
background-color css
<style>
a { background-color: #E720FA; }
a { background-color: rgb(231,32,250); }
div.DivClassName
{
background-color: #E720FA;
}
.BgClassName
{
background-color: #E720FA;
}
</style>
border-color css
<style>
span { border-color: #E720FA; }
span { border-color: rgb(231,32,250); }
td.TdClassName
{
border-color: #E720FA;
}
.TagClassName
{
border-color: #E720FA;
}
</style>