Shades of Psychedelic Purple #E332FC
Tints of Psychedelic Purple #E332FC
RGB
CMYK
RGB Variations
Color information
#E332FC (or 0xE332FC) is known color: Psychedelic Purple. HEX triplet: E3, 32 and FC. RGB value is (227,50,252). Sum of RGB (Red+Green+Blue) = 227+50+252=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 50 (19.92% from 255 or 9.45% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #E332FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E332FC is #1CCD03. Grayscale: #7D7D7D. Windows color (decimal): -1887492 or 16528099. OLE color: 16528099.
HSL color Cylindrical-coordinate representation of color #E332FC: hue angle of 292.57º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E332FC is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 50 | 252 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.01 |
| HSL | 292.57º | 0.97% | 0.59% | - |
| HSV(B) | 292.57º | 0.8% | 0.99% | - |
| XYZ | 50.39 | 25.64 | 94.39 | - |
| YUV | 125.95 | 199.14 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 252 | 0.10 | 0.80 | 0 | 0.01 | 292.57 | 0.97 | 0.59 |
| Hex | E3 | 32 | FC | A | 50 | 0 | 1 | 125 | 61 | 3B |
| Octal | 343 | 62 | 374 | 12 | 120 | 0 | 1 | 445 | 141 | 73 |
| Binary | 11100011 | 110010 | 11111100 | 1010 | 1010000 | 0 | 1 | 100100101 | 1100001 | 111011 |
Color Harmonies of #E332FC
Complementary color
Monochromatic Colors of #E332FC
Black with #E332FC
Text Example
Text Example
White with #E332FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E332FC; }
p { color: rgb(227,50,252); }
H1.HeaderClassName
{
color: #E332FC;
}
.AnyTagClassName
{
color: #E332FC;
}
</style>
background-color css
<style>
a { background-color: #E332FC; }
a { background-color: rgb(227,50,252); }
div.DivClassName
{
background-color: #E332FC;
}
.BgClassName
{
background-color: #E332FC;
}
</style>
border-color css
<style>
span { border-color: #E332FC; }
span { border-color: rgb(227,50,252); }
td.TdClassName
{
border-color: #E332FC;
}
.TagClassName
{
border-color: #E332FC;
}
</style>