Html Css Color HEX #E131FF Psychedelic Purple

📋 copy color: '#E131FF'

red 225 ◦ green 49 ◦ blue 255

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

Shades of Psychedelic Purple #E131FF

Tints of Psychedelic Purple #E131FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.2%

R = 42.53%
G = 9.26%
B = 48.2%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E131FF (or 0xE131FF) is known color: Psychedelic Purple. HEX triplet: E1, 31 and FF. RGB value is (225,49,255). Sum of RGB (Red+Green+Blue) = 225+49+255=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 49 (19.53% from 255 or 9.26% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #E131FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E131FF is #1ECE00. Grayscale: #7C7C7C. Windows color (decimal): -2018817 or 16724449. OLE color: 16724449.

HSL color Cylindrical-coordinate representation of color #E131FF: hue angle of 291.26º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E131FF is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 49 255 -
CMYK 0.12 0.81 0 0
HSL 291.26º 1% 0.6% -
HSV(B) 291.26º 0.81% 1% -
XYZ 50.2 25.42 96.87 -
YUV 125.11 201.31 199.25 -
System Red Green Blue C M Y K H S L
Decimal 225 49 255 0.12 0.81 0 0 291.26 1 0.6
Hex E1 31 FF C 51 0 0 123 64 3C
Octal 341 61 377 14 121 0 0 443 144 74
Binary 11100001 110001 11111111 1100 1010001 0 0 100100011 1100100 111100

Color Harmonies of #E131FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131FF

Black with #E131FF

Text Example


Text Example

White with #E131FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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