Shades of Psychedelic Purple #E322F9
Tints of Psychedelic Purple #E322F9
RGB
CMYK
RGB Variations
Color information
#E322F9 (or 0xE322F9) is known color: Psychedelic Purple. HEX triplet: E3, 22 and F9. RGB value is (227,34,249). Sum of RGB (Red+Green+Blue) = 227+34+249=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 34 (13.67% from 255 or 6.67% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #E322F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E322F9 is #1CDD06. Grayscale: #737373. Windows color (decimal): -1891591 or 16327395. OLE color: 16327395.
HSL color Cylindrical-coordinate representation of color #E322F9: hue angle of 293.86º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E322F9 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 34 | 249 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.02 |
| HSL | 293.86º | 0.95% | 0.55% | - |
| HSV(B) | 293.86º | 0.86% | 0.98% | - |
| XYZ | 49.35 | 24.31 | 91.71 | - |
| YUV | 116.22 | 202.94 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 249 | 0.09 | 0.86 | 0 | 0.02 | 293.86 | 0.95 | 0.55 |
| Hex | E3 | 22 | F9 | 9 | 56 | 0 | 2 | 126 | 5F | 37 |
| Octal | 343 | 42 | 371 | 11 | 126 | 0 | 2 | 446 | 137 | 67 |
| Binary | 11100011 | 100010 | 11111001 | 1001 | 1010110 | 0 | 10 | 100100110 | 1011111 | 110111 |
Color Harmonies of #E322F9
Complementary color
Monochromatic Colors of #E322F9
Black with #E322F9
Text Example
Text Example
White with #E322F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E322F9; }
p { color: rgb(227,34,249); }
H1.HeaderClassName
{
color: #E322F9;
}
.AnyTagClassName
{
color: #E322F9;
}
</style>
background-color css
<style>
a { background-color: #E322F9; }
a { background-color: rgb(227,34,249); }
div.DivClassName
{
background-color: #E322F9;
}
.BgClassName
{
background-color: #E322F9;
}
</style>
border-color css
<style>
span { border-color: #E322F9; }
span { border-color: rgb(227,34,249); }
td.TdClassName
{
border-color: #E322F9;
}
.TagClassName
{
border-color: #E322F9;
}
</style>