#EA70E9

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

Shades of Violet #EA70E9

Tints of Violet #EA70E9

Color information

#EA70E9 (or 0xEA70E9) is unknown color: approx Violet. HEX triplet: EA, 70 and E9. RGB value is (234,112,233). Sum of RGB (Red+Green+Blue) = 234+112+233=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA70E9 is #158F16. Grayscale: #A1A1A1. Windows color (decimal): -1412887 or 15298794. OLE color: 15298794.

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

Color convert

RGB234112233-
CMYK00.520.000.08
HSL300.49º74.39%67.84%-
HSV(B)300.49º52.14%91.76%-
XYZ54.4334.9680.97-
YUV162.27167.92179.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.41%
GREEN value IS 112 (44.14% from 255) = 19.34%
BLUE value IS 233 (91.41% from 255) = 40.24%
R=40.41%
G=19.34%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411223300.520.000.08300.4974.3967.84
HexEA70E90340812c4a44
Octal352160351064010454112104
Binary1110101011100001110100101101000100010010110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70E9; }

 p { color: rgb(234,112,233); }

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

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

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

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

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

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

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