#EA31F5

Color #EA31F5 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #EA31F5

Tints of Psychedelic Purple #EA31F5

Color information

#EA31F5 (or 0xEA31F5) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 31 and F5. RGB value is (234,49,245). Sum of RGB (Red+Green+Blue) = 234+49+245=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA31F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA31F5 is #15CE0A. Grayscale: #7E7E7E. Windows color (decimal): -1429003 or 16069098. OLE color: 16069098.

HSL color Cylindrical-coordinate representation of color #EA31F5: hue angle of 296.63º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA31F5 is Cyan = 0.04, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23449245-
CMYK0.040.800.04
HSL296.63º90.74%57.65%-
HSV(B)296.63º80%96.08%-
XYZ51.5126.2888.74-
YUV126.66194.79204.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 49 (19.53% from 255) = 9.28%
BLUE value IS 245 (96.09% from 255) = 46.40%
R=44.32%
G=9.28%
B=46.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal234492450.040.800.04296.6390.7457.65
HexEA31F5450041295b3a
Octal3526136541200445113372
Binary1110101011000111110101100101000001001001010011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA31F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA31F5; }

 p { color: rgb(234,49,245); }

 H1.HeaderClassName
 {
   color: #EA31F5;
 }
 .AnyTagClassName
 {
   color: #EA31F5;
 }
</style>
background-color css

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

 a { background-color: rgb(234,49,245); }

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

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

 span { border-color: rgb(234,49,245); }

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