Shades of Psychedelic Purple #E90AEA
Tints of Psychedelic Purple #E90AEA
RGB
CMYK
RGB Variations
Color information
#E90AEA (or 0xE90AEA) is known color: Psychedelic Purple. HEX triplet: E9, 0A and EA. RGB value is (233,10,234). Sum of RGB (Red+Green+Blue) = 233+10+234=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #E90AEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90AEA is #16F515. Grayscale: #656565. Windows color (decimal): -1504534 or 15338217. OLE color: 15338217.
HSL color Cylindrical-coordinate representation of color #E90AEA: hue angle of 299.73º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90AEA is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 10 | 234 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.08 |
| HSL | 299.73º | 0.92% | 0.48% | - |
| HSV(B) | 299.73º | 0.96% | 0.92% | - |
| XYZ | 48.56 | 23.48 | 79.81 | - |
| YUV | 102.21 | 202.38 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 234 | 0.00 | 0.96 | 0 | 0.08 | 299.73 | 0.92 | 0.48 |
| Hex | E9 | A | EA | 0 | 60 | 0 | 8 | 12C | 5C | 30 |
| Octal | 351 | 12 | 352 | 0 | 140 | 0 | 10 | 454 | 134 | 60 |
| Binary | 11101001 | 1010 | 11101010 | 0 | 1100000 | 0 | 1000 | 100101100 | 1011100 | 110000 |
Color Harmonies of #E90AEA
Complementary color
Monochromatic Colors of #E90AEA
Black with #E90AEA
Text Example
Text Example
White with #E90AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90AEA; }
p { color: rgb(233,10,234); }
H1.HeaderClassName
{
color: #E90AEA;
}
.AnyTagClassName
{
color: #E90AEA;
}
</style>
background-color css
<style>
a { background-color: #E90AEA; }
a { background-color: rgb(233,10,234); }
div.DivClassName
{
background-color: #E90AEA;
}
.BgClassName
{
background-color: #E90AEA;
}
</style>
border-color css
<style>
span { border-color: #E90AEA; }
span { border-color: rgb(233,10,234); }
td.TdClassName
{
border-color: #E90AEA;
}
.TagClassName
{
border-color: #E90AEA;
}
</style>