#EA19FA

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

Shades of Psychedelic Purple #EA19FA

Tints of Psychedelic Purple #EA19FA

Color information

#EA19FA (or 0xEA19FA) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 19 and FA. RGB value is (234,25,250). Sum of RGB (Red+Green+Blue) = 234+25+250=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA19FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA19FA is #15E605. Grayscale: #707070. Windows color (decimal): -1435142 or 16390634. OLE color: 16390634.

HSL color Cylindrical-coordinate representation of color #EA19FA: hue angle of 295.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA19FA is Cyan = 0.06, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23425250-
CMYK0.060.900.02
HSL295.73º95.74%53.92%-
HSV(B)295.73º90%98.04%-
XYZ51.5325.0992.57-
YUV113.14205.24214.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 25 (10.16% from 255) = 4.91%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=45.97%
G=4.91%
B=49.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234252500.060.900.02295.7395.7453.92
HexEA19FA65A021286036
Octal3523137261320245014066
Binary11101010110011111101011010110100101001010001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA19FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA19FA; }

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

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

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

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

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

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

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

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