Shades of Psychedelic Purple #E90FEA
Tints of Psychedelic Purple #E90FEA
RGB
CMYK
RGB Variations
Color information
#E90FEA (or 0xE90FEA) is known color: Psychedelic Purple. HEX triplet: E9, 0F and EA. RGB value is (233,15,234). Sum of RGB (Red+Green+Blue) = 233+15+234=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #E90FEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90FEA is #16F015. Grayscale: #686868. Windows color (decimal): -1503254 or 15339497. OLE color: 15339497.
HSL color Cylindrical-coordinate representation of color #E90FEA: hue angle of 299.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FEA is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 15 | 234 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.08 |
| HSL | 299.73º | 0.88% | 0.49% | - |
| HSV(B) | 299.73º | 0.94% | 0.92% | - |
| XYZ | 48.63 | 23.61 | 79.84 | - |
| YUV | 105.15 | 200.72 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 234 | 0.00 | 0.94 | 0 | 0.08 | 299.73 | 0.88 | 0.49 |
| Hex | E9 | F | EA | 0 | 5E | 0 | 8 | 12C | 58 | 31 |
| Octal | 351 | 17 | 352 | 0 | 136 | 0 | 10 | 454 | 130 | 61 |
| Binary | 11101001 | 1111 | 11101010 | 0 | 1011110 | 0 | 1000 | 100101100 | 1011000 | 110001 |
Color Harmonies of #E90FEA
Complementary color
Monochromatic Colors of #E90FEA
Black with #E90FEA
Text Example
Text Example
White with #E90FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FEA; }
p { color: rgb(233,15,234); }
H1.HeaderClassName
{
color: #E90FEA;
}
.AnyTagClassName
{
color: #E90FEA;
}
</style>
background-color css
<style>
a { background-color: #E90FEA; }
a { background-color: rgb(233,15,234); }
div.DivClassName
{
background-color: #E90FEA;
}
.BgClassName
{
background-color: #E90FEA;
}
</style>
border-color css
<style>
span { border-color: #E90FEA; }
span { border-color: rgb(233,15,234); }
td.TdClassName
{
border-color: #E90FEA;
}
.TagClassName
{
border-color: #E90FEA;
}
</style>