Shades of Psychedelic Purple #E918FA
Tints of Psychedelic Purple #E918FA
RGB
CMYK
RGB Variations
Color information
#E918FA (or 0xE918FA) is known color: Psychedelic Purple. HEX triplet: E9, 18 and FA. RGB value is (233,24,250). Sum of RGB (Red+Green+Blue) = 233+24+250=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 24 (9.77% from 255 or 4.73% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #E918FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E918FA is #16E705. Grayscale: #6F6F6F. Windows color (decimal): -1500934 or 16390377. OLE color: 16390377.
HSL color Cylindrical-coordinate representation of color #E918FA: hue angle of 295.49º 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 #E918FA is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 24 | 250 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.02 |
| HSL | 295.49º | 0.96% | 0.54% | - |
| HSV(B) | 295.49º | 0.9% | 0.98% | - |
| XYZ | 51.19 | 24.88 | 92.55 | - |
| YUV | 112.26 | 205.74 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 250 | 0.07 | 0.90 | 0 | 0.02 | 295.49 | 0.96 | 0.54 |
| Hex | E9 | 18 | FA | 7 | 5A | 0 | 2 | 127 | 60 | 36 |
| Octal | 351 | 30 | 372 | 7 | 132 | 0 | 2 | 447 | 140 | 66 |
| Binary | 11101001 | 11000 | 11111010 | 111 | 1011010 | 0 | 10 | 100100111 | 1100000 | 110110 |
Color Harmonies of #E918FA
Complementary color
Monochromatic Colors of #E918FA
Black with #E918FA
Text Example
Text Example
White with #E918FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918FA; }
p { color: rgb(233,24,250); }
H1.HeaderClassName
{
color: #E918FA;
}
.AnyTagClassName
{
color: #E918FA;
}
</style>
background-color css
<style>
a { background-color: #E918FA; }
a { background-color: rgb(233,24,250); }
div.DivClassName
{
background-color: #E918FA;
}
.BgClassName
{
background-color: #E918FA;
}
</style>
border-color css
<style>
span { border-color: #E918FA; }
span { border-color: rgb(233,24,250); }
td.TdClassName
{
border-color: #E918FA;
}
.TagClassName
{
border-color: #E918FA;
}
</style>