Shades of Psychedelic Purple #E90EFF
Tints of Psychedelic Purple #E90EFF
RGB
CMYK
RGB Variations
Color information
#E90EFF (or 0xE90EFF) is known color: Psychedelic Purple. HEX triplet: E9, 0E and FF. RGB value is (233,14,255). Sum of RGB (Red+Green+Blue) = 233+14+255=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 14 (5.86% from 255 or 2.79% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #E90EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90EFF is #16F100. Grayscale: #6A6A6A. Windows color (decimal): -1503489 or 16715497. OLE color: 16715497.
HSL color Cylindrical-coordinate representation of color #E90EFF: hue angle of 294.52º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90EFF is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 14 | 255 | - |
| CMYK | 0.09 | 0.95 | 0 | 0 |
| HSL | 294.52º | 1% | 0.53% | - |
| HSV(B) | 294.52º | 0.95% | 1% | - |
| XYZ | 51.81 | 24.86 | 96.68 | - |
| YUV | 106.96 | 211.55 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 255 | 0.09 | 0.95 | 0 | 0 | 294.52 | 1 | 0.53 |
| Hex | E9 | E | FF | 9 | 5F | 0 | 0 | 127 | 64 | 35 |
| Octal | 351 | 16 | 377 | 11 | 137 | 0 | 0 | 447 | 144 | 65 |
| Binary | 11101001 | 1110 | 11111111 | 1001 | 1011111 | 0 | 0 | 100100111 | 1100100 | 110101 |
Color Harmonies of #E90EFF
Complementary color
Monochromatic Colors of #E90EFF
Black with #E90EFF
Text Example
Text Example
White with #E90EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90EFF; }
p { color: rgb(233,14,255); }
H1.HeaderClassName
{
color: #E90EFF;
}
.AnyTagClassName
{
color: #E90EFF;
}
</style>
background-color css
<style>
a { background-color: #E90EFF; }
a { background-color: rgb(233,14,255); }
div.DivClassName
{
background-color: #E90EFF;
}
.BgClassName
{
background-color: #E90EFF;
}
</style>
border-color css
<style>
span { border-color: #E90EFF; }
span { border-color: rgb(233,14,255); }
td.TdClassName
{
border-color: #E90EFF;
}
.TagClassName
{
border-color: #E90EFF;
}
</style>