Shades of Psychedelic Purple #E716FA
Tints of Psychedelic Purple #E716FA
RGB
CMYK
RGB Variations
Color information
#E716FA (or 0xE716FA) is known color: Psychedelic Purple. HEX triplet: E7, 16 and FA. RGB value is (231,22,250). Sum of RGB (Red+Green+Blue) = 231+22+250=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 22 (8.98% from 255 or 4.37% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #E716FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E716FA is #18E905. Grayscale: #6D6D6D. Windows color (decimal): -1632518 or 16389863. OLE color: 16389863.
HSL color Cylindrical-coordinate representation of color #E716FA: hue angle of 295º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E716FA is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 22 | 250 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.02 |
| HSL | 295º | 0.96% | 0.53% | - |
| HSV(B) | 295º | 0.91% | 0.98% | - |
| XYZ | 50.5 | 24.46 | 92.5 | - |
| YUV | 110.48 | 206.74 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 250 | 0.08 | 0.91 | 0 | 0.02 | 295 | 0.96 | 0.53 |
| Hex | E7 | 16 | FA | 8 | 5B | 0 | 2 | 127 | 60 | 35 |
| Octal | 347 | 26 | 372 | 10 | 133 | 0 | 2 | 447 | 140 | 65 |
| Binary | 11100111 | 10110 | 11111010 | 1000 | 1011011 | 0 | 10 | 100100111 | 1100000 | 110101 |
Color Harmonies of #E716FA
Complementary color
Monochromatic Colors of #E716FA
Black with #E716FA
Text Example
Text Example
White with #E716FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716FA; }
p { color: rgb(231,22,250); }
H1.HeaderClassName
{
color: #E716FA;
}
.AnyTagClassName
{
color: #E716FA;
}
</style>
background-color css
<style>
a { background-color: #E716FA; }
a { background-color: rgb(231,22,250); }
div.DivClassName
{
background-color: #E716FA;
}
.BgClassName
{
background-color: #E716FA;
}
</style>
border-color css
<style>
span { border-color: #E716FA; }
span { border-color: rgb(231,22,250); }
td.TdClassName
{
border-color: #E716FA;
}
.TagClassName
{
border-color: #E716FA;
}
</style>