#EA05E5

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

Shades of Psychedelic Purple #EA05E5

Tints of Psychedelic Purple #EA05E5

Color information

#EA05E5 (or 0xEA05E5) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 05 and E5. RGB value is (234,5,229). Sum of RGB (Red+Green+Blue) = 234+5+229=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA05E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA05E5 is #15FA1A. Grayscale: #626262. Windows color (decimal): -1440283 or 15009258. OLE color: 15009258.

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

Color convert

RGB2345229-
CMYK00.980.020.08
HSL301.31º95.82%46.86%-
HSV(B)301.31º97.86%91.76%-
XYZ48.1323.2676.08-
YUV99.01201.37224.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 1.07%
BLUE value IS 229 (89.84% from 255) = 48.93%
R=50%
G=1.07%
B=48.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234522900.980.020.08301.3195.8246.86
HexEA5E50622812d602f
Octal3525345014221045514057
Binary1110101010111100101011000101010001001011011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA05E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA05E5; }

 p { color: rgb(234,5,229); }

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

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

 a { background-color: rgb(234,5,229); }

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

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

 span { border-color: rgb(234,5,229); }

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