#EA0EF8

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

Shades of Psychedelic Purple #EA0EF8

Tints of Psychedelic Purple #EA0EF8

Color information

#EA0EF8 (or 0xEA0EF8) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 0E and F8. RGB value is (234,14,248). Sum of RGB (Red+Green+Blue) = 234+14+248=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA0EF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA0EF8 is #15F107. Grayscale: #696969. Windows color (decimal): -1437960 or 16256746. OLE color: 16256746.

HSL color Cylindrical-coordinate representation of color #EA0EF8: hue angle of 296.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0EF8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23414248-
CMYK0.060.9400.03
HSL296.41º94.35%51.37%-
HSV(B)296.41º94.35%97.25%-
XYZ51.0324.5890.86-
YUV106.46207.89218.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 14 (5.86% from 255) = 2.82%
BLUE value IS 248 (97.27% from 255) = 50%
R=47.18%
G=2.82%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234142480.060.9400.03296.4194.3551.37
HexEAEF865E031285e33
Octal3521637061360345013663
Binary1110101011101111100011010111100111001010001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0EF8; }

 p { color: rgb(234,14,248); }

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

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

 a { background-color: rgb(234,14,248); }

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

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

 span { border-color: rgb(234,14,248); }

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