#EB81EC

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

Shades of Violet #EB81EC

Tints of Violet #EB81EC

Color information

#EB81EC (or 0xEB81EC) is unknown color: approx Violet. HEX triplet: EB, 81 and EC. RGB value is (235,129,236). Sum of RGB (Red+Green+Blue) = 235+129+236=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB81EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB81EC is #147E13. Grayscale: #ACACAC. Windows color (decimal): -1342996 or 15499755. OLE color: 15499755.

HSL color Cylindrical-coordinate representation of color #EB81EC: hue angle of 299.44º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB81EC is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235129236-
CMYK0.000.4500.07
HSL299.44º73.79%71.57%-
HSV(B)299.44º45.34%92.55%-
XYZ57.2539.4283.95-
YUV172.89163.62172.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 129 (50.78% from 255) = 21.5%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=39.17%
G=21.5%
B=39.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351292360.000.4500.07299.4473.7971.57
HexEB81EC02D0712b4a48
Octal35320135405507453112110
Binary1110101110000001111011000101101011110010101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81EC; }

 p { color: rgb(235,129,236); }

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

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

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

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

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

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

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