Shades of Psychedelic Purple #E327FC
Tints of Psychedelic Purple #E327FC
RGB
CMYK
RGB Variations
Color information
#E327FC (or 0xE327FC) is known color: Psychedelic Purple. HEX triplet: E3, 27 and FC. RGB value is (227,39,252). Sum of RGB (Red+Green+Blue) = 227+39+252=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 39 (15.62% from 255 or 7.53% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #E327FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E327FC is #1CD803. Grayscale: #767676. Windows color (decimal): -1890308 or 16525283. OLE color: 16525283.
HSL color Cylindrical-coordinate representation of color #E327FC: hue angle of 292.96º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E327FC is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 39 | 252 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.01 |
| HSL | 292.96º | 0.97% | 0.57% | - |
| HSV(B) | 292.96º | 0.85% | 0.99% | - |
| XYZ | 49.97 | 24.81 | 94.25 | - |
| YUV | 119.49 | 202.78 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 252 | 0.10 | 0.85 | 0 | 0.01 | 292.96 | 0.97 | 0.57 |
| Hex | E3 | 27 | FC | A | 55 | 0 | 1 | 125 | 61 | 39 |
| Octal | 343 | 47 | 374 | 12 | 125 | 0 | 1 | 445 | 141 | 71 |
| Binary | 11100011 | 100111 | 11111100 | 1010 | 1010101 | 0 | 1 | 100100101 | 1100001 | 111001 |
Color Harmonies of #E327FC
Complementary color
Monochromatic Colors of #E327FC
Black with #E327FC
Text Example
Text Example
White with #E327FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E327FC; }
p { color: rgb(227,39,252); }
H1.HeaderClassName
{
color: #E327FC;
}
.AnyTagClassName
{
color: #E327FC;
}
</style>
background-color css
<style>
a { background-color: #E327FC; }
a { background-color: rgb(227,39,252); }
div.DivClassName
{
background-color: #E327FC;
}
.BgClassName
{
background-color: #E327FC;
}
</style>
border-color css
<style>
span { border-color: #E327FC; }
span { border-color: rgb(227,39,252); }
td.TdClassName
{
border-color: #E327FC;
}
.TagClassName
{
border-color: #E327FC;
}
</style>