#EA1EF0

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

Shades of Psychedelic Purple #EA1EF0

Tints of Psychedelic Purple #EA1EF0

Color information

#EA1EF0 (or 0xEA1EF0) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 1E and F0. RGB value is (234,30,240). Sum of RGB (Red+Green+Blue) = 234+30+240=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 30 (12.11% from 255 or 5.95% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA1EF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1EF0 is #15E10F. Grayscale: #727272. Windows color (decimal): -1433872 or 15736554. OLE color: 15736554.

HSL color Cylindrical-coordinate representation of color #EA1EF0: hue angle of 298.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1EF0 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23430240-
CMYK0.020.8700.06
HSL298.29º87.5%52.94%-
HSV(B)298.29º87.5%94.12%-
XYZ50.1224.7184.57-
YUV114.94198.59212.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.43%
GREEN value IS 30 (12.11% from 255) = 5.95%
BLUE value IS 240 (94.14% from 255) = 47.62%
R=46.43%
G=5.95%
B=47.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234302400.020.8700.06298.2987.552.94
HexEA1EF02570612a5835
Octal3523636021270645213065
Binary11101010111101111000010101011101101001010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1EF0; }

 p { color: rgb(234,30,240); }

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

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

 a { background-color: rgb(234,30,240); }

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

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

 span { border-color: rgb(234,30,240); }

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