#EA11F0

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

Shades of Psychedelic Purple #EA11F0

Tints of Psychedelic Purple #EA11F0

Color information

#EA11F0 (or 0xEA11F0) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 11 and F0. RGB value is (234,17,240). Sum of RGB (Red+Green+Blue) = 234+17+240=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 17 (7.03% from 255 or 3.46% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA11F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA11F0 is #15EE0F. Grayscale: #6A6A6A. Windows color (decimal): -1437200 or 15733226. OLE color: 15733226.

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

Color convert

RGB23417240-
CMYK0.020.9300.06
HSL298.39º88.14%50.39%-
HSV(B)298.39º92.92%94.12%-
XYZ49.8624.1884.48-
YUV107.3202.89218.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.66%
GREEN value IS 17 (7.03% from 255) = 3.46%
BLUE value IS 240 (94.14% from 255) = 48.88%
R=47.66%
G=3.46%
B=48.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234172400.020.9300.06298.3988.1450.39
HexEA11F025D0612a5832
Octal3522136021350645213062
Binary11101010100011111000010101110101101001010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA11F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA11F0; }

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

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

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

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

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

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

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

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