Shades of Psychedelic Purple #E533FF
Tints of Psychedelic Purple #E533FF
RGB
CMYK
RGB Variations
Color information
#E533FF (or 0xE533FF) is known color: Psychedelic Purple. HEX triplet: E5, 33 and FF. RGB value is (229,51,255). Sum of RGB (Red+Green+Blue) = 229+51+255=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 51 (20.31% from 255 or 9.53% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #E533FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E533FF is #1ACC00. Grayscale: #7E7E7E. Windows color (decimal): -1756161 or 16724965. OLE color: 16724965.
HSL color Cylindrical-coordinate representation of color #E533FF: hue angle of 292.35º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E533FF is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 51 | 255 | - |
| CMYK | 0.10 | 0.8 | 0 | 0 |
| HSL | 292.35º | 1% | 0.6% | - |
| HSV(B) | 292.35º | 0.8% | 1% | - |
| XYZ | 51.55 | 26.25 | 96.96 | - |
| YUV | 127.48 | 199.97 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 255 | 0.10 | 0.8 | 0 | 0 | 292.35 | 1 | 0.6 |
| Hex | E5 | 33 | FF | A | 50 | 0 | 0 | 124 | 64 | 3C |
| Octal | 345 | 63 | 377 | 12 | 120 | 0 | 0 | 444 | 144 | 74 |
| Binary | 11100101 | 110011 | 11111111 | 1010 | 1010000 | 0 | 0 | 100100100 | 1100100 | 111100 |
Color Harmonies of #E533FF
Complementary color
Monochromatic Colors of #E533FF
Black with #E533FF
Text Example
Text Example
White with #E533FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533FF; }
p { color: rgb(229,51,255); }
H1.HeaderClassName
{
color: #E533FF;
}
.AnyTagClassName
{
color: #E533FF;
}
</style>
background-color css
<style>
a { background-color: #E533FF; }
a { background-color: rgb(229,51,255); }
div.DivClassName
{
background-color: #E533FF;
}
.BgClassName
{
background-color: #E533FF;
}
</style>
border-color css
<style>
span { border-color: #E533FF; }
span { border-color: rgb(229,51,255); }
td.TdClassName
{
border-color: #E533FF;
}
.TagClassName
{
border-color: #E533FF;
}
</style>