Html Css Color HEX #E31FFF Psychedelic Purple

📋 copy color: '#E31FFF'

red 227 ◦ green 31 ◦ blue 255

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

Shades of Psychedelic Purple #E31FFF

Tints of Psychedelic Purple #E31FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.04%

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

R = 44.25%
G = 6.04%
B = 49.71%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E31FFF (or 0xE31FFF) is known color: Psychedelic Purple. HEX triplet: E3, 1F and FF. RGB value is (227,31,255). Sum of RGB (Red+Green+Blue) = 227+31+255=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 31 (12.5% from 255 or 6.04% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #E31FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31FFF is #1CE000. Grayscale: #727272. Windows color (decimal): -1892353 or 16719843. OLE color: 16719843.

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

Color convert

RGB 227 31 255 -
CMYK 0.11 0.88 0 0
HSL 292.5º 1% 0.56% -
HSV(B) 292.5º 0.88% 1% -
XYZ 50.22 24.53 96.7 -
YUV 115.14 206.93 207.79 -
System Red Green Blue C M Y K H S L
Decimal 227 31 255 0.11 0.88 0 0 292.5 1 0.56
Hex E3 1F FF B 58 0 0 124 64 38
Octal 343 37 377 13 130 0 0 444 144 70
Binary 11100011 11111 11111111 1011 1011000 0 0 100100100 1100100 111000

Color Harmonies of #E31FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FFF

Black with #E31FFF

Text Example


Text Example

White with #E31FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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