Shades of Psychedelic Purple #E036FC
Tints of Psychedelic Purple #E036FC
RGB
CMYK
RGB Variations
Color information
#E036FC (or 0xE036FC) is known color: Psychedelic Purple. HEX triplet: E0, 36 and FC. RGB value is (224,54,252). Sum of RGB (Red+Green+Blue) = 224+54+252=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 54 (21.48% from 255 or 10.19% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #E036FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E036FC is #1FC903. Grayscale: #7E7E7E. Windows color (decimal): -2083076 or 16529120. OLE color: 16529120.
HSL color Cylindrical-coordinate representation of color #E036FC: hue angle of 291.52º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E036FC is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 54 | 252 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.01 |
| HSL | 291.52º | 0.97% | 0.6% | - |
| HSV(B) | 291.52º | 0.79% | 0.99% | - |
| XYZ | 49.63 | 25.51 | 94.4 | - |
| YUV | 127.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 252 | 0.11 | 0.79 | 0 | 0.01 | 291.52 | 0.97 | 0.6 |
| Hex | E0 | 36 | FC | B | 4F | 0 | 1 | 124 | 61 | 3C |
| Octal | 340 | 66 | 374 | 13 | 117 | 0 | 1 | 444 | 141 | 74 |
| Binary | 11100000 | 110110 | 11111100 | 1011 | 1001111 | 0 | 1 | 100100100 | 1100001 | 111100 |
Color Harmonies of #E036FC
Complementary color
Monochromatic Colors of #E036FC
Black with #E036FC
Text Example
Text Example
White with #E036FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E036FC; }
p { color: rgb(224,54,252); }
H1.HeaderClassName
{
color: #E036FC;
}
.AnyTagClassName
{
color: #E036FC;
}
</style>
background-color css
<style>
a { background-color: #E036FC; }
a { background-color: rgb(224,54,252); }
div.DivClassName
{
background-color: #E036FC;
}
.BgClassName
{
background-color: #E036FC;
}
</style>
border-color css
<style>
span { border-color: #E036FC; }
span { border-color: rgb(224,54,252); }
td.TdClassName
{
border-color: #E036FC;
}
.TagClassName
{
border-color: #E036FC;
}
</style>