Html Css Color HEX #E620EC Psychedelic Purple

📋 copy color: '#E620EC'

red 230 ◦ green 32 ◦ blue 236

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

Shades of Psychedelic Purple #E620EC

Tints of Psychedelic Purple #E620EC

RGB

 RED value IS 230 (90.23% from 255) = 46.18%

 GREEN value IS 32 (12.89% from 255) = 6.43%

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 46.18%
G = 6.43%
B = 47.39%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E620EC (or 0xE620EC) is known color: Psychedelic Purple. HEX triplet: E6, 20 and EC. RGB value is (230,32,236). Sum of RGB (Red+Green+Blue) = 230+32+236=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #E620EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E620EC is #19DF13. Grayscale: #717171. Windows color (decimal): -1695508 or 15474918. OLE color: 15474918.

HSL color Cylindrical-coordinate representation of color #E620EC: hue angle of 298.24º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E620EC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 32 236 -
CMYK 0.03 0.86 0 0.07
HSL 298.24º 0.84% 0.53% -
HSV(B) 298.24º 0.86% 0.93% -
XYZ 48.29 23.91 81.43 -
YUV 114.46 196.6 210.41 -
System Red Green Blue C M Y K H S L
Decimal 230 32 236 0.03 0.86 0 0.07 298.24 0.84 0.53
Hex E6 20 EC 3 56 0 7 12A 54 35
Octal 346 40 354 3 126 0 7 452 124 65
Binary 11100110 100000 11101100 11 1010110 0 111 100101010 1010100 110101

Color Harmonies of #E620EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E620EC

Black with #E620EC

Text Example


Text Example

White with #E620EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E620EC; }

 p { color: rgb(230,32,236); }

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

background-color css

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

 a { background-color: rgb(230,32,236); }

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

border-color css

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

 span { border-color: rgb(230,32,236); }

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