#EA00EA

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

Shades of Psychedelic Purple #EA00EA

Tints of Psychedelic Purple #EA00EA

Color information

#EA00EA (or 0xEA00EA) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 00 and EA. RGB value is (234,0,234). Sum of RGB (Red+Green+Blue) = 234+0+234=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA00EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA00EA is #15FF15. Grayscale: #5F5F5F. Windows color (decimal): -1441558 or 15335658. OLE color: 15335658.

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

Color convert

RGB2340234-
CMYK0100.08
HSL300º100%45.88%-
HSV(B)300º100%91.76%-
XYZ48.7823.4379.79-
YUV96.64205.52225.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 234 (91.80% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23402340100.0830010045.88
HexEA0EA0640812c642e
Octal3520352014401045414456
Binary1110101001110101001100100010001001011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA00EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA00EA; }

 p { color: rgb(234,0,234); }

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

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

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

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

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

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

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