#EA05E6

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

Shades of Psychedelic Purple #EA05E6

Tints of Psychedelic Purple #EA05E6

Color information

#EA05E6 (or 0xEA05E6) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 05 and E6. RGB value is (234,5,230). Sum of RGB (Red+Green+Blue) = 234+5+230=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA05E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA05E6 is #15FA19. Grayscale: #626262. Windows color (decimal): -1440282 or 15074794. OLE color: 15074794.

HSL color Cylindrical-coordinate representation of color #EA05E6: hue angle of 301.05º 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 #EA05E6 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB2345230-
CMYK00.980.020.08
HSL301.05º95.82%46.86%-
HSV(B)301.05º97.86%91.76%-
XYZ48.2723.3176.82-
YUV99.12201.87224.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.89%
GREEN value IS 5 (2.34% from 255) = 1.07%
BLUE value IS 230 (90.23% from 255) = 49.04%
R=49.89%
G=1.07%
B=49.04%

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
Decimal234523000.980.020.08301.0595.8246.86
HexEA5E60622812d602f
Octal3525346014221045514057
Binary1110101010111100110011000101010001001011011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA05E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA05E6; }

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

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

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

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

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

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

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

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