#EA19EF

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

Shades of Psychedelic Purple #EA19EF

Tints of Psychedelic Purple #EA19EF

Color information

#EA19EF (or 0xEA19EF) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 19 and EF. RGB value is (234,25,239). Sum of RGB (Red+Green+Blue) = 234+25+239=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 25 (10.16% from 255 or 5.02% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA19EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA19EF is #15E610. Grayscale: #6F6F6F. Windows color (decimal): -1435153 or 15669738. OLE color: 15669738.

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

Color convert

RGB23425239-
CMYK0.020.9000.06
HSL298.6º86.99%51.76%-
HSV(B)298.6º89.54%93.73%-
XYZ49.8624.4283.75-
YUV111.89199.74215.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 25 (10.16% from 255) = 5.02%
BLUE value IS 239 (93.75% from 255) = 47.99%
R=46.99%
G=5.02%
B=47.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234252390.020.9000.06298.686.9951.76
HexEA19EF25A0612b5734
Octal3523135721320645312764
Binary11101010110011110111110101101001101001010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA19EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA19EF; }

 p { color: rgb(234,25,239); }

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

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

 a { background-color: rgb(234,25,239); }

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

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

 span { border-color: rgb(234,25,239); }

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