Shades of Psychedelic Purple #E90EEC
Tints of Psychedelic Purple #E90EEC
RGB
CMYK
RGB Variations
Color information
#E90EEC (or 0xE90EEC) is known color: Psychedelic Purple. HEX triplet: E9, 0E and EC. RGB value is (233,14,236). Sum of RGB (Red+Green+Blue) = 233+14+236=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #E90EEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90EEC is #16F113. Grayscale: #686868. Windows color (decimal): -1503508 or 15470313. OLE color: 15470313.
HSL color Cylindrical-coordinate representation of color #E90EEC: hue angle of 299.19º degrees, saturation: 0.89, 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 #E90EEC is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 14 | 236 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.07 |
| HSL | 299.19º | 0.89% | 0.49% | - |
| HSV(B) | 299.19º | 0.94% | 0.93% | - |
| XYZ | 48.9 | 23.69 | 81.35 | - |
| YUV | 104.79 | 202.05 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 236 | 0.01 | 0.94 | 0 | 0.07 | 299.19 | 0.89 | 0.49 |
| Hex | E9 | E | EC | 1 | 5E | 0 | 7 | 12B | 59 | 31 |
| Octal | 351 | 16 | 354 | 1 | 136 | 0 | 7 | 453 | 131 | 61 |
| Binary | 11101001 | 1110 | 11101100 | 1 | 1011110 | 0 | 111 | 100101011 | 1011001 | 110001 |
Color Harmonies of #E90EEC
Complementary color
Monochromatic Colors of #E90EEC
Black with #E90EEC
Text Example
Text Example
White with #E90EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90EEC; }
p { color: rgb(233,14,236); }
H1.HeaderClassName
{
color: #E90EEC;
}
.AnyTagClassName
{
color: #E90EEC;
}
</style>
background-color css
<style>
a { background-color: #E90EEC; }
a { background-color: rgb(233,14,236); }
div.DivClassName
{
background-color: #E90EEC;
}
.BgClassName
{
background-color: #E90EEC;
}
</style>
border-color css
<style>
span { border-color: #E90EEC; }
span { border-color: rgb(233,14,236); }
td.TdClassName
{
border-color: #E90EEC;
}
.TagClassName
{
border-color: #E90EEC;
}
</style>