#EB94E9

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

Shades of Violet #EB94E9

Tints of Violet #EB94E9

Color information

#EB94E9 (or 0xEB94E9) is unknown color: approx Violet. HEX triplet: EB, 94 and E9. RGB value is (235,148,233). Sum of RGB (Red+Green+Blue) = 235+148+233=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB94E9 is #146B16. Grayscale: #B7B7B7. Windows color (decimal): -1338135 or 15308011. OLE color: 15308011.

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

Color convert

RGB235148233-
CMYK00.370.010.08
HSL301.38º68.5%75.1%-
HSV(B)301.38º37.02%92.16%-
XYZ59.5644.7382.58-
YUV183.7155.82164.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 148 (58.20% from 255) = 24.03%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=38.15%
G=24.03%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514823300.370.010.08301.3868.575.1
HexEB94E90251812d454b
Octal353224351045110455105113
Binary11101011100101001110100101001011100010010110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94E9; }

 p { color: rgb(235,148,233); }

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

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

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

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

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

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

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