Html Css Color HEX #E31AFF Psychedelic Purple

📋 copy color: '#E31AFF'

red 227 ◦ green 26 ◦ blue 255

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

Shades of Psychedelic Purple #E31AFF

Tints of Psychedelic Purple #E31AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 44.69%
G = 5.12%
B = 50.2%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E31AFF (or 0xE31AFF) is known color: Psychedelic Purple. HEX triplet: E3, 1A and FF. RGB value is (227,26,255). Sum of RGB (Red+Green+Blue) = 227+26+255=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 26 (10.55% from 255 or 5.12% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #E31AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31AFF is #1CE500. Grayscale: #6F6F6F. Windows color (decimal): -1893633 or 16718563. OLE color: 16718563.

HSL color Cylindrical-coordinate representation of color #E31AFF: hue angle of 292.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31AFF is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 227 26 255 -
CMYK 0.11 0.90 0 0
HSL 292.66º 1% 0.55% -
HSV(B) 292.66º 0.9% 1% -
XYZ 50.1 24.29 96.66 -
YUV 112.21 208.59 209.88 -
System Red Green Blue C M Y K H S L
Decimal 227 26 255 0.11 0.90 0 0 292.66 1 0.55
Hex E3 1A FF B 5A 0 0 125 64 37
Octal 343 32 377 13 132 0 0 445 144 67
Binary 11100011 11010 11111111 1011 1011010 0 0 100100101 1100100 110111

Color Harmonies of #E31AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31AFF

Black with #E31AFF

Text Example


Text Example

White with #E31AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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