#EA89EC

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

Shades of Violet #EA89EC

Tints of Violet #EA89EC

Color information

#EA89EC (or 0xEA89EC) is unknown color: approx Violet. HEX triplet: EA, 89 and EC. RGB value is (234,137,236). Sum of RGB (Red+Green+Blue) = 234+137+236=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 137 (53.91% from 255 or 22.57% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA89EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA89EC is #157613. Grayscale: #B0B0B0. Windows color (decimal): -1406484 or 15501802. OLE color: 15501802.

HSL color Cylindrical-coordinate representation of color #EA89EC: hue angle of 298.79º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA89EC is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234137236-
CMYK0.010.4200.07
HSL298.79º72.26%73.14%-
HSV(B)298.79º41.95%92.55%-
XYZ58.0241.4484.3-
YUV177.29161.14168.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 137 (53.91% from 255) = 22.57%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=38.55%
G=22.57%
B=38.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341372360.010.4200.07298.7972.2673.14
HexEA89EC12A0712b4849
Octal35221135415207453110111
Binary1110101010001001111011001101010011110010101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89EC; }

 p { color: rgb(234,137,236); }

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

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

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

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

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

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

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