#EA70F4

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

Shades of Violet #EA70F4

Tints of Violet #EA70F4

Color information

#EA70F4 (or 0xEA70F4) is unknown color: approx Violet. HEX triplet: EA, 70 and F4. RGB value is (234,112,244). Sum of RGB (Red+Green+Blue) = 234+112+244=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 244 (95.70% from 255 or 41.36% from 590); Max value from RGB is 244 - color contains mainly: blue. Hex color #EA70F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA70F4 is #158F0B. Grayscale: #A3A3A3. Windows color (decimal): -1412876 or 16019690. OLE color: 16019690.

HSL color Cylindrical-coordinate representation of color #EA70F4: hue angle of 295.45º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA70F4 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234112244-
CMYK0.040.5400.04
HSL295.45º85.71%69.8%-
HSV(B)295.45º54.1%95.69%-
XYZ56.0535.6189.51-
YUV163.53173.42178.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 112 (44.14% from 255) = 18.98%
BLUE value IS 244 (95.70% from 255) = 41.36%
R=39.66%
G=18.98%
B=41.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341122440.040.5400.04295.4585.7169.8
HexEA70F4436041275646
Octal35216036446604447126106
Binary11101010111000011110100100110110010010010011110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70F4; }

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

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

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

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

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

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

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

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