Shades of Psychedelic Purple #E923EA
Tints of Psychedelic Purple #E923EA
RGB
CMYK
RGB Variations
Color information
#E923EA (or 0xE923EA) is known color: Psychedelic Purple. HEX triplet: E9, 23 and EA. RGB value is (233,35,234). Sum of RGB (Red+Green+Blue) = 233+35+234=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 35 (14.06% from 255 or 6.97% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #E923EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E923EA is #16DC15. Grayscale: #747474. Windows color (decimal): -1498134 or 15344617. OLE color: 15344617.
HSL color Cylindrical-coordinate representation of color #E923EA: hue angle of 299.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E923EA is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 35 | 234 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.08 |
| HSL | 299.7º | 0.83% | 0.53% | - |
| HSV(B) | 299.7º | 0.85% | 0.92% | - |
| XYZ | 49.06 | 24.47 | 79.98 | - |
| YUV | 116.89 | 194.1 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 234 | 0.00 | 0.85 | 0 | 0.08 | 299.7 | 0.83 | 0.53 |
| Hex | E9 | 23 | EA | 0 | 55 | 0 | 8 | 12C | 53 | 35 |
| Octal | 351 | 43 | 352 | 0 | 125 | 0 | 10 | 454 | 123 | 65 |
| Binary | 11101001 | 100011 | 11101010 | 0 | 1010101 | 0 | 1000 | 100101100 | 1010011 | 110101 |
Color Harmonies of #E923EA
Complementary color
Monochromatic Colors of #E923EA
Black with #E923EA
Text Example
Text Example
White with #E923EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E923EA; }
p { color: rgb(233,35,234); }
H1.HeaderClassName
{
color: #E923EA;
}
.AnyTagClassName
{
color: #E923EA;
}
</style>
background-color css
<style>
a { background-color: #E923EA; }
a { background-color: rgb(233,35,234); }
div.DivClassName
{
background-color: #E923EA;
}
.BgClassName
{
background-color: #E923EA;
}
</style>
border-color css
<style>
span { border-color: #E923EA; }
span { border-color: rgb(233,35,234); }
td.TdClassName
{
border-color: #E923EA;
}
.TagClassName
{
border-color: #E923EA;
}
</style>