Html Css Color HEX #E331FC Psychedelic Purple

📋 copy color: '#E331FC'

red 227 ◦ green 49 ◦ blue 252

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

Shades of Psychedelic Purple #E331FC

Tints of Psychedelic Purple #E331FC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.28%

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

R = 42.99%
G = 9.28%
B = 47.73%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E331FC (or 0xE331FC) is known color: Psychedelic Purple. HEX triplet: E3, 31 and FC. RGB value is (227,49,252). Sum of RGB (Red+Green+Blue) = 227+49+252=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #E331FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E331FC is #1CCE03. Grayscale: #7C7C7C. Windows color (decimal): -1887748 or 16527843. OLE color: 16527843.

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

Color convert

RGB 227 49 252 -
CMYK 0.10 0.81 0 0.01
HSL 292.61º 0.97% 0.59% -
HSV(B) 292.61º 0.81% 0.99% -
XYZ 50.35 25.56 94.37 -
YUV 125.36 199.47 200.49 -
System Red Green Blue C M Y K H S L
Decimal 227 49 252 0.10 0.81 0 0.01 292.61 0.97 0.59
Hex E3 31 FC A 51 0 1 125 61 3B
Octal 343 61 374 12 121 0 1 445 141 73
Binary 11100011 110001 11111100 1010 1010001 0 1 100100101 1100001 111011

Color Harmonies of #E331FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331FC

Black with #E331FC

Text Example


Text Example

White with #E331FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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