#EB8EF3

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

Shades of Violet #EB8EF3

Tints of Violet #EB8EF3

Color information

#EB8EF3 (or 0xEB8EF3) is unknown color: approx Violet. HEX triplet: EB, 8E and F3. RGB value is (235,142,243). Sum of RGB (Red+Green+Blue) = 235+142+243=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 142 (55.86% from 255 or 22.90% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #EB8EF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8EF3 is #14710C. Grayscale: #B5B5B5. Windows color (decimal): -1339661 or 15961835. OLE color: 15961835.

HSL color Cylindrical-coordinate representation of color #EB8EF3: hue angle of 295.25º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB8EF3 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235142243-
CMYK0.030.4200.05
HSL295.25º80.8%75.49%-
HSV(B)295.25º41.56%95.29%-
XYZ60.1143.4890.02-
YUV181.32162.81166.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 142 (55.86% from 255) = 22.90%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=37.90%
G=22.90%
B=39.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351422430.030.4200.05295.2580.875.49
HexEB8EF332A05127514b
Octal35321636335205447121113
Binary11101011100011101111001111101010010110010011110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EF3; }

 p { color: rgb(235,142,243); }

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

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

 a { background-color: rgb(235,142,243); }

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

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

 span { border-color: rgb(235,142,243); }

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