#EB96EF

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

Shades of Violet #EB96EF

Tints of Violet #EB96EF

Color information

#EB96EF (or 0xEB96EF) is unknown color: approx Violet. HEX triplet: EB, 96 and EF. RGB value is (235,150,239). Sum of RGB (Red+Green+Blue) = 235+150+239=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB96EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB96EF is #146910. Grayscale: #B9B9B9. Windows color (decimal): -1337617 or 15701739. OLE color: 15701739.

HSL color Cylindrical-coordinate representation of color #EB96EF: hue angle of 297.3º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB96EF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235150239-
CMYK0.020.3700.06
HSL297.3º73.55%76.27%-
HSV(B)297.3º37.24%93.73%-
XYZ60.7545.7187.28-
YUV185.56158.16163.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 150 (58.98% from 255) = 24.04%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=37.66%
G=24.04%
B=38.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351502390.020.3700.06297.373.5576.27
HexEB96EF225061294a4c
Octal35322635724506451112114
Binary11101011100101101110111110100101011010010100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96EF; }

 p { color: rgb(235,150,239); }

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

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

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

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

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

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

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