Shades of Psychedelic Purple #E320F3
Tints of Psychedelic Purple #E320F3
RGB
CMYK
RGB Variations
Color information
#E320F3 (or 0xE320F3) is known color: Psychedelic Purple. HEX triplet: E3, 20 and F3. RGB value is (227,32,243). Sum of RGB (Red+Green+Blue) = 227+32+243=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #E320F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E320F3 is #1CDF0C. Grayscale: #717171. Windows color (decimal): -1892109 or 15933667. OLE color: 15933667.
HSL color Cylindrical-coordinate representation of color #E320F3: hue angle of 295.45º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E320F3 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 32 | 243 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.05 |
| HSL | 295.45º | 0.9% | 0.54% | - |
| HSV(B) | 295.45º | 0.87% | 0.95% | - |
| XYZ | 48.37 | 23.83 | 86.85 | - |
| YUV | 114.36 | 200.6 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 243 | 0.07 | 0.87 | 0 | 0.05 | 295.45 | 0.9 | 0.54 |
| Hex | E3 | 20 | F3 | 7 | 57 | 0 | 5 | 127 | 5A | 36 |
| Octal | 343 | 40 | 363 | 7 | 127 | 0 | 5 | 447 | 132 | 66 |
| Binary | 11100011 | 100000 | 11110011 | 111 | 1010111 | 0 | 101 | 100100111 | 1011010 | 110110 |
Color Harmonies of #E320F3
Complementary color
Monochromatic Colors of #E320F3
Black with #E320F3
Text Example
Text Example
White with #E320F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E320F3; }
p { color: rgb(227,32,243); }
H1.HeaderClassName
{
color: #E320F3;
}
.AnyTagClassName
{
color: #E320F3;
}
</style>
background-color css
<style>
a { background-color: #E320F3; }
a { background-color: rgb(227,32,243); }
div.DivClassName
{
background-color: #E320F3;
}
.BgClassName
{
background-color: #E320F3;
}
</style>
border-color css
<style>
span { border-color: #E320F3; }
span { border-color: rgb(227,32,243); }
td.TdClassName
{
border-color: #E320F3;
}
.TagClassName
{
border-color: #E320F3;
}
</style>