#EB93EA

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

Shades of Violet #EB93EA

Tints of Violet #EB93EA

Color information

#EB93EA (or 0xEB93EA) is unknown color: approx Violet. HEX triplet: EB, 93 and EA. RGB value is (235,147,234). Sum of RGB (Red+Green+Blue) = 235+147+234=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB93EA is #146C15. Grayscale: #B6B6B6. Windows color (decimal): -1338390 or 15373291. OLE color: 15373291.

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

Color convert

RGB235147234-
CMYK00.370.000.08
HSL300.68º68.75%74.9%-
HSV(B)300.68º37.45%92.16%-
XYZ59.5544.4783.29-
YUV183.23156.65164.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 147 (57.81% from 255) = 23.86%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=38.15%
G=23.86%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514723400.370.000.08300.6868.7574.9
HexEB93EA0250812d454b
Octal353223352045010455105113
Binary11101011100100111110101001001010100010010110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93EA; }

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

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

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

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

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

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

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

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