Shades of Psychedelic Purple #E90FF0
Tints of Psychedelic Purple #E90FF0
RGB
CMYK
RGB Variations
Color information
#E90FF0 (or 0xE90FF0) is known color: Psychedelic Purple. HEX triplet: E9, 0F and F0. RGB value is (233,15,240). Sum of RGB (Red+Green+Blue) = 233+15+240=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #E90FF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90FF0 is #16F00F. Grayscale: #696969. Windows color (decimal): -1503248 or 15732713. OLE color: 15732713.
HSL color Cylindrical-coordinate representation of color #E90FF0: hue angle of 298.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FF0 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 15 | 240 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.06 |
| HSL | 298.13º | 0.88% | 0.5% | - |
| HSV(B) | 298.13º | 0.94% | 0.94% | - |
| XYZ | 49.5 | 23.96 | 84.45 | - |
| YUV | 105.83 | 203.72 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 240 | 0.03 | 0.94 | 0 | 0.06 | 298.13 | 0.88 | 0.5 |
| Hex | E9 | F | F0 | 3 | 5E | 0 | 6 | 12A | 58 | 32 |
| Octal | 351 | 17 | 360 | 3 | 136 | 0 | 6 | 452 | 130 | 62 |
| Binary | 11101001 | 1111 | 11110000 | 11 | 1011110 | 0 | 110 | 100101010 | 1011000 | 110010 |
Color Harmonies of #E90FF0
Complementary color
Monochromatic Colors of #E90FF0
Black with #E90FF0
Text Example
Text Example
White with #E90FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FF0; }
p { color: rgb(233,15,240); }
H1.HeaderClassName
{
color: #E90FF0;
}
.AnyTagClassName
{
color: #E90FF0;
}
</style>
background-color css
<style>
a { background-color: #E90FF0; }
a { background-color: rgb(233,15,240); }
div.DivClassName
{
background-color: #E90FF0;
}
.BgClassName
{
background-color: #E90FF0;
}
</style>
border-color css
<style>
span { border-color: #E90FF0; }
span { border-color: rgb(233,15,240); }
td.TdClassName
{
border-color: #E90FF0;
}
.TagClassName
{
border-color: #E90FF0;
}
</style>