Html Css Color HEX #E31EE5 Psychedelic Purple

📋 copy color: '#E31EE5'

red 227 ◦ green 30 ◦ blue 229

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

Shades of Psychedelic Purple #E31EE5

Tints of Psychedelic Purple #E31EE5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.17%

 BLUE value IS 229 (89.84% from 255) = 47.12%

R = 46.71%
G = 6.17%
B = 47.12%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E31EE5 (or 0xE31EE5) is known color: Psychedelic Purple. HEX triplet: E3, 1E and E5. RGB value is (227,30,229). Sum of RGB (Red+Green+Blue) = 227+30+229=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 30 (12.11% from 255 or 6.17% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #E31EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31EE5 is #1CE11A. Grayscale: #6E6E6E. Windows color (decimal): -1892635 or 15015651. OLE color: 15015651.

HSL color Cylindrical-coordinate representation of color #E31EE5: hue angle of 299.4º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31EE5 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 227 30 229 -
CMYK 0.01 0.87 0 0.10
HSL 299.4º 0.79% 0.51% -
HSV(B) 299.4º 0.87% 0.9% -
XYZ 46.29 22.92 76.11 -
YUV 111.59 194.27 210.32 -
System Red Green Blue C M Y K H S L
Decimal 227 30 229 0.01 0.87 0 0.10 299.4 0.79 0.51
Hex E3 1E E5 1 57 0 A 12B 4F 33
Octal 343 36 345 1 127 0 12 453 117 63
Binary 11100011 11110 11100101 1 1010111 0 1010 100101011 1001111 110011

Color Harmonies of #E31EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31EE5

Black with #E31EE5

Text Example


Text Example

White with #E31EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31EE5; }

 p { color: rgb(227,30,229); }

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

background-color css

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

 a { background-color: rgb(227,30,229); }

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

border-color css

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

 span { border-color: rgb(227,30,229); }

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