Shades of Psychedelic Purple #E036FF
Tints of Psychedelic Purple #E036FF
RGB
CMYK
RGB Variations
Color information
#E036FF (or 0xE036FF) is known color: Psychedelic Purple. HEX triplet: E0, 36 and FF. RGB value is (224,54,255). Sum of RGB (Red+Green+Blue) = 224+54+255=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 54 (21.48% from 255 or 10.13% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #E036FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E036FF is #1FC900. Grayscale: #7F7F7F. Windows color (decimal): -2083073 or 16725728. OLE color: 16725728.
HSL color Cylindrical-coordinate representation of color #E036FF: hue angle of 290.75º 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 #E036FF is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 54 | 255 | - |
| CMYK | 0.12 | 0.79 | 0 | 0 |
| HSL | 290.75º | 1% | 0.61% | - |
| HSV(B) | 290.75º | 0.79% | 1% | - |
| XYZ | 50.11 | 25.71 | 96.93 | - |
| YUV | 127.74 | 199.82 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 255 | 0.12 | 0.79 | 0 | 0 | 290.75 | 1 | 0.61 |
| Hex | E0 | 36 | FF | C | 4F | 0 | 0 | 123 | 64 | 3D |
| Octal | 340 | 66 | 377 | 14 | 117 | 0 | 0 | 443 | 144 | 75 |
| Binary | 11100000 | 110110 | 11111111 | 1100 | 1001111 | 0 | 0 | 100100011 | 1100100 | 111101 |
Color Harmonies of #E036FF
Complementary color
Monochromatic Colors of #E036FF
Black with #E036FF
Text Example
Text Example
White with #E036FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E036FF; }
p { color: rgb(224,54,255); }
H1.HeaderClassName
{
color: #E036FF;
}
.AnyTagClassName
{
color: #E036FF;
}
</style>
background-color css
<style>
a { background-color: #E036FF; }
a { background-color: rgb(224,54,255); }
div.DivClassName
{
background-color: #E036FF;
}
.BgClassName
{
background-color: #E036FF;
}
</style>
border-color css
<style>
span { border-color: #E036FF; }
span { border-color: rgb(224,54,255); }
td.TdClassName
{
border-color: #E036FF;
}
.TagClassName
{
border-color: #E036FF;
}
</style>