#EB93FB

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

Shades of Violet #EB93FB

Tints of Violet #EB93FB

Color information

#EB93FB (or 0xEB93FB) is unknown color: approx Violet. HEX triplet: EB, 93 and FB. RGB value is (235,147,251). Sum of RGB (Red+Green+Blue) = 235+147+251=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 147 (57.81% from 255 or 23.22% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB93FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB93FB is #146C04. Grayscale: #B8B8B8. Windows color (decimal): -1338373 or 16487403. OLE color: 16487403.

HSL color Cylindrical-coordinate representation of color #EB93FB: hue angle of 290.77º degrees, saturation: 0.93, 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 #EB93FB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235147251-
CMYK0.060.4100.02
HSL290.77º92.86%78.04%-
HSV(B)290.77º41.43%98.43%-
XYZ62.1145.4996.77-
YUV185.17165.15163.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 147 (57.81% from 255) = 23.22%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=37.12%
G=23.22%
B=39.65%

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
Decimal2351472510.060.4100.02290.7792.8678.04
HexEB93FB629021235d4e
Octal35322337365102443135116
Binary11101011100100111111101111010100101010010001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93FB; }

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

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

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

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

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

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

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

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