#EA93EC

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

Shades of Violet #EA93EC

Tints of Violet #EA93EC

Color information

#EA93EC (or 0xEA93EC) is unknown color: approx Violet. HEX triplet: EA, 93 and EC. RGB value is (234,147,236). Sum of RGB (Red+Green+Blue) = 234+147+236=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 147 (57.81% from 255 or 23.82% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA93EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA93EC is #156C13. Grayscale: #B6B6B6. Windows color (decimal): -1403924 or 15504362. OLE color: 15504362.

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

Color convert

RGB234147236-
CMYK0.010.3800.07
HSL298.65º70.08%75.1%-
HSV(B)298.65º37.71%92.55%-
XYZ59.5144.4284.79-
YUV183.16157.82164.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 147 (57.81% from 255) = 23.82%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=37.93%
G=23.82%
B=38.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341472360.010.3800.07298.6570.0875.1
HexEA93EC1260712b464b
Octal35222335414607453106113
Binary1110101010010011111011001100110011110010101110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93EC; }

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

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

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

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

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

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

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

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