Html Css Color HEX #E036FD Psychedelic Purple

📋 copy color: '#E036FD'

red 224 ◦ green 54 ◦ blue 253

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

Shades of Psychedelic Purple #E036FD

Tints of Psychedelic Purple #E036FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.65%

R = 42.18%
G = 10.17%
B = 47.65%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E036FD (or 0xE036FD) is known color: Psychedelic Purple. HEX triplet: E0, 36 and FD. RGB value is (224,54,253). Sum of RGB (Red+Green+Blue) = 224+54+253=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 54 (21.48% from 255 or 10.17% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #E036FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E036FD is #1FC902. Grayscale: #7E7E7E. Windows color (decimal): -2083075 or 16594656. OLE color: 16594656.

HSL color Cylindrical-coordinate representation of color #E036FD: hue angle of 291.26º degrees, saturation: 0.98, 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 #E036FD is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 54 253 -
CMYK 0.11 0.79 0 0.01
HSL 291.26º 0.98% 0.6% -
HSV(B) 291.26º 0.79% 0.99% -
XYZ 49.79 25.58 95.24 -
YUV 127.52 198.82 196.82 -
System Red Green Blue C M Y K H S L
Decimal 224 54 253 0.11 0.79 0 0.01 291.26 0.98 0.6
Hex E0 36 FD B 4F 0 1 123 62 3C
Octal 340 66 375 13 117 0 1 443 142 74
Binary 11100000 110110 11111101 1011 1001111 0 1 100100011 1100010 111100

Color Harmonies of #E036FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E036FD

Black with #E036FD

Text Example


Text Example

White with #E036FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E036FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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