Shades of Psychedelic Purple #E324FC
Tints of Psychedelic Purple #E324FC
RGB
CMYK
RGB Variations
Color information
#E324FC (or 0xE324FC) is known color: Psychedelic Purple. HEX triplet: E3, 24 and FC. RGB value is (227,36,252). Sum of RGB (Red+Green+Blue) = 227+36+252=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 36 (14.45% from 255 or 6.99% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #E324FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E324FC is #1CDB03. Grayscale: #757575. Windows color (decimal): -1891076 or 16524515. OLE color: 16524515.
HSL color Cylindrical-coordinate representation of color #E324FC: hue angle of 293.06º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E324FC is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 36 | 252 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.01 |
| HSL | 293.06º | 0.97% | 0.56% | - |
| HSV(B) | 293.06º | 0.86% | 0.99% | - |
| XYZ | 49.88 | 24.62 | 94.22 | - |
| YUV | 117.73 | 203.78 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 252 | 0.10 | 0.86 | 0 | 0.01 | 293.06 | 0.97 | 0.56 |
| Hex | E3 | 24 | FC | A | 56 | 0 | 1 | 125 | 61 | 38 |
| Octal | 343 | 44 | 374 | 12 | 126 | 0 | 1 | 445 | 141 | 70 |
| Binary | 11100011 | 100100 | 11111100 | 1010 | 1010110 | 0 | 1 | 100100101 | 1100001 | 111000 |
Color Harmonies of #E324FC
Complementary color
Monochromatic Colors of #E324FC
Black with #E324FC
Text Example
Text Example
White with #E324FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E324FC; }
p { color: rgb(227,36,252); }
H1.HeaderClassName
{
color: #E324FC;
}
.AnyTagClassName
{
color: #E324FC;
}
</style>
background-color css
<style>
a { background-color: #E324FC; }
a { background-color: rgb(227,36,252); }
div.DivClassName
{
background-color: #E324FC;
}
.BgClassName
{
background-color: #E324FC;
}
</style>
border-color css
<style>
span { border-color: #E324FC; }
span { border-color: rgb(227,36,252); }
td.TdClassName
{
border-color: #E324FC;
}
.TagClassName
{
border-color: #E324FC;
}
</style>