#EB85F0

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

Shades of Violet #EB85F0

Tints of Violet #EB85F0

Color information

#EB85F0 (or 0xEB85F0) is unknown color: approx Violet. HEX triplet: EB, 85 and F0. RGB value is (235,133,240). Sum of RGB (Red+Green+Blue) = 235+133+240=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB85F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB85F0 is #147A0F. Grayscale: #AFAFAF. Windows color (decimal): -1341968 or 15762923. OLE color: 15762923.

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

Color convert

RGB235133240-
CMYK0.020.4500.06
HSL297.2º78.1%73.14%-
HSV(B)297.2º44.58%94.12%-
XYZ58.3840.7387.22-
YUV175.7164.29170.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 133 (52.34% from 255) = 21.88%
BLUE value IS 240 (94.14% from 255) = 39.47%
R=38.65%
G=21.88%
B=39.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351332400.020.4500.06297.278.173.14
HexEB85F022D061294e49
Octal35320536025506451116111
Binary11101011100001011111000010101101011010010100110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85F0; }

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

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

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

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

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

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

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

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