Shades of Psychedelic Purple #E533FC
Tints of Psychedelic Purple #E533FC
RGB
CMYK
RGB Variations
Color information
#E533FC (or 0xE533FC) is known color: Psychedelic Purple. HEX triplet: E5, 33 and FC. RGB value is (229,51,252). Sum of RGB (Red+Green+Blue) = 229+51+252=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 51 (20.31% from 255 or 9.59% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #E533FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E533FC is #1ACC03. Grayscale: #7E7E7E. Windows color (decimal): -1756164 or 16528357. OLE color: 16528357.
HSL color Cylindrical-coordinate representation of color #E533FC: hue angle of 293.13º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E533FC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 51 | 252 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.01 |
| HSL | 293.13º | 0.97% | 0.59% | - |
| HSV(B) | 293.13º | 0.8% | 0.99% | - |
| XYZ | 51.07 | 26.05 | 94.43 | - |
| YUV | 127.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 252 | 0.09 | 0.80 | 0 | 0.01 | 293.13 | 0.97 | 0.59 |
| Hex | E5 | 33 | FC | 9 | 50 | 0 | 1 | 125 | 61 | 3B |
| Octal | 345 | 63 | 374 | 11 | 120 | 0 | 1 | 445 | 141 | 73 |
| Binary | 11100101 | 110011 | 11111100 | 1001 | 1010000 | 0 | 1 | 100100101 | 1100001 | 111011 |
Color Harmonies of #E533FC
Complementary color
Monochromatic Colors of #E533FC
Black with #E533FC
Text Example
Text Example
White with #E533FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533FC; }
p { color: rgb(229,51,252); }
H1.HeaderClassName
{
color: #E533FC;
}
.AnyTagClassName
{
color: #E533FC;
}
</style>
background-color css
<style>
a { background-color: #E533FC; }
a { background-color: rgb(229,51,252); }
div.DivClassName
{
background-color: #E533FC;
}
.BgClassName
{
background-color: #E533FC;
}
</style>
border-color css
<style>
span { border-color: #E533FC; }
span { border-color: rgb(229,51,252); }
td.TdClassName
{
border-color: #E533FC;
}
.TagClassName
{
border-color: #E533FC;
}
</style>