Shades of Psychedelic Purple #E90FED
Tints of Psychedelic Purple #E90FED
RGB
CMYK
RGB Variations
Color information
#E90FED (or 0xE90FED) is known color: Psychedelic Purple. HEX triplet: E9, 0F and ED. RGB value is (233,15,237). Sum of RGB (Red+Green+Blue) = 233+15+237=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #E90FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90FED is #16F012. Grayscale: #686868. Windows color (decimal): -1503251 or 15536105. OLE color: 15536105.
HSL color Cylindrical-coordinate representation of color #E90FED: hue angle of 298.92º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FED is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 15 | 237 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.07 |
| HSL | 298.92º | 0.88% | 0.49% | - |
| HSV(B) | 298.92º | 0.94% | 0.93% | - |
| XYZ | 49.06 | 23.78 | 82.12 | - |
| YUV | 105.49 | 202.22 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 237 | 0.02 | 0.94 | 0 | 0.07 | 298.92 | 0.88 | 0.49 |
| Hex | E9 | F | ED | 2 | 5E | 0 | 7 | 12B | 58 | 31 |
| Octal | 351 | 17 | 355 | 2 | 136 | 0 | 7 | 453 | 130 | 61 |
| Binary | 11101001 | 1111 | 11101101 | 10 | 1011110 | 0 | 111 | 100101011 | 1011000 | 110001 |
Color Harmonies of #E90FED
Complementary color
Monochromatic Colors of #E90FED
Black with #E90FED
Text Example
Text Example
White with #E90FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FED; }
p { color: rgb(233,15,237); }
H1.HeaderClassName
{
color: #E90FED;
}
.AnyTagClassName
{
color: #E90FED;
}
</style>
background-color css
<style>
a { background-color: #E90FED; }
a { background-color: rgb(233,15,237); }
div.DivClassName
{
background-color: #E90FED;
}
.BgClassName
{
background-color: #E90FED;
}
</style>
border-color css
<style>
span { border-color: #E90FED; }
span { border-color: rgb(233,15,237); }
td.TdClassName
{
border-color: #E90FED;
}
.TagClassName
{
border-color: #E90FED;
}
</style>