Html Css Color HEX #E131FA Psychedelic Purple

📋 copy color: '#E131FA'

red 225 ◦ green 49 ◦ blue 250

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

Shades of Psychedelic Purple #E131FA

Tints of Psychedelic Purple #E131FA

RGB

 RED value IS 225 (88.28% from 255) = 42.94%

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

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

R = 42.94%
G = 9.35%
B = 47.71%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E131FA (or 0xE131FA) is known color: Psychedelic Purple. HEX triplet: E1, 31 and FA. RGB value is (225,49,250). Sum of RGB (Red+Green+Blue) = 225+49+250=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 49 (19.53% from 255 or 9.35% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #E131FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E131FA is #1ECE05. Grayscale: #7B7B7B. Windows color (decimal): -2018822 or 16396769. OLE color: 16396769.

HSL color Cylindrical-coordinate representation of color #E131FA: hue angle of 292.54º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E131FA is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 49 250 -
CMYK 0.10 0.80 0 0.02
HSL 292.54º 0.95% 0.59% -
HSV(B) 292.54º 0.8% 0.98% -
XYZ 49.4 25.11 92.68 -
YUV 124.54 198.81 199.66 -
System Red Green Blue C M Y K H S L
Decimal 225 49 250 0.10 0.80 0 0.02 292.54 0.95 0.59
Hex E1 31 FA A 50 0 2 125 5F 3B
Octal 341 61 372 12 120 0 2 445 137 73
Binary 11100001 110001 11111010 1010 1010000 0 10 100100101 1011111 111011

Color Harmonies of #E131FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131FA

Black with #E131FA

Text Example


Text Example

White with #E131FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131FA; }

 p { color: rgb(225,49,250); }

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

background-color css

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

 a { background-color: rgb(225,49,250); }

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

border-color css

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

 span { border-color: rgb(225,49,250); }

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