Shades of Psychedelic Purple #E915F0
Tints of Psychedelic Purple #E915F0
RGB
CMYK
RGB Variations
Color information
#E915F0 (or 0xE915F0) is known color: Psychedelic Purple. HEX triplet: E9, 15 and F0. RGB value is (233,21,240). Sum of RGB (Red+Green+Blue) = 233+21+240=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #E915F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E915F0 is #16EA0F. Grayscale: #6C6C6C. Windows color (decimal): -1501712 or 15734249. OLE color: 15734249.
HSL color Cylindrical-coordinate representation of color #E915F0: hue angle of 298.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E915F0 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 21 | 240 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.06 |
| HSL | 298.08º | 0.88% | 0.51% | - |
| HSV(B) | 298.08º | 0.91% | 0.94% | - |
| XYZ | 49.6 | 24.15 | 84.49 | - |
| YUV | 109.35 | 201.74 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 240 | 0.03 | 0.91 | 0 | 0.06 | 298.08 | 0.88 | 0.51 |
| Hex | E9 | 15 | F0 | 3 | 5B | 0 | 6 | 12A | 58 | 33 |
| Octal | 351 | 25 | 360 | 3 | 133 | 0 | 6 | 452 | 130 | 63 |
| Binary | 11101001 | 10101 | 11110000 | 11 | 1011011 | 0 | 110 | 100101010 | 1011000 | 110011 |
Color Harmonies of #E915F0
Complementary color
Monochromatic Colors of #E915F0
Black with #E915F0
Text Example
Text Example
White with #E915F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E915F0; }
p { color: rgb(233,21,240); }
H1.HeaderClassName
{
color: #E915F0;
}
.AnyTagClassName
{
color: #E915F0;
}
</style>
background-color css
<style>
a { background-color: #E915F0; }
a { background-color: rgb(233,21,240); }
div.DivClassName
{
background-color: #E915F0;
}
.BgClassName
{
background-color: #E915F0;
}
</style>
border-color css
<style>
span { border-color: #E915F0; }
span { border-color: rgb(233,21,240); }
td.TdClassName
{
border-color: #E915F0;
}
.TagClassName
{
border-color: #E915F0;
}
</style>