Shades of Psychedelic Purple #E32EF9
Tints of Psychedelic Purple #E32EF9
RGB
CMYK
RGB Variations
Color information
#E32EF9 (or 0xE32EF9) is known color: Psychedelic Purple. HEX triplet: E3, 2E and F9. RGB value is (227,46,249). Sum of RGB (Red+Green+Blue) = 227+46+249=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 46 (18.36% from 255 or 8.81% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #E32EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32EF9 is #1CD106. Grayscale: #7A7A7A. Windows color (decimal): -1888519 or 16330467. OLE color: 16330467.
HSL color Cylindrical-coordinate representation of color #E32EF9: hue angle of 293.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32EF9 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 46 | 249 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.02 |
| HSL | 293.5º | 0.94% | 0.58% | - |
| HSV(B) | 293.5º | 0.82% | 0.98% | - |
| XYZ | 49.75 | 25.12 | 91.85 | - |
| YUV | 123.26 | 198.97 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 249 | 0.09 | 0.82 | 0 | 0.02 | 293.5 | 0.94 | 0.58 |
| Hex | E3 | 2E | F9 | 9 | 52 | 0 | 2 | 125 | 5E | 3A |
| Octal | 343 | 56 | 371 | 11 | 122 | 0 | 2 | 445 | 136 | 72 |
| Binary | 11100011 | 101110 | 11111001 | 1001 | 1010010 | 0 | 10 | 100100101 | 1011110 | 111010 |
Color Harmonies of #E32EF9
Complementary color
Monochromatic Colors of #E32EF9
Black with #E32EF9
Text Example
Text Example
White with #E32EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32EF9; }
p { color: rgb(227,46,249); }
H1.HeaderClassName
{
color: #E32EF9;
}
.AnyTagClassName
{
color: #E32EF9;
}
</style>
background-color css
<style>
a { background-color: #E32EF9; }
a { background-color: rgb(227,46,249); }
div.DivClassName
{
background-color: #E32EF9;
}
.BgClassName
{
background-color: #E32EF9;
}
</style>
border-color css
<style>
span { border-color: #E32EF9; }
span { border-color: rgb(227,46,249); }
td.TdClassName
{
border-color: #E32EF9;
}
.TagClassName
{
border-color: #E32EF9;
}
</style>