#EA6EE7

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

Shades of Violet #EA6EE7

Tints of Violet #EA6EE7

Color information

#EA6EE7 (or 0xEA6EE7) is unknown color: approx Violet. HEX triplet: EA, 6E and E7. RGB value is (234,110,231). Sum of RGB (Red+Green+Blue) = 234+110+231=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6EE7 is #159118. Grayscale: #A0A0A0. Windows color (decimal): -1413401 or 15167210. OLE color: 15167210.

HSL color Cylindrical-coordinate representation of color #EA6EE7: hue angle of 301.45º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6EE7 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234110231-
CMYK00.530.010.08
HSL301.45º74.7%67.45%-
HSV(B)301.45º52.99%91.76%-
XYZ53.9334.4179.4-
YUV160.87167.58180.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 110 (43.36% from 255) = 19.13%
BLUE value IS 231 (90.62% from 255) = 40.17%
R=40.70%
G=19.13%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411023100.530.010.08301.4574.767.45
HexEA6EE70351812d4b43
Octal352156347065110455113103
Binary1110101011011101110011101101011100010010110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6EE7; }

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

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

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

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

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

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

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

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