Shades of Psychedelic Purple #E915F1
Tints of Psychedelic Purple #E915F1
RGB
CMYK
RGB Variations
Color information
#E915F1 (or 0xE915F1) is known color: Psychedelic Purple. HEX triplet: E9, 15 and F1. RGB value is (233,21,241). Sum of RGB (Red+Green+Blue) = 233+21+241=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #E915F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E915F1 is #16EA0E. Grayscale: #6C6C6C. Windows color (decimal): -1501711 or 15799785. OLE color: 15799785.
HSL color Cylindrical-coordinate representation of color #E915F1: hue angle of 297.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E915F1 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 21 | 241 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.05 |
| HSL | 297.82º | 0.89% | 0.51% | - |
| HSV(B) | 297.82º | 0.91% | 0.95% | - |
| XYZ | 49.75 | 24.21 | 85.27 | - |
| YUV | 109.47 | 202.24 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 241 | 0.03 | 0.91 | 0 | 0.05 | 297.82 | 0.89 | 0.51 |
| Hex | E9 | 15 | F1 | 3 | 5B | 0 | 5 | 12A | 59 | 33 |
| Octal | 351 | 25 | 361 | 3 | 133 | 0 | 5 | 452 | 131 | 63 |
| Binary | 11101001 | 10101 | 11110001 | 11 | 1011011 | 0 | 101 | 100101010 | 1011001 | 110011 |
Color Harmonies of #E915F1
Complementary color
Monochromatic Colors of #E915F1
Black with #E915F1
Text Example
Text Example
White with #E915F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E915F1; }
p { color: rgb(233,21,241); }
H1.HeaderClassName
{
color: #E915F1;
}
.AnyTagClassName
{
color: #E915F1;
}
</style>
background-color css
<style>
a { background-color: #E915F1; }
a { background-color: rgb(233,21,241); }
div.DivClassName
{
background-color: #E915F1;
}
.BgClassName
{
background-color: #E915F1;
}
</style>
border-color css
<style>
span { border-color: #E915F1; }
span { border-color: rgb(233,21,241); }
td.TdClassName
{
border-color: #E915F1;
}
.TagClassName
{
border-color: #E915F1;
}
</style>