#EA93E5

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

Shades of Violet #EA93E5

Tints of Violet #EA93E5

Color information

#EA93E5 (or 0xEA93E5) is unknown color: approx Violet. HEX triplet: EA, 93 and E5. RGB value is (234,147,229). Sum of RGB (Red+Green+Blue) = 234+147+229=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93E5 is #156C1A. Grayscale: #B6B6B6. Windows color (decimal): -1403931 or 15045610. OLE color: 15045610.

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

Color convert

RGB234147229-
CMYK00.370.020.08
HSL303.45º67.44%74.71%-
HSV(B)303.45º37.18%91.76%-
XYZ58.5144.0279.54-
YUV182.36154.32164.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 147 (57.81% from 255) = 24.10%
BLUE value IS 229 (89.84% from 255) = 37.54%
R=38.36%
G=24.10%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414722900.370.020.08303.4567.4474.71
HexEA93E50252812f434b
Octal352223345045210457103113
Binary111010101001001111100101010010110100010010111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93E5; }

 p { color: rgb(234,147,229); }

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

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

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

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

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

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

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