#EB80E5

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

Shades of Violet #EB80E5

Tints of Violet #EB80E5

Color information

#EB80E5 (or 0xEB80E5) is unknown color: approx Violet. HEX triplet: EB, 80 and E5. RGB value is (235,128,229). Sum of RGB (Red+Green+Blue) = 235+128+229=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80E5 is #147F1A. Grayscale: #ABABAB. Windows color (decimal): -1343259 or 15040747. OLE color: 15040747.

HSL color Cylindrical-coordinate representation of color #EB80E5: hue angle of 303.36º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB80E5 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235128229-
CMYK00.460.030.08
HSL303.36º72.79%71.18%-
HSV(B)303.36º45.53%92.16%-
XYZ56.1238.7678.65-
YUV171.51160.45173.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 128 (50.39% from 255) = 21.62%
BLUE value IS 229 (89.84% from 255) = 38.68%
R=39.70%
G=21.62%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512822900.460.030.08303.3672.7971.18
HexEB80E502E3812f4947
Octal353200345056310457111107
Binary111010111000000011100101010111011100010010111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80E5; }

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

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

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

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

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

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

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

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