Shades of Psychedelic Purple #E915FA
Tints of Psychedelic Purple #E915FA
RGB
CMYK
RGB Variations
Color information
#E915FA (or 0xE915FA) is known color: Psychedelic Purple. HEX triplet: E9, 15 and FA. RGB value is (233,21,250). Sum of RGB (Red+Green+Blue) = 233+21+250=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #E915FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E915FA is #16EA05. Grayscale: #6D6D6D. Windows color (decimal): -1501702 or 16389609. OLE color: 16389609.
HSL color Cylindrical-coordinate representation of color #E915FA: hue angle of 295.55º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E915FA is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 21 | 250 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.02 |
| HSL | 295.55º | 0.96% | 0.53% | - |
| HSV(B) | 295.55º | 0.92% | 0.98% | - |
| XYZ | 51.13 | 24.76 | 92.53 | - |
| YUV | 110.49 | 206.74 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 250 | 0.07 | 0.92 | 0 | 0.02 | 295.55 | 0.96 | 0.53 |
| Hex | E9 | 15 | FA | 7 | 5C | 0 | 2 | 128 | 60 | 35 |
| Octal | 351 | 25 | 372 | 7 | 134 | 0 | 2 | 450 | 140 | 65 |
| Binary | 11101001 | 10101 | 11111010 | 111 | 1011100 | 0 | 10 | 100101000 | 1100000 | 110101 |
Color Harmonies of #E915FA
Complementary color
Monochromatic Colors of #E915FA
Black with #E915FA
Text Example
Text Example
White with #E915FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E915FA; }
p { color: rgb(233,21,250); }
H1.HeaderClassName
{
color: #E915FA;
}
.AnyTagClassName
{
color: #E915FA;
}
</style>
background-color css
<style>
a { background-color: #E915FA; }
a { background-color: rgb(233,21,250); }
div.DivClassName
{
background-color: #E915FA;
}
.BgClassName
{
background-color: #E915FA;
}
</style>
border-color css
<style>
span { border-color: #E915FA; }
span { border-color: rgb(233,21,250); }
td.TdClassName
{
border-color: #E915FA;
}
.TagClassName
{
border-color: #E915FA;
}
</style>