#EB93FA

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

Shades of Violet #EB93FA

Tints of Violet #EB93FA

Color information

#EB93FA (or 0xEB93FA) is unknown color: approx Violet. HEX triplet: EB, 93 and FA. RGB value is (235,147,250). Sum of RGB (Red+Green+Blue) = 235+147+250=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 147 (57.81% from 255 or 23.26% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB93FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB93FA is #146C05. Grayscale: #B8B8B8. Windows color (decimal): -1338374 or 16421867. OLE color: 16421867.

HSL color Cylindrical-coordinate representation of color #EB93FA: hue angle of 291.26º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB93FA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235147250-
CMYK0.060.4100.02
HSL291.26º91.15%77.84%-
HSV(B)291.26º41.2%98.04%-
XYZ61.9545.4395.95-
YUV185.05164.65163.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 147 (57.81% from 255) = 23.26%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=37.18%
G=23.26%
B=39.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351472500.060.4100.02291.2691.1577.84
HexEB93FA629021235b4e
Octal35322337265102443133116
Binary11101011100100111111101011010100101010010001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93FA; }

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

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

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

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

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

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

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

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