Html Css Color HEX #E31FEB Psychedelic Purple

📋 copy color: '#E31FEB'

red 227 ◦ green 31 ◦ blue 235

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

Shades of Psychedelic Purple #E31FEB

Tints of Psychedelic Purple #E31FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.67%

R = 46.04%
G = 6.29%
B = 47.67%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E31FEB (or 0xE31FEB) is known color: Psychedelic Purple. HEX triplet: E3, 1F and EB. RGB value is (227,31,235). Sum of RGB (Red+Green+Blue) = 227+31+235=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 31 (12.5% from 255 or 6.29% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #E31FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31FEB is #1CE014. Grayscale: #707070. Windows color (decimal): -1892373 or 15409123. OLE color: 15409123.

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

Color convert

RGB 227 31 235 -
CMYK 0.03 0.87 0 0.08
HSL 297.65º 0.84% 0.52% -
HSV(B) 297.65º 0.87% 0.92% -
XYZ 47.16 23.31 80.61 -
YUV 112.86 196.93 209.41 -
System Red Green Blue C M Y K H S L
Decimal 227 31 235 0.03 0.87 0 0.08 297.65 0.84 0.52
Hex E3 1F EB 3 57 0 8 12A 54 34
Octal 343 37 353 3 127 0 10 452 124 64
Binary 11100011 11111 11101011 11 1010111 0 1000 100101010 1010100 110100

Color Harmonies of #E31FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FEB

Black with #E31FEB

Text Example


Text Example

White with #E31FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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