Shades of Psychedelic Purple #E32EFD
Tints of Psychedelic Purple #E32EFD
RGB
CMYK
RGB Variations
Color information
#E32EFD (or 0xE32EFD) is known color: Psychedelic Purple. HEX triplet: E3, 2E and FD. RGB value is (227,46,253). Sum of RGB (Red+Green+Blue) = 227+46+253=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 46 (18.36% from 255 or 8.75% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #E32EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32EFD is #1CD102. Grayscale: #7B7B7B. Windows color (decimal): -1888515 or 16592611. OLE color: 16592611.
HSL color Cylindrical-coordinate representation of color #E32EFD: hue angle of 292.46º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32EFD is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 46 | 253 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.01 |
| HSL | 292.46º | 0.98% | 0.59% | - |
| HSV(B) | 292.46º | 0.82% | 0.99% | - |
| XYZ | 50.39 | 25.38 | 95.17 | - |
| YUV | 123.72 | 200.97 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 253 | 0.10 | 0.82 | 0 | 0.01 | 292.46 | 0.98 | 0.59 |
| Hex | E3 | 2E | FD | A | 52 | 0 | 1 | 124 | 62 | 3B |
| Octal | 343 | 56 | 375 | 12 | 122 | 0 | 1 | 444 | 142 | 73 |
| Binary | 11100011 | 101110 | 11111101 | 1010 | 1010010 | 0 | 1 | 100100100 | 1100010 | 111011 |
Color Harmonies of #E32EFD
Complementary color
Monochromatic Colors of #E32EFD
Black with #E32EFD
Text Example
Text Example
White with #E32EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32EFD; }
p { color: rgb(227,46,253); }
H1.HeaderClassName
{
color: #E32EFD;
}
.AnyTagClassName
{
color: #E32EFD;
}
</style>
background-color css
<style>
a { background-color: #E32EFD; }
a { background-color: rgb(227,46,253); }
div.DivClassName
{
background-color: #E32EFD;
}
.BgClassName
{
background-color: #E32EFD;
}
</style>
border-color css
<style>
span { border-color: #E32EFD; }
span { border-color: rgb(227,46,253); }
td.TdClassName
{
border-color: #E32EFD;
}
.TagClassName
{
border-color: #E32EFD;
}
</style>