#EB96F3

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

Shades of Violet #EB96F3

Tints of Violet #EB96F3

Color information

#EB96F3 (or 0xEB96F3) is unknown color: approx Violet. HEX triplet: EB, 96 and F3. RGB value is (235,150,243). Sum of RGB (Red+Green+Blue) = 235+150+243=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #EB96F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB96F3 is #14690C. Grayscale: #B9B9B9. Windows color (decimal): -1337613 or 15963883. OLE color: 15963883.

HSL color Cylindrical-coordinate representation of color #EB96F3: hue angle of 294.84º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB96F3 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235150243-
CMYK0.030.3800.05
HSL294.84º79.49%77.06%-
HSV(B)294.84º38.27%95.29%-
XYZ61.3445.9590.43-
YUV186.02160.16162.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 150 (58.98% from 255) = 23.89%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=37.42%
G=23.89%
B=38.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351502430.030.3800.05294.8479.4977.06
HexEB96F3326051274f4d
Octal35322636334605447117115
Binary11101011100101101111001111100110010110010011110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96F3; }

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

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

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

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

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

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

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

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