#EA05EC

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

Shades of Psychedelic Purple #EA05EC

Tints of Psychedelic Purple #EA05EC

Color information

#EA05EC (or 0xEA05EC) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 05 and EC. RGB value is (234,5,236). Sum of RGB (Red+Green+Blue) = 234+5+236=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 5 (2.34% from 255 or 1.05% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA05EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA05EC is #15FA13. Grayscale: #636363. Windows color (decimal): -1440276 or 15468010. OLE color: 15468010.

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

Color convert

RGB2345236-
CMYK0.010.9800.07
HSL299.48º95.85%47.25%-
HSV(B)299.48º97.88%92.55%-
XYZ49.1323.6681.33-
YUV99.8204.87223.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 5 (2.34% from 255) = 1.05%
BLUE value IS 236 (92.58% from 255) = 49.68%
R=49.26%
G=1.05%
B=49.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23452360.010.9800.07299.4895.8547.25
HexEA5EC1620712b602f
Octal352535411420745314057
Binary11101010101111011001110001001111001010111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA05EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA05EC; }

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

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

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

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

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

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

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

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