Html Css Color HEX #E31FFE Psychedelic Purple

📋 copy color: '#E31FFE'

red 227 ◦ green 31 ◦ blue 254

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

Shades of Psychedelic Purple #E31FFE

Tints of Psychedelic Purple #E31FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 44.34%
G = 6.05%
B = 49.61%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E31FFE (or 0xE31FFE) is known color: Psychedelic Purple. HEX triplet: E3, 1F and FE. RGB value is (227,31,254). Sum of RGB (Red+Green+Blue) = 227+31+254=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 31 (12.5% from 255 or 6.05% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #E31FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31FFE is #1CE001. Grayscale: #727272. Windows color (decimal): -1892354 or 16654307. OLE color: 16654307.

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

Color convert

RGB 227 31 254 -
CMYK 0.11 0.88 0 0.00
HSL 292.74º 0.99% 0.56% -
HSV(B) 292.74º 0.88% 1% -
XYZ 50.06 24.47 95.85 -
YUV 115.03 206.43 207.87 -
System Red Green Blue C M Y K H S L
Decimal 227 31 254 0.11 0.88 0 0.00 292.74 0.99 0.56
Hex E3 1F FE B 58 0 0 125 63 38
Octal 343 37 376 13 130 0 0 445 143 70
Binary 11100011 11111 11111110 1011 1011000 0 0 100100101 1100011 111000

Color Harmonies of #E31FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FFE

Black with #E31FFE

Text Example


Text Example

White with #E31FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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