#EA89E2

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

Shades of Violet #EA89E2

Tints of Violet #EA89E2

Color information

#EA89E2 (or 0xEA89E2) is unknown color: approx Violet. HEX triplet: EA, 89 and E2. RGB value is (234,137,226). Sum of RGB (Red+Green+Blue) = 234+137+226=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89E2 is #15761D. Grayscale: #AFAFAF. Windows color (decimal): -1406494 or 14846442. OLE color: 14846442.

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

Color convert

RGB234137226-
CMYK00.410.030.08
HSL304.95º69.78%72.75%-
HSV(B)304.95º41.45%91.76%-
XYZ56.640.8776.86-
YUV176.15156.14169.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 137 (53.91% from 255) = 22.95%
BLUE value IS 226 (88.67% from 255) = 37.86%
R=39.20%
G=22.95%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413722600.410.030.08304.9569.7872.75
HexEA89E2029381314649
Octal352211342051310461106111
Binary111010101000100111100010010100111100010011000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89E2; }

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

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

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

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

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

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

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

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