Html Css Color HEX #E31FEE Psychedelic Purple

📋 copy color: '#E31FEE'

red 227 ◦ green 31 ◦ blue 238

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

Shades of Psychedelic Purple #E31FEE

Tints of Psychedelic Purple #E31FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 45.77%
G = 6.25%
B = 47.98%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E31FEE (or 0xE31FEE) is known color: Psychedelic Purple. HEX triplet: E3, 1F and EE. RGB value is (227,31,238). Sum of RGB (Red+Green+Blue) = 227+31+238=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #E31FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31FEE is #1CE011. Grayscale: #707070. Windows color (decimal): -1892370 or 15605731. OLE color: 15605731.

HSL color Cylindrical-coordinate representation of color #E31FEE: hue angle of 296.81º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31FEE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 31 238 -
CMYK 0.05 0.87 0 0.07
HSL 296.81º 0.86% 0.53% -
HSV(B) 296.81º 0.87% 0.93% -
XYZ 47.6 23.48 82.91 -
YUV 113.2 198.43 209.17 -
System Red Green Blue C M Y K H S L
Decimal 227 31 238 0.05 0.87 0 0.07 296.81 0.86 0.53
Hex E3 1F EE 5 57 0 7 129 56 35
Octal 343 37 356 5 127 0 7 451 126 65
Binary 11100011 11111 11101110 101 1010111 0 111 100101001 1010110 110101

Color Harmonies of #E31FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FEE

Black with #E31FEE

Text Example


Text Example

White with #E31FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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