#EB8DE8

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

Shades of Violet #EB8DE8

Tints of Violet #EB8DE8

Color information

#EB8DE8 (or 0xEB8DE8) is unknown color: approx Violet. HEX triplet: EB, 8D and E8. RGB value is (235,141,232). Sum of RGB (Red+Green+Blue) = 235+141+232=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8DE8 is #147217. Grayscale: #B3B3B3. Windows color (decimal): -1339928 or 15240683. OLE color: 15240683.

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

Color convert

RGB235141232-
CMYK00.40.010.08
HSL301.91º70.15%73.73%-
HSV(B)301.91º40%92.16%-
XYZ58.3542.5481.48-
YUV179.48157.64167.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 141 (55.47% from 255) = 23.19%
BLUE value IS 232 (91.02% from 255) = 38.16%
R=38.65%
G=23.19%
B=38.16%

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
Decimal23514123200.40.010.08301.9170.1573.73
HexEB8DE80281812e464a
Octal353215350050110456106112
Binary11101011100011011110100001010001100010010111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DE8; }

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

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

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

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

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

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

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

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