#ea73ef

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

Shades of Violet #EA73EF

Tints of Violet #EA73EF

Color information

#EA73EF (or 0xEA73EF) is unknown color: approx Violet. HEX triplet: EA, 73 and EF. RGB value is (234,115,239). Sum of RGB (Red+Green+Blue) = 234+115+239=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA73EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA73EF is #158C10. Grayscale: #A4A4A4. Windows color (decimal): -1412113 or 15692778. OLE color: 15692778.

HSL color Cylindrical-coordinate representation of color #EA73EF: hue angle of 297.58º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA73EF is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234115239-
CMYK0.020.5200.06
HSL297.58º79.49%69.41%-
HSV(B)297.58º51.88%93.73%-
XYZ55.6435.9985.67-
YUV164.72169.92177.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 115 (45.31% from 255) = 19.56%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=39.80%
G=19.56%
B=40.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341152390.020.5200.06297.5879.4969.41
HexEA73EF2340612a4f45
Octal35216335726406452117105
Binary1110101011100111110111110110100011010010101010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea73ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea73ef; }

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

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

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

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

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

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

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

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