#EA73EA

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

Shades of Violet #EA73EA

Tints of Violet #EA73EA

Color information

#EA73EA (or 0xEA73EA) is unknown color: approx Violet. HEX triplet: EA, 73 and EA. RGB value is (234,115,234). Sum of RGB (Red+Green+Blue) = 234+115+234=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 115 (45.31% from 255 or 19.73% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA73EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA73EA is #158C15. Grayscale: #A3A3A3. Windows color (decimal): -1412118 or 15365098. OLE color: 15365098.

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

Color convert

RGB234115234-
CMYK00.5100.08
HSL300º73.91%68.43%-
HSV(B)300º50.85%91.76%-
XYZ54.9135.6981.84-
YUV164.15167.42177.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 115 (45.31% from 255) = 19.73%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=40.14%
G=19.73%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411523400.5100.0830073.9168.43
HexEA73EA0330812c4a44
Octal352163352063010454112104
Binary1110101011100111110101001100110100010010110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA73EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA73EA; }

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

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

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

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

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

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

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

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