#EB93FE

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

Shades of Violet #EB93FE

Tints of Violet #EB93FE

Color information

#EB93FE (or 0xEB93FE) is unknown color: approx Violet. HEX triplet: EB, 93 and FE. RGB value is (235,147,254). Sum of RGB (Red+Green+Blue) = 235+147+254=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 147 (57.81% from 255 or 23.11% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB93FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB93FE is #146C01. Grayscale: #B9B9B9. Windows color (decimal): -1338370 or 16684011. OLE color: 16684011.

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

Color convert

RGB235147254-
CMYK0.070.4200.00
HSL289.35º98.17%78.63%-
HSV(B)289.35º42.13%99.61%-
XYZ62.5845.6999.29-
YUV185.51166.65163.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 147 (57.81% from 255) = 23.11%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=36.95%
G=23.11%
B=39.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351472540.070.4200.00289.3598.1778.63
HexEB93FE72A00121624f
Octal35322337675200441142117
Binary1110101110010011111111101111010100010010000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93FE; }

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

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

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

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

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

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

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

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