Shades of Psychedelic Purple #E324F0
Tints of Psychedelic Purple #E324F0
RGB
CMYK
RGB Variations
Color information
#E324F0 (or 0xE324F0) is known color: Psychedelic Purple. HEX triplet: E3, 24 and F0. RGB value is (227,36,240). Sum of RGB (Red+Green+Blue) = 227+36+240=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 36 (14.45% from 255 or 7.16% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #E324F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E324F0 is #1CDB0F. Grayscale: #737373. Windows color (decimal): -1891088 or 15738083. OLE color: 15738083.
HSL color Cylindrical-coordinate representation of color #E324F0: hue angle of 296.18º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E324F0 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 36 | 240 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.06 |
| HSL | 296.18º | 0.87% | 0.54% | - |
| HSV(B) | 296.18º | 0.85% | 0.94% | - |
| XYZ | 48.04 | 23.88 | 84.52 | - |
| YUV | 116.37 | 197.78 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 240 | 0.05 | 0.85 | 0 | 0.06 | 296.18 | 0.87 | 0.54 |
| Hex | E3 | 24 | F0 | 5 | 55 | 0 | 6 | 128 | 57 | 36 |
| Octal | 343 | 44 | 360 | 5 | 125 | 0 | 6 | 450 | 127 | 66 |
| Binary | 11100011 | 100100 | 11110000 | 101 | 1010101 | 0 | 110 | 100101000 | 1010111 | 110110 |
Color Harmonies of #E324F0
Complementary color
Monochromatic Colors of #E324F0
Black with #E324F0
Text Example
Text Example
White with #E324F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E324F0; }
p { color: rgb(227,36,240); }
H1.HeaderClassName
{
color: #E324F0;
}
.AnyTagClassName
{
color: #E324F0;
}
</style>
background-color css
<style>
a { background-color: #E324F0; }
a { background-color: rgb(227,36,240); }
div.DivClassName
{
background-color: #E324F0;
}
.BgClassName
{
background-color: #E324F0;
}
</style>
border-color css
<style>
span { border-color: #E324F0; }
span { border-color: rgb(227,36,240); }
td.TdClassName
{
border-color: #E324F0;
}
.TagClassName
{
border-color: #E324F0;
}
</style>