Html Css Color HEX #E036FE Psychedelic Purple

📋 copy color: '#E036FE'

red 224 ◦ green 54 ◦ blue 254

#E036FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E036FE

Tints of Psychedelic Purple #E036FE

RGB

 RED value IS 224 (87.89% from 255) = 42.11%

 GREEN value IS 54 (21.48% from 255) = 10.15%

 BLUE value IS 254 (99.61% from 255) = 47.74%

R = 42.11%
G = 10.15%
B = 47.74%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E036FE (or 0xE036FE) is known color: Psychedelic Purple. HEX triplet: E0, 36 and FE. RGB value is (224,54,254). Sum of RGB (Red+Green+Blue) = 224+54+254=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 54 (21.48% from 255 or 10.15% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #E036FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E036FE is #1FC901. Grayscale: #7F7F7F. Windows color (decimal): -2083074 or 16660192. OLE color: 16660192.

HSL color Cylindrical-coordinate representation of color #E036FE: hue angle of 291º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E036FE is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 54 254 -
CMYK 0.12 0.79 0 0.00
HSL 291º 0.99% 0.6% -
HSV(B) 291º 0.79% 1% -
XYZ 49.95 25.64 96.08 -
YUV 127.63 199.32 196.74 -
System Red Green Blue C M Y K H S L
Decimal 224 54 254 0.12 0.79 0 0.00 291 0.99 0.6
Hex E0 36 FE C 4F 0 0 123 63 3C
Octal 340 66 376 14 117 0 0 443 143 74
Binary 11100000 110110 11111110 1100 1001111 0 0 100100011 1100011 111100

Color Harmonies of #E036FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E036FE

Black with #E036FE

Text Example


Text Example

White with #E036FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E036FE; }

 p { color: rgb(224,54,254); }

 H1.HeaderClassName
 {
   color: #E036FE;
 }
 .AnyTagClassName
 {
   color: #E036FE;
 }
</style>

background-color css

<style>
 a { background-color: #E036FE; }

 a { background-color: rgb(224,54,254); }

 div.DivClassName
 {
   background-color: #E036FE;
 }
 .BgClassName
 {
   background-color: #E036FE;
 }
</style>

border-color css

<style>
 span { border-color: #E036FE; }

 span { border-color: rgb(224,54,254); }

 td.TdClassName
 {
   border-color: #E036FE;
 }
 .TagClassName
 {
   border-color: #E036FE;
 }
</style>