Shades of Psychedelic Purple #E32DFE
Tints of Psychedelic Purple #E32DFE
RGB
CMYK
RGB Variations
Color information
#E32DFE (or 0xE32DFE) is known color: Psychedelic Purple. HEX triplet: E3, 2D and FE. RGB value is (227,45,254). Sum of RGB (Red+Green+Blue) = 227+45+254=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 45 (17.97% from 255 or 8.56% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #E32DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32DFE is #1CD201. Grayscale: #7A7A7A. Windows color (decimal): -1888770 or 16657891. OLE color: 16657891.
HSL color Cylindrical-coordinate representation of color #E32DFE: hue angle of 292.25º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32DFE is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 45 | 254 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.00 |
| HSL | 292.25º | 0.99% | 0.59% | - |
| HSV(B) | 292.25º | 0.82% | 1% | - |
| XYZ | 50.51 | 25.36 | 96 | - |
| YUV | 123.24 | 201.8 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 254 | 0.11 | 0.82 | 0 | 0.00 | 292.25 | 0.99 | 0.59 |
| Hex | E3 | 2D | FE | B | 52 | 0 | 0 | 124 | 63 | 3B |
| Octal | 343 | 55 | 376 | 13 | 122 | 0 | 0 | 444 | 143 | 73 |
| Binary | 11100011 | 101101 | 11111110 | 1011 | 1010010 | 0 | 0 | 100100100 | 1100011 | 111011 |
Color Harmonies of #E32DFE
Complementary color
Monochromatic Colors of #E32DFE
Black with #E32DFE
Text Example
Text Example
White with #E32DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DFE; }
p { color: rgb(227,45,254); }
H1.HeaderClassName
{
color: #E32DFE;
}
.AnyTagClassName
{
color: #E32DFE;
}
</style>
background-color css
<style>
a { background-color: #E32DFE; }
a { background-color: rgb(227,45,254); }
div.DivClassName
{
background-color: #E32DFE;
}
.BgClassName
{
background-color: #E32DFE;
}
</style>
border-color css
<style>
span { border-color: #E32DFE; }
span { border-color: rgb(227,45,254); }
td.TdClassName
{
border-color: #E32DFE;
}
.TagClassName
{
border-color: #E32DFE;
}
</style>