#EA70EA

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

Shades of Violet #EA70EA

Tints of Violet #EA70EA

Color information

#EA70EA (or 0xEA70EA) is unknown color: approx Violet. HEX triplet: EA, 70 and EA. RGB value is (234,112,234). Sum of RGB (Red+Green+Blue) = 234+112+234=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA70EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA70EA is #158F15. Grayscale: #A2A2A2. Windows color (decimal): -1412886 or 15364330. OLE color: 15364330.

HSL color Cylindrical-coordinate representation of color #EA70EA: 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.52%. Process color model (Four color, CMYK) of #EA70EA is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234112234-
CMYK00.5200.08
HSL300º74.39%67.84%-
HSV(B)300º52.14%91.76%-
XYZ54.5835.0281.73-
YUV162.39168.42179.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 112 (44.14% from 255) = 19.31%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=40.34%
G=19.31%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411223400.5200.0830074.3967.84
HexEA70EA0340812c4a44
Octal352160352064010454112104
Binary1110101011100001110101001101000100010010110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70EA; }

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

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

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

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

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

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

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

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