#EB8DE9

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

Shades of Violet #EB8DE9

Tints of Violet #EB8DE9

Color information

#EB8DE9 (or 0xEB8DE9) is unknown color: approx Violet. HEX triplet: EB, 8D and E9. RGB value is (235,141,233). Sum of RGB (Red+Green+Blue) = 235+141+233=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8DE9 is #147216. Grayscale: #B3B3B3. Windows color (decimal): -1339927 or 15306219. OLE color: 15306219.

HSL color Cylindrical-coordinate representation of color #EB8DE9: hue angle of 301.28º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8DE9 is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235141233-
CMYK00.40.010.08
HSL301.28º70.15%73.73%-
HSV(B)301.28º40%92.16%-
XYZ58.4942.682.23-
YUV179.59158.14167.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 141 (55.47% from 255) = 23.15%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=38.59%
G=23.15%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514123300.40.010.08301.2870.1573.73
HexEB8DE90281812d464a
Octal353215351050110455106112
Binary11101011100011011110100101010001100010010110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DE9; }

 p { color: rgb(235,141,233); }

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

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

 a { background-color: rgb(235,141,233); }

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

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

 span { border-color: rgb(235,141,233); }

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