Shades of Psychedelic Purple #E918F1
Tints of Psychedelic Purple #E918F1
RGB
CMYK
RGB Variations
Color information
#E918F1 (or 0xE918F1) is known color: Psychedelic Purple. HEX triplet: E9, 18 and F1. RGB value is (233,24,241). Sum of RGB (Red+Green+Blue) = 233+24+241=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 24 (9.77% from 255 or 4.82% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #E918F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E918F1 is #16E70E. Grayscale: #6E6E6E. Windows color (decimal): -1500943 or 15800553. OLE color: 15800553.
HSL color Cylindrical-coordinate representation of color #E918F1: hue angle of 297.79º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E918F1 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 24 | 241 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.05 |
| HSL | 297.79º | 0.89% | 0.52% | - |
| HSV(B) | 297.79º | 0.9% | 0.95% | - |
| XYZ | 49.81 | 24.33 | 85.29 | - |
| YUV | 111.23 | 201.24 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 241 | 0.03 | 0.90 | 0 | 0.05 | 297.79 | 0.89 | 0.52 |
| Hex | E9 | 18 | F1 | 3 | 5A | 0 | 5 | 12A | 59 | 34 |
| Octal | 351 | 30 | 361 | 3 | 132 | 0 | 5 | 452 | 131 | 64 |
| Binary | 11101001 | 11000 | 11110001 | 11 | 1011010 | 0 | 101 | 100101010 | 1011001 | 110100 |
Color Harmonies of #E918F1
Complementary color
Monochromatic Colors of #E918F1
Black with #E918F1
Text Example
Text Example
White with #E918F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918F1; }
p { color: rgb(233,24,241); }
H1.HeaderClassName
{
color: #E918F1;
}
.AnyTagClassName
{
color: #E918F1;
}
</style>
background-color css
<style>
a { background-color: #E918F1; }
a { background-color: rgb(233,24,241); }
div.DivClassName
{
background-color: #E918F1;
}
.BgClassName
{
background-color: #E918F1;
}
</style>
border-color css
<style>
span { border-color: #E918F1; }
span { border-color: rgb(233,24,241); }
td.TdClassName
{
border-color: #E918F1;
}
.TagClassName
{
border-color: #E918F1;
}
</style>