#EB93EB

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

Shades of Violet #EB93EB

Tints of Violet #EB93EB

Color information

#EB93EB (or 0xEB93EB) is unknown color: approx Violet. HEX triplet: EB, 93 and EB. RGB value is (235,147,235). Sum of RGB (Red+Green+Blue) = 235+147+235=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 147 (57.81% from 255 or 23.82% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB93EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB93EB is #146C14. Grayscale: #B7B7B7. Windows color (decimal): -1338389 or 15438827. OLE color: 15438827.

HSL color Cylindrical-coordinate representation of color #EB93EB: hue angle of 300º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB93EB is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235147235-
CMYK00.3700.08
HSL300º68.75%74.9%-
HSV(B)300º37.45%92.16%-
XYZ59.6944.5384.05-
YUV183.34157.15164.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 147 (57.81% from 255) = 23.82%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=38.09%
G=23.82%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514723500.3700.0830068.7574.9
HexEB93EB0250812c454b
Octal353223353045010454105113
Binary11101011100100111110101101001010100010010110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93EB; }

 p { color: rgb(235,147,235); }

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

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

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

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

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

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

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