Shades of Psychedelic Purple #E330F4
Tints of Psychedelic Purple #E330F4
RGB
CMYK
RGB Variations
Color information
#E330F4 (or 0xE330F4) is known color: Psychedelic Purple. HEX triplet: E3, 30 and F4. RGB value is (227,48,244). Sum of RGB (Red+Green+Blue) = 227+48+244=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 48 (19.14% from 255 or 9.25% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #E330F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E330F4 is #1CCF0B. Grayscale: #7B7B7B. Windows color (decimal): -1888012 or 16003299. OLE color: 16003299.
HSL color Cylindrical-coordinate representation of color #E330F4: hue angle of 294.8º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E330F4 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 48 | 244 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.04 |
| HSL | 294.8º | 0.9% | 0.57% | - |
| HSV(B) | 294.8º | 0.8% | 0.96% | - |
| XYZ | 49.06 | 24.98 | 87.82 | - |
| YUV | 123.87 | 195.8 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 244 | 0.07 | 0.80 | 0 | 0.04 | 294.8 | 0.9 | 0.57 |
| Hex | E3 | 30 | F4 | 7 | 50 | 0 | 4 | 127 | 5A | 39 |
| Octal | 343 | 60 | 364 | 7 | 120 | 0 | 4 | 447 | 132 | 71 |
| Binary | 11100011 | 110000 | 11110100 | 111 | 1010000 | 0 | 100 | 100100111 | 1011010 | 111001 |
Color Harmonies of #E330F4
Complementary color
Monochromatic Colors of #E330F4
Black with #E330F4
Text Example
Text Example
White with #E330F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E330F4; }
p { color: rgb(227,48,244); }
H1.HeaderClassName
{
color: #E330F4;
}
.AnyTagClassName
{
color: #E330F4;
}
</style>
background-color css
<style>
a { background-color: #E330F4; }
a { background-color: rgb(227,48,244); }
div.DivClassName
{
background-color: #E330F4;
}
.BgClassName
{
background-color: #E330F4;
}
</style>
border-color css
<style>
span { border-color: #E330F4; }
span { border-color: rgb(227,48,244); }
td.TdClassName
{
border-color: #E330F4;
}
.TagClassName
{
border-color: #E330F4;
}
</style>