Shades of Psychedelic Purple #E324FF
Tints of Psychedelic Purple #E324FF
RGB
CMYK
RGB Variations
Color information
#E324FF (or 0xE324FF) is known color: Psychedelic Purple. HEX triplet: E3, 24 and FF. RGB value is (227,36,255). Sum of RGB (Red+Green+Blue) = 227+36+255=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 36 (14.45% from 255 or 6.95% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #E324FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E324FF is #1CDB00. Grayscale: #757575. Windows color (decimal): -1891073 or 16721123. OLE color: 16721123.
HSL color Cylindrical-coordinate representation of color #E324FF: hue angle of 292.33º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E324FF is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 36 | 255 | - |
| CMYK | 0.11 | 0.86 | 0 | 0 |
| HSL | 292.33º | 1% | 0.57% | - |
| HSV(B) | 292.33º | 0.86% | 1% | - |
| XYZ | 50.36 | 24.81 | 96.74 | - |
| YUV | 118.08 | 205.28 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 255 | 0.11 | 0.86 | 0 | 0 | 292.33 | 1 | 0.57 |
| Hex | E3 | 24 | FF | B | 56 | 0 | 0 | 124 | 64 | 39 |
| Octal | 343 | 44 | 377 | 13 | 126 | 0 | 0 | 444 | 144 | 71 |
| Binary | 11100011 | 100100 | 11111111 | 1011 | 1010110 | 0 | 0 | 100100100 | 1100100 | 111001 |
Color Harmonies of #E324FF
Complementary color
Monochromatic Colors of #E324FF
Black with #E324FF
Text Example
Text Example
White with #E324FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E324FF; }
p { color: rgb(227,36,255); }
H1.HeaderClassName
{
color: #E324FF;
}
.AnyTagClassName
{
color: #E324FF;
}
</style>
background-color css
<style>
a { background-color: #E324FF; }
a { background-color: rgb(227,36,255); }
div.DivClassName
{
background-color: #E324FF;
}
.BgClassName
{
background-color: #E324FF;
}
</style>
border-color css
<style>
span { border-color: #E324FF; }
span { border-color: rgb(227,36,255); }
td.TdClassName
{
border-color: #E324FF;
}
.TagClassName
{
border-color: #E324FF;
}
</style>