#EB80E6

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

Shades of Violet #EB80E6

Tints of Violet #EB80E6

Color information

#EB80E6 (or 0xEB80E6) is unknown color: approx Violet. HEX triplet: EB, 80 and E6. RGB value is (235,128,230). Sum of RGB (Red+Green+Blue) = 235+128+230=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB80E6 is #147F19. Grayscale: #ABABAB. Windows color (decimal): -1343258 or 15106283. OLE color: 15106283.

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

Color convert

RGB235128230-
CMYK00.460.020.08
HSL302.8º72.79%71.18%-
HSV(B)302.8º45.53%92.16%-
XYZ56.2638.8179.39-
YUV171.62160.95173.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 128 (50.39% from 255) = 21.59%
BLUE value IS 230 (90.23% from 255) = 38.79%
R=39.63%
G=21.59%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512823000.460.020.08302.872.7971.18
HexEB80E602E2812f4947
Octal353200346056210457111107
Binary111010111000000011100110010111010100010010111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80E6; }

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

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

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

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

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

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

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

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