Shades of Psychedelic Purple #E918F0
Tints of Psychedelic Purple #E918F0
RGB
CMYK
RGB Variations
Color information
#E918F0 (or 0xE918F0) is known color: Psychedelic Purple. HEX triplet: E9, 18 and F0. RGB value is (233,24,240). Sum of RGB (Red+Green+Blue) = 233+24+240=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 24 (9.77% from 255 or 4.83% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #E918F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E918F0 is #16E70F. Grayscale: #6E6E6E. Windows color (decimal): -1500944 or 15735017. OLE color: 15735017.
HSL color Cylindrical-coordinate representation of color #E918F0: hue angle of 298.06º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E918F0 is Cyan = 0.03, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 24 | 240 | - |
| CMYK | 0.03 | 0.9 | 0 | 0.06 |
| HSL | 298.06º | 0.88% | 0.52% | - |
| HSV(B) | 298.06º | 0.9% | 0.94% | - |
| XYZ | 49.66 | 24.27 | 84.5 | - |
| YUV | 111.12 | 200.74 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 240 | 0.03 | 0.9 | 0 | 0.06 | 298.06 | 0.88 | 0.52 |
| Hex | E9 | 18 | F0 | 3 | 5A | 0 | 6 | 12A | 58 | 34 |
| Octal | 351 | 30 | 360 | 3 | 132 | 0 | 6 | 452 | 130 | 64 |
| Binary | 11101001 | 11000 | 11110000 | 11 | 1011010 | 0 | 110 | 100101010 | 1011000 | 110100 |
Color Harmonies of #E918F0
Complementary color
Monochromatic Colors of #E918F0
Black with #E918F0
Text Example
Text Example
White with #E918F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918F0; }
p { color: rgb(233,24,240); }
H1.HeaderClassName
{
color: #E918F0;
}
.AnyTagClassName
{
color: #E918F0;
}
</style>
background-color css
<style>
a { background-color: #E918F0; }
a { background-color: rgb(233,24,240); }
div.DivClassName
{
background-color: #E918F0;
}
.BgClassName
{
background-color: #E918F0;
}
</style>
border-color css
<style>
span { border-color: #E918F0; }
span { border-color: rgb(233,24,240); }
td.TdClassName
{
border-color: #E918F0;
}
.TagClassName
{
border-color: #E918F0;
}
</style>