#EA70E7

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

Shades of Violet #EA70E7

Tints of Violet #EA70E7

Color information

#EA70E7 (or 0xEA70E7) is unknown color: approx Violet. HEX triplet: EA, 70 and E7. RGB value is (234,112,231). Sum of RGB (Red+Green+Blue) = 234+112+231=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA70E7 is #158F18. Grayscale: #A1A1A1. Windows color (decimal): -1412889 or 15167722. OLE color: 15167722.

HSL color Cylindrical-coordinate representation of color #EA70E7: hue angle of 301.48º 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 #EA70E7 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234112231-
CMYK00.520.010.08
HSL301.48º74.39%67.84%-
HSV(B)301.48º52.14%91.76%-
XYZ54.1534.8579.47-
YUV162.04166.92179.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 112 (44.14% from 255) = 19.41%
BLUE value IS 231 (90.62% from 255) = 40.03%
R=40.55%
G=19.41%
B=40.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411223100.520.010.08301.4874.3967.84
HexEA70E70341812d4a44
Octal352160347064110455112104
Binary1110101011100001110011101101001100010010110110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70E7; }

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

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

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

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

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

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

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

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