#EB81EE

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

Shades of Violet #EB81EE

Tints of Violet #EB81EE

Color information

#EB81EE (or 0xEB81EE) is unknown color: approx Violet. HEX triplet: EB, 81 and EE. RGB value is (235,129,238). Sum of RGB (Red+Green+Blue) = 235+129+238=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB81EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB81EE is #147E11. Grayscale: #ACACAC. Windows color (decimal): -1342994 or 15630827. OLE color: 15630827.

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

Color convert

RGB235129238-
CMYK0.010.4600.07
HSL298.35º76.22%71.96%-
HSV(B)298.35º45.8%93.33%-
XYZ57.5439.5485.49-
YUV173.12164.62172.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 129 (50.78% from 255) = 21.43%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=39.04%
G=21.43%
B=39.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351292380.010.4600.07298.3576.2271.96
HexEB81EE12E0712a4c48
Octal35320135615607452114110
Binary1110101110000001111011101101110011110010101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81EE; }

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

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

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

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

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

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

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

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