Html Css Color HEX #E31EE6 Psychedelic Purple

📋 copy color: '#E31EE6'

red 227 ◦ green 30 ◦ blue 230

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

Shades of Psychedelic Purple #E31EE6

Tints of Psychedelic Purple #E31EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.23%

R = 46.61%
G = 6.16%
B = 47.23%

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

#E31EE6 (or 0xE31EE6) is known color: Psychedelic Purple. HEX triplet: E3, 1E and E6. RGB value is (227,30,230). Sum of RGB (Red+Green+Blue) = 227+30+230=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 230 - color contains mainly: blue. Hex color #E31EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31EE6 is #1CE119. Grayscale: #6F6F6F. Windows color (decimal): -1892634 or 15081187. OLE color: 15081187.

HSL color Cylindrical-coordinate representation of color #E31EE6: hue angle of 299.1º degrees, saturation: 0.8, 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 #E31EE6 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 227 30 230 -
CMYK 0.01 0.87 0 0.10
HSL 299.1º 0.8% 0.51% -
HSV(B) 299.1º 0.87% 0.9% -
XYZ 46.43 22.97 76.85 -
YUV 111.7 194.77 210.24 -
System Red Green Blue C M Y K H S L
Decimal 227 30 230 0.01 0.87 0 0.10 299.1 0.8 0.51
Hex E3 1E E6 1 57 0 A 12B 50 33
Octal 343 36 346 1 127 0 12 453 120 63
Binary 11100011 11110 11100110 1 1010111 0 1010 100101011 1010000 110011

Color Harmonies of #E31EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31EE6

Black with #E31EE6

Text Example


Text Example

White with #E31EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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