Shades of Psychedelic Purple #E32DFF
Tints of Psychedelic Purple #E32DFF
RGB
CMYK
RGB Variations
Color information
#E32DFF (or 0xE32DFF) is known color: Psychedelic Purple. HEX triplet: E3, 2D and FF. RGB value is (227,45,255). Sum of RGB (Red+Green+Blue) = 227+45+255=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 45 (17.97% from 255 or 8.54% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #E32DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32DFF is #1CD200. Grayscale: #7A7A7A. Windows color (decimal): -1888769 or 16723427. OLE color: 16723427.
HSL color Cylindrical-coordinate representation of color #E32DFF: hue angle of 292º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32DFF is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 45 | 255 | - |
| CMYK | 0.11 | 0.82 | 0 | 0 |
| HSL | 292º | 1% | 0.59% | - |
| HSV(B) | 292º | 0.82% | 1% | - |
| XYZ | 50.67 | 25.43 | 96.85 | - |
| YUV | 123.36 | 202.3 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 255 | 0.11 | 0.82 | 0 | 0 | 292 | 1 | 0.59 |
| Hex | E3 | 2D | FF | B | 52 | 0 | 0 | 124 | 64 | 3B |
| Octal | 343 | 55 | 377 | 13 | 122 | 0 | 0 | 444 | 144 | 73 |
| Binary | 11100011 | 101101 | 11111111 | 1011 | 1010010 | 0 | 0 | 100100100 | 1100100 | 111011 |
Color Harmonies of #E32DFF
Complementary color
Monochromatic Colors of #E32DFF
Black with #E32DFF
Text Example
Text Example
White with #E32DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DFF; }
p { color: rgb(227,45,255); }
H1.HeaderClassName
{
color: #E32DFF;
}
.AnyTagClassName
{
color: #E32DFF;
}
</style>
background-color css
<style>
a { background-color: #E32DFF; }
a { background-color: rgb(227,45,255); }
div.DivClassName
{
background-color: #E32DFF;
}
.BgClassName
{
background-color: #E32DFF;
}
</style>
border-color css
<style>
span { border-color: #E32DFF; }
span { border-color: rgb(227,45,255); }
td.TdClassName
{
border-color: #E32DFF;
}
.TagClassName
{
border-color: #E32DFF;
}
</style>