#EB8EE6

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

Shades of Violet #EB8EE6

Tints of Violet #EB8EE6

Color information

#EB8EE6 (or 0xEB8EE6) is unknown color: approx Violet. HEX triplet: EB, 8E and E6. RGB value is (235,142,230). Sum of RGB (Red+Green+Blue) = 235+142+230=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8EE6 is #147119. Grayscale: #B3B3B3. Windows color (decimal): -1339674 or 15109867. OLE color: 15109867.

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

Color convert

RGB235142230-
CMYK00.400.020.08
HSL303.23º69.92%73.92%-
HSV(B)303.23º39.57%92.16%-
XYZ58.2242.7280.04-
YUV179.84156.31167.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 142 (55.86% from 255) = 23.39%
BLUE value IS 230 (90.23% from 255) = 37.89%
R=38.71%
G=23.39%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514223000.400.020.08303.2369.9273.92
HexEB8EE60282812f464a
Octal353216346050210457106112
Binary111010111000111011100110010100010100010010111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EE6; }

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

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

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

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

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

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

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

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