#EB8EFF

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

Shades of Violet #EB8EFF

Tints of Violet #EB8EFF

Color information

#EB8EFF (or 0xEB8EFF) is unknown color: approx Violet. HEX triplet: EB, 8E and FF. RGB value is (235,142,255). Sum of RGB (Red+Green+Blue) = 235+142+255=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 142 (55.86% from 255 or 22.47% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB8EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8EFF is #147100. Grayscale: #B6B6B6. Windows color (decimal): -1339649 or 16748267. OLE color: 16748267.

HSL color Cylindrical-coordinate representation of color #EB8EFF: hue angle of 289.38º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB8EFF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235142255-
CMYK0.080.4400
HSL289.38º100%77.84%-
HSV(B)289.38º44.31%100%-
XYZ61.9844.2399.88-
YUV182.69168.81165.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 142 (55.86% from 255) = 22.47%
BLUE value IS 255 (100% from 255) = 40.35%
R=37.18%
G=22.47%
B=40.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351422550.080.4400289.3810077.84
HexEB8EFF82C00121644e
Octal353216377105400441144116
Binary11101011100011101111111110001011000010010000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EFF; }

 p { color: rgb(235,142,255); }

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

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

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

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

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

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

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