Shades of Psychedelic Purple #E915FF
Tints of Psychedelic Purple #E915FF
RGB
CMYK
RGB Variations
Color information
#E915FF (or 0xE915FF) is known color: Psychedelic Purple. HEX triplet: E9, 15 and FF. RGB value is (233,21,255). Sum of RGB (Red+Green+Blue) = 233+21+255=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 21 (8.59% from 255 or 4.13% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #E915FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E915FF is #16EA00. Grayscale: #6E6E6E. Windows color (decimal): -1501697 or 16717289. OLE color: 16717289.
HSL color Cylindrical-coordinate representation of color #E915FF: hue angle of 294.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E915FF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 21 | 255 | - |
| CMYK | 0.09 | 0.92 | 0 | 0 |
| HSL | 294.36º | 1% | 0.54% | - |
| HSV(B) | 294.36º | 0.92% | 1% | - |
| XYZ | 51.92 | 25.08 | 96.71 | - |
| YUV | 111.06 | 209.24 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 255 | 0.09 | 0.92 | 0 | 0 | 294.36 | 1 | 0.54 |
| Hex | E9 | 15 | FF | 9 | 5C | 0 | 0 | 126 | 64 | 36 |
| Octal | 351 | 25 | 377 | 11 | 134 | 0 | 0 | 446 | 144 | 66 |
| Binary | 11101001 | 10101 | 11111111 | 1001 | 1011100 | 0 | 0 | 100100110 | 1100100 | 110110 |
Color Harmonies of #E915FF
Complementary color
Monochromatic Colors of #E915FF
Black with #E915FF
Text Example
Text Example
White with #E915FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E915FF; }
p { color: rgb(233,21,255); }
H1.HeaderClassName
{
color: #E915FF;
}
.AnyTagClassName
{
color: #E915FF;
}
</style>
background-color css
<style>
a { background-color: #E915FF; }
a { background-color: rgb(233,21,255); }
div.DivClassName
{
background-color: #E915FF;
}
.BgClassName
{
background-color: #E915FF;
}
</style>
border-color css
<style>
span { border-color: #E915FF; }
span { border-color: rgb(233,21,255); }
td.TdClassName
{
border-color: #E915FF;
}
.TagClassName
{
border-color: #E915FF;
}
</style>