Shades of Psychedelic Purple #E536FF
Tints of Psychedelic Purple #E536FF
RGB
CMYK
RGB Variations
Color information
#E536FF (or 0xE536FF) is known color: Psychedelic Purple. HEX triplet: E5, 36 and FF. RGB value is (229,54,255). Sum of RGB (Red+Green+Blue) = 229+54+255=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 54 (21.48% from 255 or 10.04% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #E536FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E536FF is #1AC900. Grayscale: #808080. Windows color (decimal): -1755393 or 16725733. OLE color: 16725733.
HSL color Cylindrical-coordinate representation of color #E536FF: hue angle of 292.24º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E536FF is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 54 | 255 | - |
| CMYK | 0.10 | 0.79 | 0 | 0 |
| HSL | 292.24º | 1% | 0.61% | - |
| HSV(B) | 292.24º | 0.79% | 1% | - |
| XYZ | 51.68 | 26.52 | 97 | - |
| YUV | 129.24 | 198.98 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 255 | 0.10 | 0.79 | 0 | 0 | 292.24 | 1 | 0.61 |
| Hex | E5 | 36 | FF | A | 4F | 0 | 0 | 124 | 64 | 3D |
| Octal | 345 | 66 | 377 | 12 | 117 | 0 | 0 | 444 | 144 | 75 |
| Binary | 11100101 | 110110 | 11111111 | 1010 | 1001111 | 0 | 0 | 100100100 | 1100100 | 111101 |
Color Harmonies of #E536FF
Complementary color
Monochromatic Colors of #E536FF
Black with #E536FF
Text Example
Text Example
White with #E536FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E536FF; }
p { color: rgb(229,54,255); }
H1.HeaderClassName
{
color: #E536FF;
}
.AnyTagClassName
{
color: #E536FF;
}
</style>
background-color css
<style>
a { background-color: #E536FF; }
a { background-color: rgb(229,54,255); }
div.DivClassName
{
background-color: #E536FF;
}
.BgClassName
{
background-color: #E536FF;
}
</style>
border-color css
<style>
span { border-color: #E536FF; }
span { border-color: rgb(229,54,255); }
td.TdClassName
{
border-color: #E536FF;
}
.TagClassName
{
border-color: #E536FF;
}
</style>