#EB85E9

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

Shades of Violet #EB85E9

Tints of Violet #EB85E9

Color information

#EB85E9 (or 0xEB85E9) is unknown color: approx Violet. HEX triplet: EB, 85 and E9. RGB value is (235,133,233). Sum of RGB (Red+Green+Blue) = 235+133+233=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB85E9 is #147A16. Grayscale: #AEAEAE. Windows color (decimal): -1341975 or 15304171. OLE color: 15304171.

HSL color Cylindrical-coordinate representation of color #EB85E9: hue angle of 301.18º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB85E9 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235133233-
CMYK00.430.010.08
HSL301.18º71.83%72.16%-
HSV(B)301.18º43.4%92.16%-
XYZ57.3640.3281.85-
YUV174.9160.79170.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 133 (52.34% from 255) = 22.13%
BLUE value IS 233 (91.41% from 255) = 38.77%
R=39.10%
G=22.13%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513323300.430.010.08301.1871.8372.16
HexEB85E902B1812d4848
Octal353205351053110455110110
Binary11101011100001011110100101010111100010010110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85E9; }

 p { color: rgb(235,133,233); }

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

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

 a { background-color: rgb(235,133,233); }

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

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

 span { border-color: rgb(235,133,233); }

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