Shades of Psychedelic Purple #E909EA
Tints of Psychedelic Purple #E909EA
RGB
CMYK
RGB Variations
Color information
#E909EA (or 0xE909EA) is known color: Psychedelic Purple. HEX triplet: E9, 09 and EA. RGB value is (233,9,234). Sum of RGB (Red+Green+Blue) = 233+9+234=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #E909EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E909EA is #16F615. Grayscale: #646464. Windows color (decimal): -1504790 or 15337961. OLE color: 15337961.
HSL color Cylindrical-coordinate representation of color #E909EA: hue angle of 299.73º degrees, saturation: 0.93, 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 #E909EA is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 9 | 234 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.08 |
| HSL | 299.73º | 0.93% | 0.48% | - |
| HSV(B) | 299.73º | 0.96% | 0.92% | - |
| XYZ | 48.55 | 23.46 | 79.81 | - |
| YUV | 101.63 | 202.71 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 9 | 234 | 0.00 | 0.96 | 0 | 0.08 | 299.73 | 0.93 | 0.48 |
| Hex | E9 | 9 | EA | 0 | 60 | 0 | 8 | 12C | 5D | 30 |
| Octal | 351 | 11 | 352 | 0 | 140 | 0 | 10 | 454 | 135 | 60 |
| Binary | 11101001 | 1001 | 11101010 | 0 | 1100000 | 0 | 1000 | 100101100 | 1011101 | 110000 |
Color Harmonies of #E909EA
Complementary color
Monochromatic Colors of #E909EA
Black with #E909EA
Text Example
Text Example
White with #E909EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E909EA; }
p { color: rgb(233,9,234); }
H1.HeaderClassName
{
color: #E909EA;
}
.AnyTagClassName
{
color: #E909EA;
}
</style>
background-color css
<style>
a { background-color: #E909EA; }
a { background-color: rgb(233,9,234); }
div.DivClassName
{
background-color: #E909EA;
}
.BgClassName
{
background-color: #E909EA;
}
</style>
border-color css
<style>
span { border-color: #E909EA; }
span { border-color: rgb(233,9,234); }
td.TdClassName
{
border-color: #E909EA;
}
.TagClassName
{
border-color: #E909EA;
}
</style>