Shades of Psychedelic Purple #E32FF2
Tints of Psychedelic Purple #E32FF2
RGB
CMYK
RGB Variations
Color information
#E32FF2 (or 0xE32FF2) is known color: Psychedelic Purple. HEX triplet: E3, 2F and F2. RGB value is (227,47,242). Sum of RGB (Red+Green+Blue) = 227+47+242=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 47 (18.75% from 255 or 9.11% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #E32FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32FF2 is #1CD00D. Grayscale: #7A7A7A. Windows color (decimal): -1888270 or 15871971. OLE color: 15871971.
HSL color Cylindrical-coordinate representation of color #E32FF2: hue angle of 295.38º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32FF2 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 47 | 242 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.05 |
| HSL | 295.38º | 0.88% | 0.57% | - |
| HSV(B) | 295.38º | 0.81% | 0.95% | - |
| XYZ | 48.72 | 24.77 | 86.22 | - |
| YUV | 123.05 | 195.13 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 242 | 0.06 | 0.81 | 0 | 0.05 | 295.38 | 0.88 | 0.57 |
| Hex | E3 | 2F | F2 | 6 | 51 | 0 | 5 | 127 | 58 | 39 |
| Octal | 343 | 57 | 362 | 6 | 121 | 0 | 5 | 447 | 130 | 71 |
| Binary | 11100011 | 101111 | 11110010 | 110 | 1010001 | 0 | 101 | 100100111 | 1011000 | 111001 |
Color Harmonies of #E32FF2
Complementary color
Monochromatic Colors of #E32FF2
Black with #E32FF2
Text Example
Text Example
White with #E32FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32FF2; }
p { color: rgb(227,47,242); }
H1.HeaderClassName
{
color: #E32FF2;
}
.AnyTagClassName
{
color: #E32FF2;
}
</style>
background-color css
<style>
a { background-color: #E32FF2; }
a { background-color: rgb(227,47,242); }
div.DivClassName
{
background-color: #E32FF2;
}
.BgClassName
{
background-color: #E32FF2;
}
</style>
border-color css
<style>
span { border-color: #E32FF2; }
span { border-color: rgb(227,47,242); }
td.TdClassName
{
border-color: #E32FF2;
}
.TagClassName
{
border-color: #E32FF2;
}
</style>