Shades of Psychedelic Purple #E718FA
Tints of Psychedelic Purple #E718FA
RGB
CMYK
RGB Variations
Color information
#E718FA (or 0xE718FA) is known color: Psychedelic Purple. HEX triplet: E7, 18 and FA. RGB value is (231,24,250). Sum of RGB (Red+Green+Blue) = 231+24+250=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 24 (9.77% from 255 or 4.75% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #E718FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E718FA is #18E705. Grayscale: #6E6E6E. Windows color (decimal): -1632006 or 16390375. OLE color: 16390375.
HSL color Cylindrical-coordinate representation of color #E718FA: hue angle of 294.96º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E718FA is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 24 | 250 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.02 |
| HSL | 294.96º | 0.96% | 0.54% | - |
| HSV(B) | 294.96º | 0.9% | 0.98% | - |
| XYZ | 50.54 | 24.54 | 92.52 | - |
| YUV | 111.66 | 206.08 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 250 | 0.08 | 0.90 | 0 | 0.02 | 294.96 | 0.96 | 0.54 |
| Hex | E7 | 18 | FA | 8 | 5A | 0 | 2 | 127 | 60 | 36 |
| Octal | 347 | 30 | 372 | 10 | 132 | 0 | 2 | 447 | 140 | 66 |
| Binary | 11100111 | 11000 | 11111010 | 1000 | 1011010 | 0 | 10 | 100100111 | 1100000 | 110110 |
Color Harmonies of #E718FA
Complementary color
Monochromatic Colors of #E718FA
Black with #E718FA
Text Example
Text Example
White with #E718FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718FA; }
p { color: rgb(231,24,250); }
H1.HeaderClassName
{
color: #E718FA;
}
.AnyTagClassName
{
color: #E718FA;
}
</style>
background-color css
<style>
a { background-color: #E718FA; }
a { background-color: rgb(231,24,250); }
div.DivClassName
{
background-color: #E718FA;
}
.BgClassName
{
background-color: #E718FA;
}
</style>
border-color css
<style>
span { border-color: #E718FA; }
span { border-color: rgb(231,24,250); }
td.TdClassName
{
border-color: #E718FA;
}
.TagClassName
{
border-color: #E718FA;
}
</style>