Html Css Color HEX #E034FC Psychedelic Purple

📋 copy color: '#E034FC'

red 224 ◦ green 52 ◦ blue 252

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

Shades of Psychedelic Purple #E034FC

Tints of Psychedelic Purple #E034FC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.85%

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 42.42%
G = 9.85%
B = 47.73%

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

#E034FC (or 0xE034FC) is known color: Psychedelic Purple. HEX triplet: E0, 34 and FC. RGB value is (224,52,252). Sum of RGB (Red+Green+Blue) = 224+52+252=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 52 (20.70% from 255 or 9.85% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #E034FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E034FC is #1FCB03. Grayscale: #7D7D7D. Windows color (decimal): -2083588 or 16528608. OLE color: 16528608.

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

Color convert

RGB 224 52 252 -
CMYK 0.11 0.79 0 0.01
HSL 291.6º 0.97% 0.6% -
HSV(B) 291.6º 0.79% 0.99% -
XYZ 49.54 25.33 94.37 -
YUV 126.23 198.98 197.74 -
System Red Green Blue C M Y K H S L
Decimal 224 52 252 0.11 0.79 0 0.01 291.6 0.97 0.6
Hex E0 34 FC B 4F 0 1 124 61 3C
Octal 340 64 374 13 117 0 1 444 141 74
Binary 11100000 110100 11111100 1011 1001111 0 1 100100100 1100001 111100

Color Harmonies of #E034FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E034FC

Black with #E034FC

Text Example


Text Example

White with #E034FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E034FC; }

 p { color: rgb(224,52,252); }

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

background-color css

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

 a { background-color: rgb(224,52,252); }

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

border-color css

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

 span { border-color: rgb(224,52,252); }

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