Html Css Color HEX #E31EFC Psychedelic Purple

📋 copy color: '#E31EFC'

red 227 ◦ green 30 ◦ blue 252

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

Shades of Psychedelic Purple #E31EFC

Tints of Psychedelic Purple #E31EFC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.89%

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 44.6%
G = 5.89%
B = 49.51%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E31EFC (or 0xE31EFC) is known color: Psychedelic Purple. HEX triplet: E3, 1E and FC. RGB value is (227,30,252). Sum of RGB (Red+Green+Blue) = 227+30+252=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 30 (12.11% from 255 or 5.89% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #E31EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31EFC is #1CE103. Grayscale: #717171. Windows color (decimal): -1892612 or 16522979. OLE color: 16522979.

HSL color Cylindrical-coordinate representation of color #E31EFC: hue angle of 293.24º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31EFC is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 30 252 -
CMYK 0.10 0.88 0 0.01
HSL 293.24º 0.97% 0.55% -
HSV(B) 293.24º 0.88% 0.99% -
XYZ 49.71 24.29 94.16 -
YUV 114.21 205.77 208.45 -
System Red Green Blue C M Y K H S L
Decimal 227 30 252 0.10 0.88 0 0.01 293.24 0.97 0.55
Hex E3 1E FC A 58 0 1 125 61 37
Octal 343 36 374 12 130 0 1 445 141 67
Binary 11100011 11110 11111100 1010 1011000 0 1 100100101 1100001 110111

Color Harmonies of #E31EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31EFC

Black with #E31EFC

Text Example


Text Example

White with #E31EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31EFC; }

 p { color: rgb(227,30,252); }

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

background-color css

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

 a { background-color: rgb(227,30,252); }

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

border-color css

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

 span { border-color: rgb(227,30,252); }

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