Html Css Color HEX #E31FFA Psychedelic Purple

📋 copy color: '#E31FFA'

red 227 ◦ green 31 ◦ blue 250

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

Shades of Psychedelic Purple #E31FFA

Tints of Psychedelic Purple #E31FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 44.69%
G = 6.1%
B = 49.21%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E31FFA (or 0xE31FFA) is known color: Psychedelic Purple. HEX triplet: E3, 1F and FA. RGB value is (227,31,250). Sum of RGB (Red+Green+Blue) = 227+31+250=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 31 (12.5% from 255 or 6.10% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #E31FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31FFA is #1CE005. Grayscale: #717171. Windows color (decimal): -1892358 or 16392163. OLE color: 16392163.

HSL color Cylindrical-coordinate representation of color #E31FFA: hue angle of 293.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31FFA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 31 250 -
CMYK 0.09 0.88 0 0.02
HSL 293.7º 0.96% 0.55% -
HSV(B) 293.7º 0.88% 0.98% -
XYZ 49.42 24.21 92.51 -
YUV 114.57 204.43 208.19 -
System Red Green Blue C M Y K H S L
Decimal 227 31 250 0.09 0.88 0 0.02 293.7 0.96 0.55
Hex E3 1F FA 9 58 0 2 126 60 37
Octal 343 37 372 11 130 0 2 446 140 67
Binary 11100011 11111 11111010 1001 1011000 0 10 100100110 1100000 110111

Color Harmonies of #E31FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FFA

Black with #E31FFA

Text Example


Text Example

White with #E31FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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