Shades of Psychedelic Purple #E918F2
Tints of Psychedelic Purple #E918F2
RGB
CMYK
RGB Variations
Color information
#E918F2 (or 0xE918F2) is known color: Psychedelic Purple. HEX triplet: E9, 18 and F2. RGB value is (233,24,242). Sum of RGB (Red+Green+Blue) = 233+24+242=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 24 (9.77% from 255 or 4.81% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #E918F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E918F2 is #16E70D. Grayscale: #6E6E6E. Windows color (decimal): -1500942 or 15866089. OLE color: 15866089.
HSL color Cylindrical-coordinate representation of color #E918F2: hue angle of 297.52º 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 #E918F2 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 24 | 242 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.05 |
| HSL | 297.52º | 0.89% | 0.52% | - |
| HSV(B) | 297.52º | 0.9% | 0.95% | - |
| XYZ | 49.96 | 24.39 | 86.08 | - |
| YUV | 111.34 | 201.74 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 242 | 0.04 | 0.90 | 0 | 0.05 | 297.52 | 0.89 | 0.52 |
| Hex | E9 | 18 | F2 | 4 | 5A | 0 | 5 | 12A | 59 | 34 |
| Octal | 351 | 30 | 362 | 4 | 132 | 0 | 5 | 452 | 131 | 64 |
| Binary | 11101001 | 11000 | 11110010 | 100 | 1011010 | 0 | 101 | 100101010 | 1011001 | 110100 |
Color Harmonies of #E918F2
Complementary color
Monochromatic Colors of #E918F2
Black with #E918F2
Text Example
Text Example
White with #E918F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918F2; }
p { color: rgb(233,24,242); }
H1.HeaderClassName
{
color: #E918F2;
}
.AnyTagClassName
{
color: #E918F2;
}
</style>
background-color css
<style>
a { background-color: #E918F2; }
a { background-color: rgb(233,24,242); }
div.DivClassName
{
background-color: #E918F2;
}
.BgClassName
{
background-color: #E918F2;
}
</style>
border-color css
<style>
span { border-color: #E918F2; }
span { border-color: rgb(233,24,242); }
td.TdClassName
{
border-color: #E918F2;
}
.TagClassName
{
border-color: #E918F2;
}
</style>