Html Css Color HEX #E034FD Psychedelic Purple

📋 copy color: '#E034FD'

red 224 ◦ green 52 ◦ blue 253

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

Shades of Psychedelic Purple #E034FD

Tints of Psychedelic Purple #E034FD

RGB

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

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

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

R = 42.34%
G = 9.83%
B = 47.83%

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

#E034FD (or 0xE034FD) is known color: Psychedelic Purple. HEX triplet: E0, 34 and FD. RGB value is (224,52,253). Sum of RGB (Red+Green+Blue) = 224+52+253=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 52 (20.70% from 255 or 9.83% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #E034FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E034FD is #1FCB02. Grayscale: #7D7D7D. Windows color (decimal): -2083587 or 16594144. OLE color: 16594144.

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

Color convert

RGB 224 52 253 -
CMYK 0.11 0.79 0 0.01
HSL 291.34º 0.98% 0.6% -
HSV(B) 291.34º 0.79% 0.99% -
XYZ 49.7 25.4 95.21 -
YUV 126.34 199.48 197.66 -
System Red Green Blue C M Y K H S L
Decimal 224 52 253 0.11 0.79 0 0.01 291.34 0.98 0.6
Hex E0 34 FD B 4F 0 1 123 62 3C
Octal 340 64 375 13 117 0 1 443 142 74
Binary 11100000 110100 11111101 1011 1001111 0 1 100100011 1100010 111100

Color Harmonies of #E034FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E034FD

Black with #E034FD

Text Example


Text Example

White with #E034FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E034FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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