Shades of Psychedelic Purple #E032FB
Tints of Psychedelic Purple #E032FB
RGB
CMYK
RGB Variations
Color information
#E032FB (or 0xE032FB) is known color: Psychedelic Purple. HEX triplet: E0, 32 and FB. RGB value is (224,50,251). Sum of RGB (Red+Green+Blue) = 224+50+251=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 50 (19.92% from 255 or 9.52% 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 #E032FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E032FB is #1FCD04. Grayscale: #7C7C7C. Windows color (decimal): -2084101 or 16462560. OLE color: 16462560.
HSL color Cylindrical-coordinate representation of color #E032FB: hue angle of 291.94º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E032FB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 50 | 251 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.02 |
| HSL | 291.94º | 0.96% | 0.59% | - |
| HSV(B) | 291.94º | 0.8% | 0.98% | - |
| XYZ | 49.29 | 25.09 | 93.51 | - |
| YUV | 124.94 | 199.15 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 251 | 0.11 | 0.80 | 0 | 0.02 | 291.94 | 0.96 | 0.59 |
| Hex | E0 | 32 | FB | B | 50 | 0 | 2 | 124 | 60 | 3B |
| Octal | 340 | 62 | 373 | 13 | 120 | 0 | 2 | 444 | 140 | 73 |
| Binary | 11100000 | 110010 | 11111011 | 1011 | 1010000 | 0 | 10 | 100100100 | 1100000 | 111011 |
Color Harmonies of #E032FB
Complementary color
Monochromatic Colors of #E032FB
Black with #E032FB
Text Example
Text Example
White with #E032FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032FB; }
p { color: rgb(224,50,251); }
H1.HeaderClassName
{
color: #E032FB;
}
.AnyTagClassName
{
color: #E032FB;
}
</style>
background-color css
<style>
a { background-color: #E032FB; }
a { background-color: rgb(224,50,251); }
div.DivClassName
{
background-color: #E032FB;
}
.BgClassName
{
background-color: #E032FB;
}
</style>
border-color css
<style>
span { border-color: #E032FB; }
span { border-color: rgb(224,50,251); }
td.TdClassName
{
border-color: #E032FB;
}
.TagClassName
{
border-color: #E032FB;
}
</style>