#EB93EC

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

Shades of Violet #EB93EC

Tints of Violet #EB93EC

Color information

#EB93EC (or 0xEB93EC) is unknown color: approx Violet. HEX triplet: EB, 93 and EC. RGB value is (235,147,236). Sum of RGB (Red+Green+Blue) = 235+147+236=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB93EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB93EC is #146C13. Grayscale: #B7B7B7. Windows color (decimal): -1338388 or 15504363. OLE color: 15504363.

HSL color Cylindrical-coordinate representation of color #EB93EC: hue angle of 299.33º 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 #EB93EC is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235147236-
CMYK0.000.3800.07
HSL299.33º70.08%75.1%-
HSV(B)299.33º37.71%92.55%-
XYZ59.8344.5984.81-
YUV183.46157.65164.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 147 (57.81% from 255) = 23.79%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=38.03%
G=23.79%
B=38.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351472360.000.3800.07299.3370.0875.1
HexEB93EC0260712b464b
Octal35322335404607453106113
Binary1110101110010011111011000100110011110010101110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93EC; }

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

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

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

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

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

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

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

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