Shades of Psychedelic Purple #E320FF
Tints of Psychedelic Purple #E320FF
RGB
CMYK
RGB Variations
Color information
#E320FF (or 0xE320FF) is known color: Psychedelic Purple. HEX triplet: E3, 20 and FF. RGB value is (227,32,255). Sum of RGB (Red+Green+Blue) = 227+32+255=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 32 (12.89% from 255 or 6.23% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #E320FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E320FF is #1CDF00. Grayscale: #737373. Windows color (decimal): -1892097 or 16720099. OLE color: 16720099.
HSL color Cylindrical-coordinate representation of color #E320FF: hue angle of 292.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E320FF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 32 | 255 | - |
| CMYK | 0.11 | 0.87 | 0 | 0 |
| HSL | 292.47º | 1% | 0.56% | - |
| HSV(B) | 292.47º | 0.87% | 1% | - |
| XYZ | 50.25 | 24.58 | 96.7 | - |
| YUV | 115.73 | 206.6 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 255 | 0.11 | 0.87 | 0 | 0 | 292.47 | 1 | 0.56 |
| Hex | E3 | 20 | FF | B | 57 | 0 | 0 | 124 | 64 | 38 |
| Octal | 343 | 40 | 377 | 13 | 127 | 0 | 0 | 444 | 144 | 70 |
| Binary | 11100011 | 100000 | 11111111 | 1011 | 1010111 | 0 | 0 | 100100100 | 1100100 | 111000 |
Color Harmonies of #E320FF
Complementary color
Monochromatic Colors of #E320FF
Black with #E320FF
Text Example
Text Example
White with #E320FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E320FF; }
p { color: rgb(227,32,255); }
H1.HeaderClassName
{
color: #E320FF;
}
.AnyTagClassName
{
color: #E320FF;
}
</style>
background-color css
<style>
a { background-color: #E320FF; }
a { background-color: rgb(227,32,255); }
div.DivClassName
{
background-color: #E320FF;
}
.BgClassName
{
background-color: #E320FF;
}
</style>
border-color css
<style>
span { border-color: #E320FF; }
span { border-color: rgb(227,32,255); }
td.TdClassName
{
border-color: #E320FF;
}
.TagClassName
{
border-color: #E320FF;
}
</style>