#EA89E8

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

Shades of Violet #EA89E8

Tints of Violet #EA89E8

Color information

#EA89E8 (or 0xEA89E8) is unknown color: approx Violet. HEX triplet: EA, 89 and E8. RGB value is (234,137,232). Sum of RGB (Red+Green+Blue) = 234+137+232=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 137 (53.91% from 255 or 22.72% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA89E8 is #157617. Grayscale: #B0B0B0. Windows color (decimal): -1406488 or 15239658. OLE color: 15239658.

HSL color Cylindrical-coordinate representation of color #EA89E8: hue angle of 301.24º 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 #EA89E8 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234137232-
CMYK00.410.010.08
HSL301.24º69.78%72.75%-
HSV(B)301.24º41.45%91.76%-
XYZ57.4441.2181.27-
YUV176.83159.14168.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 137 (53.91% from 255) = 22.72%
BLUE value IS 232 (91.02% from 255) = 38.47%
R=38.81%
G=22.72%
B=38.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413723200.410.010.08301.2469.7872.75
HexEA89E80291812d4649
Octal352211350051110455106111
Binary11101010100010011110100001010011100010010110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89E8; }

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

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

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

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

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

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

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

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