Shades of Psychedelic Purple #E32FFD
Tints of Psychedelic Purple #E32FFD
RGB
CMYK
RGB Variations
Color information
#E32FFD (or 0xE32FFD) is known color: Psychedelic Purple. HEX triplet: E3, 2F and FD. RGB value is (227,47,253). Sum of RGB (Red+Green+Blue) = 227+47+253=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 47 (18.75% from 255 or 8.92% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #E32FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32FFD is #1CD002. Grayscale: #7B7B7B. Windows color (decimal): -1888259 or 16592867. OLE color: 16592867.
HSL color Cylindrical-coordinate representation of color #E32FFD: hue angle of 292.43º degrees, saturation: 0.98, 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 #E32FFD is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 47 | 253 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.01 |
| HSL | 292.43º | 0.98% | 0.59% | - |
| HSV(B) | 292.43º | 0.81% | 0.99% | - |
| XYZ | 50.42 | 25.46 | 95.18 | - |
| YUV | 124.3 | 200.63 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 253 | 0.10 | 0.81 | 0 | 0.01 | 292.43 | 0.98 | 0.59 |
| Hex | E3 | 2F | FD | A | 51 | 0 | 1 | 124 | 62 | 3B |
| Octal | 343 | 57 | 375 | 12 | 121 | 0 | 1 | 444 | 142 | 73 |
| Binary | 11100011 | 101111 | 11111101 | 1010 | 1010001 | 0 | 1 | 100100100 | 1100010 | 111011 |
Color Harmonies of #E32FFD
Complementary color
Monochromatic Colors of #E32FFD
Black with #E32FFD
Text Example
Text Example
White with #E32FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32FFD; }
p { color: rgb(227,47,253); }
H1.HeaderClassName
{
color: #E32FFD;
}
.AnyTagClassName
{
color: #E32FFD;
}
</style>
background-color css
<style>
a { background-color: #E32FFD; }
a { background-color: rgb(227,47,253); }
div.DivClassName
{
background-color: #E32FFD;
}
.BgClassName
{
background-color: #E32FFD;
}
</style>
border-color css
<style>
span { border-color: #E32FFD; }
span { border-color: rgb(227,47,253); }
td.TdClassName
{
border-color: #E32FFD;
}
.TagClassName
{
border-color: #E32FFD;
}
</style>