Shades of Psychedelic Purple #E32FFC
Tints of Psychedelic Purple #E32FFC
RGB
CMYK
RGB Variations
Color information
#E32FFC (or 0xE32FFC) is known color: Psychedelic Purple. HEX triplet: E3, 2F and FC. RGB value is (227,47,252). Sum of RGB (Red+Green+Blue) = 227+47+252=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 47 (18.75% from 255 or 8.94% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #E32FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32FFC is #1CD003. Grayscale: #7B7B7B. Windows color (decimal): -1888260 or 16527331. OLE color: 16527331.
HSL color Cylindrical-coordinate representation of color #E32FFC: hue angle of 292.68º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32FFC is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 47 | 252 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.01 |
| HSL | 292.68º | 0.97% | 0.59% | - |
| HSV(B) | 292.68º | 0.81% | 0.99% | - |
| XYZ | 50.27 | 25.39 | 94.35 | - |
| YUV | 124.19 | 200.13 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 252 | 0.10 | 0.81 | 0 | 0.01 | 292.68 | 0.97 | 0.59 |
| Hex | E3 | 2F | FC | A | 51 | 0 | 1 | 125 | 61 | 3B |
| Octal | 343 | 57 | 374 | 12 | 121 | 0 | 1 | 445 | 141 | 73 |
| Binary | 11100011 | 101111 | 11111100 | 1010 | 1010001 | 0 | 1 | 100100101 | 1100001 | 111011 |
Color Harmonies of #E32FFC
Complementary color
Monochromatic Colors of #E32FFC
Black with #E32FFC
Text Example
Text Example
White with #E32FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32FFC; }
p { color: rgb(227,47,252); }
H1.HeaderClassName
{
color: #E32FFC;
}
.AnyTagClassName
{
color: #E32FFC;
}
</style>
background-color css
<style>
a { background-color: #E32FFC; }
a { background-color: rgb(227,47,252); }
div.DivClassName
{
background-color: #E32FFC;
}
.BgClassName
{
background-color: #E32FFC;
}
</style>
border-color css
<style>
span { border-color: #E32FFC; }
span { border-color: rgb(227,47,252); }
td.TdClassName
{
border-color: #E32FFC;
}
.TagClassName
{
border-color: #E32FFC;
}
</style>