Shades of Psychedelic Purple #E90EEA
Tints of Psychedelic Purple #E90EEA
RGB
CMYK
RGB Variations
Color information
#E90EEA (or 0xE90EEA) is known color: Psychedelic Purple. HEX triplet: E9, 0E and EA. RGB value is (233,14,234). Sum of RGB (Red+Green+Blue) = 233+14+234=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #E90EEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90EEA is #16F115. Grayscale: #676767. Windows color (decimal): -1503510 or 15339241. OLE color: 15339241.
HSL color Cylindrical-coordinate representation of color #E90EEA: hue angle of 299.73º degrees, saturation: 0.89, 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 #E90EEA is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 14 | 234 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.08 |
| HSL | 299.73º | 0.89% | 0.49% | - |
| HSV(B) | 299.73º | 0.94% | 0.92% | - |
| XYZ | 48.61 | 23.58 | 79.83 | - |
| YUV | 104.56 | 201.05 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 234 | 0.00 | 0.94 | 0 | 0.08 | 299.73 | 0.89 | 0.49 |
| Hex | E9 | E | EA | 0 | 5E | 0 | 8 | 12C | 59 | 31 |
| Octal | 351 | 16 | 352 | 0 | 136 | 0 | 10 | 454 | 131 | 61 |
| Binary | 11101001 | 1110 | 11101010 | 0 | 1011110 | 0 | 1000 | 100101100 | 1011001 | 110001 |
Color Harmonies of #E90EEA
Complementary color
Monochromatic Colors of #E90EEA
Black with #E90EEA
Text Example
Text Example
White with #E90EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90EEA; }
p { color: rgb(233,14,234); }
H1.HeaderClassName
{
color: #E90EEA;
}
.AnyTagClassName
{
color: #E90EEA;
}
</style>
background-color css
<style>
a { background-color: #E90EEA; }
a { background-color: rgb(233,14,234); }
div.DivClassName
{
background-color: #E90EEA;
}
.BgClassName
{
background-color: #E90EEA;
}
</style>
border-color css
<style>
span { border-color: #E90EEA; }
span { border-color: rgb(233,14,234); }
td.TdClassName
{
border-color: #E90EEA;
}
.TagClassName
{
border-color: #E90EEA;
}
</style>