Shades of Psychedelic Purple #E32FFB
Tints of Psychedelic Purple #E32FFB
RGB
CMYK
RGB Variations
Color information
#E32FFB (or 0xE32FFB) is known color: Psychedelic Purple. HEX triplet: E3, 2F and FB. RGB value is (227,47,251). Sum of RGB (Red+Green+Blue) = 227+47+251=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 47 (18.75% from 255 or 8.95% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #E32FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32FFB is #1CD004. Grayscale: #7B7B7B. Windows color (decimal): -1888261 or 16461795. OLE color: 16461795.
HSL color Cylindrical-coordinate representation of color #E32FFB: hue angle of 292.94º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32FFB is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 47 | 251 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.02 |
| HSL | 292.94º | 0.96% | 0.58% | - |
| HSV(B) | 292.94º | 0.81% | 0.98% | - |
| XYZ | 50.11 | 25.33 | 93.51 | - |
| YUV | 124.08 | 199.63 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 251 | 0.10 | 0.81 | 0 | 0.02 | 292.94 | 0.96 | 0.58 |
| Hex | E3 | 2F | FB | A | 51 | 0 | 2 | 125 | 60 | 3A |
| Octal | 343 | 57 | 373 | 12 | 121 | 0 | 2 | 445 | 140 | 72 |
| Binary | 11100011 | 101111 | 11111011 | 1010 | 1010001 | 0 | 10 | 100100101 | 1100000 | 111010 |
Color Harmonies of #E32FFB
Complementary color
Monochromatic Colors of #E32FFB
Black with #E32FFB
Text Example
Text Example
White with #E32FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32FFB; }
p { color: rgb(227,47,251); }
H1.HeaderClassName
{
color: #E32FFB;
}
.AnyTagClassName
{
color: #E32FFB;
}
</style>
background-color css
<style>
a { background-color: #E32FFB; }
a { background-color: rgb(227,47,251); }
div.DivClassName
{
background-color: #E32FFB;
}
.BgClassName
{
background-color: #E32FFB;
}
</style>
border-color css
<style>
span { border-color: #E32FFB; }
span { border-color: rgb(227,47,251); }
td.TdClassName
{
border-color: #E32FFB;
}
.TagClassName
{
border-color: #E32FFB;
}
</style>