Html Css Color HEX #E316EA Psychedelic Purple

📋 copy color: '#E316EA'

red 227 ◦ green 22 ◦ blue 234

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

Shades of Psychedelic Purple #E316EA

Tints of Psychedelic Purple #E316EA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.55%

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

R = 47%
G = 4.55%
B = 48.45%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E316EA (or 0xE316EA) is known color: Psychedelic Purple. HEX triplet: E3, 16 and EA. RGB value is (227,22,234). Sum of RGB (Red+Green+Blue) = 227+22+234=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 22 (8.98% from 255 or 4.55% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #E316EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E316EA is #1CE915. Grayscale: #6A6A6A. Windows color (decimal): -1894678 or 15341283. OLE color: 15341283.

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

Color convert

RGB 227 22 234 -
CMYK 0.03 0.91 0 0.08
HSL 298.02º 0.83% 0.5% -
HSV(B) 298.02º 0.91% 0.92% -
XYZ 46.82 22.85 79.78 -
YUV 107.46 199.42 213.26 -
System Red Green Blue C M Y K H S L
Decimal 227 22 234 0.03 0.91 0 0.08 298.02 0.83 0.5
Hex E3 16 EA 3 5B 0 8 12A 53 32
Octal 343 26 352 3 133 0 10 452 123 62
Binary 11100011 10110 11101010 11 1011011 0 1000 100101010 1010011 110010

Color Harmonies of #E316EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E316EA

Black with #E316EA

Text Example


Text Example

White with #E316EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E316EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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