#EA89EA

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

Shades of Violet #EA89EA

Tints of Violet #EA89EA

Color information

#EA89EA (or 0xEA89EA) is unknown color: approx Violet. HEX triplet: EA, 89 and EA. RGB value is (234,137,234). Sum of RGB (Red+Green+Blue) = 234+137+234=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 137 (53.91% from 255 or 22.64% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA89EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA89EA is #157615. Grayscale: #B0B0B0. Windows color (decimal): -1406486 or 15370730. OLE color: 15370730.

HSL color Cylindrical-coordinate representation of color #EA89EA: hue angle of 300º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA89EA is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234137234-
CMYK00.4100.08
HSL300º69.78%72.75%-
HSV(B)300º41.45%91.76%-
XYZ57.7341.3282.78-
YUV177.06160.14168.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 137 (53.91% from 255) = 22.64%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=38.68%
G=22.64%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413723400.4100.0830069.7872.75
HexEA89EA0290812c4649
Octal352211352051010454106111
Binary11101010100010011110101001010010100010010110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89EA; }

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

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

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

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

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

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

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

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