Html Css Color HEX #E31AEA Psychedelic Purple

📋 copy color: '#E31AEA'

red 227 ◦ green 26 ◦ blue 234

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

Shades of Psychedelic Purple #E31AEA

Tints of Psychedelic Purple #E31AEA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.34%

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

R = 46.61%
G = 5.34%
B = 48.05%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E31AEA (or 0xE31AEA) is known color: Psychedelic Purple. HEX triplet: E3, 1A and EA. RGB value is (227,26,234). Sum of RGB (Red+Green+Blue) = 227+26+234=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #E31AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31AEA is #1CE515. Grayscale: #6D6D6D. Windows color (decimal): -1893654 or 15342307. OLE color: 15342307.

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

Color convert

RGB 227 26 234 -
CMYK 0.03 0.89 0 0.08
HSL 297.98º 0.83% 0.51% -
HSV(B) 297.98º 0.89% 0.92% -
XYZ 46.9 23.01 79.81 -
YUV 109.81 198.09 211.59 -
System Red Green Blue C M Y K H S L
Decimal 227 26 234 0.03 0.89 0 0.08 297.98 0.83 0.51
Hex E3 1A EA 3 59 0 8 12A 53 33
Octal 343 32 352 3 131 0 10 452 123 63
Binary 11100011 11010 11101010 11 1011001 0 1000 100101010 1010011 110011

Color Harmonies of #E31AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31AEA

Black with #E31AEA

Text Example


Text Example

White with #E31AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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