Shades of Psychedelic Purple #E900EA
Tints of Psychedelic Purple #E900EA
RGB
CMYK
RGB Variations
Color information
#E900EA (or 0xE900EA) is known color: Psychedelic Purple. HEX triplet: E9, 00 and EA. RGB value is (233,0,234). Sum of RGB (Red+Green+Blue) = 233+0+234=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #E900EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E900EA is #16FF15. Grayscale: #5F5F5F. Windows color (decimal): -1507094 or 15335657. OLE color: 15335657.
HSL color Cylindrical-coordinate representation of color #E900EA: hue angle of 299.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900EA is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 0 | 234 | - |
| CMYK | 0.00 | 1 | 0 | 0.08 |
| HSL | 299.74º | 1% | 0.46% | - |
| HSV(B) | 299.74º | 1% | 0.92% | - |
| XYZ | 48.46 | 23.26 | 79.78 | - |
| YUV | 96.34 | 205.69 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 234 | 0.00 | 1 | 0 | 0.08 | 299.74 | 1 | 0.46 |
| Hex | E9 | 0 | EA | 0 | 64 | 0 | 8 | 12C | 64 | 2E |
| Octal | 351 | 0 | 352 | 0 | 144 | 0 | 10 | 454 | 144 | 56 |
| Binary | 11101001 | 0 | 11101010 | 0 | 1100100 | 0 | 1000 | 100101100 | 1100100 | 101110 |
Color Harmonies of #E900EA
Complementary color
Monochromatic Colors of #E900EA
Black with #E900EA
Text Example
Text Example
White with #E900EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900EA; }
p { color: rgb(233,0,234); }
H1.HeaderClassName
{
color: #E900EA;
}
.AnyTagClassName
{
color: #E900EA;
}
</style>
background-color css
<style>
a { background-color: #E900EA; }
a { background-color: rgb(233,0,234); }
div.DivClassName
{
background-color: #E900EA;
}
.BgClassName
{
background-color: #E900EA;
}
</style>
border-color css
<style>
span { border-color: #E900EA; }
span { border-color: rgb(233,0,234); }
td.TdClassName
{
border-color: #E900EA;
}
.TagClassName
{
border-color: #E900EA;
}
</style>