#EB93FF

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

Shades of Violet #EB93FF

Tints of Violet #EB93FF

Color information

#EB93FF (or 0xEB93FF) is unknown color: approx Violet. HEX triplet: EB, 93 and FF. RGB value is (235,147,255). Sum of RGB (Red+Green+Blue) = 235+147+255=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 147 (57.81% from 255 or 23.08% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB93FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB93FF is #146C00. Grayscale: #B9B9B9. Windows color (decimal): -1338369 or 16749547. OLE color: 16749547.

HSL color Cylindrical-coordinate representation of color #EB93FF: hue angle of 288.89º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB93FF is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235147255-
CMYK0.080.4200
HSL288.89º100%78.82%-
HSV(B)288.89º42.35%100%-
XYZ62.7445.75100.13-
YUV185.62167.15163.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 147 (57.81% from 255) = 23.08%
BLUE value IS 255 (100% from 255) = 40.03%
R=36.89%
G=23.08%
B=40.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351472550.080.4200288.8910078.82
HexEB93FF82A00121644f
Octal353223377105200441144117
Binary11101011100100111111111110001010100010010000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93FF; }

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

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

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

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

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

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

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

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