Html Css Color HEX #E320EA Psychedelic Purple

📋 copy color: '#E320EA'

red 227 ◦ green 32 ◦ blue 234

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

Shades of Psychedelic Purple #E320EA

Tints of Psychedelic Purple #E320EA

RGB

 RED value IS 227 (89.06% from 255) = 46.04%

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 46.04%
G = 6.49%
B = 47.46%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E320EA (or 0xE320EA) is known color: Psychedelic Purple. HEX triplet: E3, 20 and EA. RGB value is (227,32,234). Sum of RGB (Red+Green+Blue) = 227+32+234=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #E320EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E320EA is #1CDF15. Grayscale: #707070. Windows color (decimal): -1892118 or 15343843. OLE color: 15343843.

HSL color Cylindrical-coordinate representation of color #E320EA: hue angle of 297.92º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E320EA is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 32 234 -
CMYK 0.03 0.86 0 0.08
HSL 297.92º 0.83% 0.52% -
HSV(B) 297.92º 0.86% 0.92% -
XYZ 47.05 23.3 79.86 -
YUV 113.33 196.1 209.07 -
System Red Green Blue C M Y K H S L
Decimal 227 32 234 0.03 0.86 0 0.08 297.92 0.83 0.52
Hex E3 20 EA 3 56 0 8 12A 53 34
Octal 343 40 352 3 126 0 10 452 123 64
Binary 11100011 100000 11101010 11 1010110 0 1000 100101010 1010011 110100

Color Harmonies of #E320EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E320EA

Black with #E320EA

Text Example


Text Example

White with #E320EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E320EA; }

 p { color: rgb(227,32,234); }

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

background-color css

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

 a { background-color: rgb(227,32,234); }

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

border-color css

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

 span { border-color: rgb(227,32,234); }

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