#EB8EE8

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

Shades of Violet #EB8EE8

Tints of Violet #EB8EE8

Color information

#EB8EE8 (or 0xEB8EE8) is unknown color: approx Violet. HEX triplet: EB, 8E and E8. RGB value is (235,142,232). Sum of RGB (Red+Green+Blue) = 235+142+232=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8EE8 is #147117. Grayscale: #B3B3B3. Windows color (decimal): -1339672 or 15240939. OLE color: 15240939.

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

Color convert

RGB235142232-
CMYK00.400.010.08
HSL301.94º69.92%73.92%-
HSV(B)301.94º39.57%92.16%-
XYZ58.542.8381.53-
YUV180.07157.31167.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 142 (55.86% from 255) = 23.32%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=38.59%
G=23.32%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514223200.400.010.08301.9469.9273.92
HexEB8EE80281812e464a
Octal353216350050110456106112
Binary11101011100011101110100001010001100010010111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EE8; }

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

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

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

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

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

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

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

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