#EB85E5

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

Shades of Violet #EB85E5

Tints of Violet #EB85E5

Color information

#EB85E5 (or 0xEB85E5) is unknown color: approx Violet. HEX triplet: EB, 85 and E5. RGB value is (235,133,229). Sum of RGB (Red+Green+Blue) = 235+133+229=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85E5 is #147A1A. Grayscale: #AEAEAE. Windows color (decimal): -1341979 or 15042027. OLE color: 15042027.

HSL color Cylindrical-coordinate representation of color #EB85E5: hue angle of 303.53º 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 #EB85E5 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235133229-
CMYK00.430.030.08
HSL303.53º71.83%72.16%-
HSV(B)303.53º43.4%92.16%-
XYZ56.7940.0978.87-
YUV174.44158.79171.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 133 (52.34% from 255) = 22.28%
BLUE value IS 229 (89.84% from 255) = 38.36%
R=39.36%
G=22.28%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513322900.430.030.08303.5371.8372.16
HexEB85E502B381304848
Octal353205345053310460110110
Binary111010111000010111100101010101111100010011000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85E5; }

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

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

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

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

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

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

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

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