#EB76EB

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

Shades of Violet #EB76EB

Tints of Violet #EB76EB

Color information

#EB76EB (or 0xEB76EB) is unknown color: approx Violet. HEX triplet: EB, 76 and EB. RGB value is (235,118,235). Sum of RGB (Red+Green+Blue) = 235+118+235=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 118 (46.48% from 255 or 20.07% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB76EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB76EB is #148914. Grayscale: #A5A5A5. Windows color (decimal): -1345813 or 15431403. OLE color: 15431403.

HSL color Cylindrical-coordinate representation of color #EB76EB: hue angle of 300º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76EB is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235118235-
CMYK00.5000.08
HSL300º74.52%69.22%-
HSV(B)300º49.79%92.16%-
XYZ55.7336.6282.73-
YUV166.32166.76176.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 118 (46.48% from 255) = 20.07%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=39.97%
G=20.07%
B=39.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511823500.5000.0830074.5269.22
HexEB76EB0320812c4b45
Octal353166353062010454113105
Binary1110101111101101110101101100100100010010110010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76EB; }

 p { color: rgb(235,118,235); }

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

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

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

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

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

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

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